2023-12-25T21:02:20.906 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T21:02:20.906 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997 -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/orig.config.yaml 2023-12-25T21:02:20.940 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:02:21.022 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997 branch: wip-yuri5-testing-2023-12-15-0747-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: '7500997' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-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-yuri5-testing-2023-12-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi175.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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-25T21:02:21.023 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T21:02:21.023 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T21:02:21.024 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T21:02:21.025 INFO:teuthology.task.internal:Checking packages... 2023-12-25T21:02:21.048 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T21:02:21.048 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T21:02:21.048 INFO:teuthology.packaging:ref: None 2023-12-25T21:02:21.048 INFO:teuthology.packaging:tag: None 2023-12-25T21:02:21.048 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:02:21.048 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:02:21.049 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:02:21.196 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385-gb14a0a10-1bionic 2023-12-25T21:02:21.198 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T21:02:21.204 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T21:02:21.204 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T21:02:21.241 INFO:teuthology.task.internal:Saving configuration 2023-12-25T21:02:21.254 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T21:02:21.266 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:02:21.285 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:54:55.713672', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-25T21:02:21.309 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:54:55.715121', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-25T21:02:21.309 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T21:02:21.314 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-25T21:02:21.314 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-25T21:02:21.315 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T21:02:21.400 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f997c028c10>, signals=[15]) 2023-12-25T21:02:21.401 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T21:02:21.406 INFO:teuthology.task.internal:Opening connections... 2023-12-25T21:02:21.407 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:02:21.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:02:21.483 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2023-12-25T21:02:21.483 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:02:21.559 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T21:02:21.565 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2023-12-25T21:02:21.603 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2023-12-25T21:02:21.603 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2023-12-25T21:02:21.654 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="Ubuntu" 2023-12-25T21:02:21.654 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-25T21:02:21.654 INFO:teuthology.orchestra.run.smithi067.stdout:ID=ubuntu 2023-12-25T21:02:21.654 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE=debian 2023-12-25T21:02:21.654 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="18.04" 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_CODENAME=bionic 2023-12-25T21:02:21.655 INFO:teuthology.orchestra.run.smithi067.stdout:UBUNTU_CODENAME=bionic 2023-12-25T21:02:21.656 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2023-12-25T21:02:21.683 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2023-12-25T21:02:21.689 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2023-12-25T21:02:21.690 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2023-12-25T21:02:21.740 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="Ubuntu" 2023-12-25T21:02:21.740 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-25T21:02:21.740 INFO:teuthology.orchestra.run.smithi175.stdout:ID=ubuntu 2023-12-25T21:02:21.741 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE=debian 2023-12-25T21:02:21.741 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="18.04" 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_CODENAME=bionic 2023-12-25T21:02:21.742 INFO:teuthology.orchestra.run.smithi175.stdout:UBUNTU_CODENAME=bionic 2023-12-25T21:02:21.742 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2023-12-25T21:02:21.766 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T21:02:21.774 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T21:02:22.213 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T21:02:22.213 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:02:22.215 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:02:22.220 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T21:02:22.808 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T21:02:22.808 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:02:22.810 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:02:22.965 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T21:02:23.210 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T21:02:23.499 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T21:02:23.499 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T21:02:23.499 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:02:23.500 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:02:23.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:02:23.506 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2023-12-25T21:02:23.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:02:23.507 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-12-25T21:02:23.554 INFO:teuthology.orchestra.run.smithi175.stdout:4.15.0-200-generic 2023-12-25T21:02:23.555 INFO:teuthology.task.kernel:Running kernel on smithi175: 4.15.0-200-generic 2023-12-25T21:02:23.555 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get clean 2023-12-25T21:02:23.556 INFO:teuthology.orchestra.run.smithi067.stdout:4.15.0-200-generic 2023-12-25T21:02:23.556 INFO:teuthology.task.kernel:Running kernel on smithi067: 4.15.0-200-generic 2023-12-25T21:02:23.556 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2023-12-25T21:02:23.668 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get update 2023-12-25T21:02:23.669 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2023-12-25T21:02:23.828 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-25T21:02:23.832 INFO:teuthology.orchestra.run.smithi175.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-25T21:02:23.913 INFO:teuthology.orchestra.run.smithi175.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-25T21:02:23.954 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-25T21:02:23.955 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-25T21:02:24.016 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-25T21:02:24.167 INFO:teuthology.orchestra.run.smithi175.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-25T21:02:24.316 INFO:teuthology.orchestra.run.smithi175.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-25T21:02:24.337 INFO:teuthology.orchestra.run.smithi175.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-25T21:02:24.338 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-25T21:02:24.342 INFO:teuthology.orchestra.run.smithi175.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-25T21:02:24.355 INFO:teuthology.orchestra.run.smithi175.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-25T21:02:24.355 INFO:teuthology.orchestra.run.smithi175.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-25T21:02:24.357 INFO:teuthology.orchestra.run.smithi175.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-25T21:02:24.375 INFO:teuthology.orchestra.run.smithi175.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-25T21:02:24.401 INFO:teuthology.orchestra.run.smithi175.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-25T21:02:24.405 INFO:teuthology.orchestra.run.smithi175.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-25T21:02:24.405 INFO:teuthology.orchestra.run.smithi175.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-25T21:02:24.405 INFO:teuthology.orchestra.run.smithi175.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-25T21:02:24.405 INFO:teuthology.orchestra.run.smithi175.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-25T21:02:24.406 INFO:teuthology.orchestra.run.smithi175.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-25T21:02:24.406 INFO:teuthology.orchestra.run.smithi175.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-25T21:02:24.406 INFO:teuthology.orchestra.run.smithi175.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-25T21:02:24.413 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-25T21:02:24.437 INFO:teuthology.orchestra.run.smithi175.stdout:Get:20 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-25T21:02:24.548 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-25T21:02:24.883 INFO:teuthology.orchestra.run.smithi175.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-25T21:02:24.950 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-25T21:02:24.979 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-25T21:02:24.988 INFO:teuthology.orchestra.run.smithi067.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-25T21:02:24.993 INFO:teuthology.orchestra.run.smithi067.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-25T21:02:25.042 INFO:teuthology.orchestra.run.smithi067.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-25T21:02:25.042 INFO:teuthology.orchestra.run.smithi067.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-25T21:02:25.047 INFO:teuthology.orchestra.run.smithi067.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-25T21:02:25.072 INFO:teuthology.orchestra.run.smithi067.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-25T21:02:25.093 INFO:teuthology.orchestra.run.smithi067.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-25T21:02:25.117 INFO:teuthology.orchestra.run.smithi067.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-25T21:02:25.120 INFO:teuthology.orchestra.run.smithi067.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-25T21:02:25.137 INFO:teuthology.orchestra.run.smithi067.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-25T21:02:25.168 INFO:teuthology.orchestra.run.smithi067.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-25T21:02:25.169 INFO:teuthology.orchestra.run.smithi067.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-25T21:02:25.172 INFO:teuthology.orchestra.run.smithi067.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-25T21:02:25.240 INFO:teuthology.orchestra.run.smithi067.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-25T21:02:25.281 INFO:teuthology.orchestra.run.smithi067.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-25T21:02:25.338 INFO:teuthology.orchestra.run.smithi175.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-25T21:02:25.447 INFO:teuthology.orchestra.run.smithi067.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-25T21:02:25.452 INFO:teuthology.orchestra.run.smithi067.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-25T21:02:25.475 INFO:teuthology.orchestra.run.smithi175.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-25T21:02:25.510 INFO:teuthology.orchestra.run.smithi175.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-25T21:02:25.536 INFO:teuthology.orchestra.run.smithi175.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-25T21:02:25.537 INFO:teuthology.orchestra.run.smithi175.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-25T21:02:25.540 INFO:teuthology.orchestra.run.smithi175.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-25T21:02:25.587 INFO:teuthology.orchestra.run.smithi175.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-25T21:02:25.615 INFO:teuthology.orchestra.run.smithi175.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-25T21:02:25.621 INFO:teuthology.orchestra.run.smithi175.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-25T21:02:25.795 INFO:teuthology.orchestra.run.smithi175.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-25T21:02:25.966 INFO:teuthology.orchestra.run.smithi175.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-25T21:02:25.970 INFO:teuthology.orchestra.run.smithi067.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-25T21:02:25.972 INFO:teuthology.orchestra.run.smithi067.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-25T21:02:25.975 INFO:teuthology.orchestra.run.smithi067.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-25T21:02:25.976 INFO:teuthology.orchestra.run.smithi067.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-25T21:02:25.983 INFO:teuthology.orchestra.run.smithi067.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-25T21:02:25.991 INFO:teuthology.orchestra.run.smithi067.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-25T21:02:25.993 INFO:teuthology.orchestra.run.smithi067.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-25T21:02:27.132 INFO:teuthology.orchestra.run.smithi175.stdout:Fetched 20.1 MB in 3s (6,296 kB/s) 2023-12-25T21:02:27.768 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 20.1 MB in 4s (5,204 kB/s) 2023-12-25T21:02:28.833 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2023-12-25T21:02:28.882 DEBUG:teuthology.orchestra.run.smithi175:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-25T21:02:28.963 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2023-12-25T21:02:29.226 INFO:teuthology.orchestra.run.smithi175.stdout:Building dependency tree... 2023-12-25T21:02:29.226 INFO:teuthology.orchestra.run.smithi175.stdout:Reading state information... 2023-12-25T21:02:29.445 INFO:teuthology.orchestra.run.smithi175.stdout:The following additional packages will be installed: 2023-12-25T21:02:29.445 INFO:teuthology.orchestra.run.smithi175.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-25T21:02:29.445 INFO:teuthology.orchestra.run.smithi175.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-25T21:02:29.445 INFO:teuthology.orchestra.run.smithi175.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-25T21:02:29.447 INFO:teuthology.orchestra.run.smithi175.stdout:Suggested packages: 2023-12-25T21:02:29.447 INFO:teuthology.orchestra.run.smithi175.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-25T21:02:29.447 INFO:teuthology.orchestra.run.smithi175.stdout:Recommended packages: 2023-12-25T21:02:29.448 INFO:teuthology.orchestra.run.smithi175.stdout: thermald 2023-12-25T21:02:29.511 INFO:teuthology.orchestra.run.smithi175.stdout:The following NEW packages will be installed: 2023-12-25T21:02:29.512 INFO:teuthology.orchestra.run.smithi175.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-25T21:02:29.512 INFO:teuthology.orchestra.run.smithi175.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-25T21:02:29.512 INFO:teuthology.orchestra.run.smithi175.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-25T21:02:29.514 INFO:teuthology.orchestra.run.smithi175.stdout:The following packages will be upgraded: 2023-12-25T21:02:29.514 INFO:teuthology.orchestra.run.smithi175.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-25T21:02:29.699 INFO:teuthology.orchestra.run.smithi175.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-25T21:02:29.699 INFO:teuthology.orchestra.run.smithi175.stdout:Need to get 67.4 MB of archives. 2023-12-25T21:02:29.699 INFO:teuthology.orchestra.run.smithi175.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-25T21:02:29.699 INFO:teuthology.orchestra.run.smithi175.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-12-25T21:02:29.711 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-25T21:02:29.764 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-25T21:02:29.848 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-25T21:02:30.158 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2023-12-25T21:02:30.159 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2023-12-25T21:02:30.401 INFO:teuthology.orchestra.run.smithi067.stdout:The following additional packages will be installed: 2023-12-25T21:02:30.402 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-25T21:02:30.402 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-25T21:02:30.402 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-25T21:02:30.404 INFO:teuthology.orchestra.run.smithi067.stdout:Suggested packages: 2023-12-25T21:02:30.404 INFO:teuthology.orchestra.run.smithi067.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-25T21:02:30.404 INFO:teuthology.orchestra.run.smithi067.stdout:Recommended packages: 2023-12-25T21:02:30.405 INFO:teuthology.orchestra.run.smithi067.stdout: thermald 2023-12-25T21:02:30.476 INFO:teuthology.orchestra.run.smithi067.stdout:The following NEW packages will be installed: 2023-12-25T21:02:30.476 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-25T21:02:30.476 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-25T21:02:30.476 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-25T21:02:30.478 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages will be upgraded: 2023-12-25T21:02:30.479 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-25T21:02:30.540 INFO:teuthology.orchestra.run.smithi067.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-25T21:02:30.540 INFO:teuthology.orchestra.run.smithi067.stdout:Need to get 67.4 MB of archives. 2023-12-25T21:02:30.541 INFO:teuthology.orchestra.run.smithi067.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-25T21:02:30.541 INFO:teuthology.orchestra.run.smithi067.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-12-25T21:02:30.749 INFO:teuthology.orchestra.run.smithi175.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-12-25T21:02:30.861 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-12-25T21:02:30.966 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-12-25T21:02:31.004 INFO:teuthology.orchestra.run.smithi175.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-12-25T21:02:31.383 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-25T21:02:31.383 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-25T21:02:31.384 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-12-25T21:02:31.513 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-12-25T21:02:31.527 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-25T21:02:32.030 INFO:teuthology.orchestra.run.smithi175.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-25T21:02:32.030 INFO:teuthology.orchestra.run.smithi175.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-25T21:02:32.030 INFO:teuthology.orchestra.run.smithi175.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-12-25T21:02:32.227 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 67.4 MB in 1s (65.5 MB/s) 2023-12-25T21:02:32.353 INFO:teuthology.orchestra.run.smithi175.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-12-25T21:02:32.376 INFO:teuthology.orchestra.run.smithi175.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-25T21:02:32.455 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-25T21:02:33.053 INFO:teuthology.orchestra.run.smithi175.stdout:Fetched 67.4 MB in 3s (23.7 MB/s) 2023-12-25T21:02:33.235 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-25T21:02:33.375 INFO:teuthology.orchestra.run.smithi067.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-12-25T21:02:33.379 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:33.452 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:34.170 INFO:teuthology.orchestra.run.smithi175.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-12-25T21:02:34.175 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:34.240 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:35.160 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-25T21:02:35.174 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:35.269 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:35.813 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-25T21:02:35.826 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:35.863 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:35.940 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-25T21:02:35.953 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:36.062 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:36.592 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-25T21:02:36.607 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:36.642 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:39.949 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-25T21:02:40.047 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-25T21:02:40.375 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-25T21:02:40.418 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-25T21:02:40.519 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-25T21:02:40.534 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-25T21:02:40.830 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-25T21:02:40.843 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-25T21:02:40.872 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-25T21:02:40.877 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-25T21:02:41.013 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-25T21:02:41.349 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-25T21:02:41.363 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-25T21:02:41.408 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-25T21:02:45.904 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-25T21:02:45.928 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:45.970 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:46.122 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-25T21:02:46.147 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-25T21:02:46.189 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:48.505 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-25T21:02:48.565 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-25T21:02:48.643 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-25T21:02:48.670 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-25T21:02:48.969 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:48.990 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:49.581 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:49.592 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:50.076 INFO:teuthology.orchestra.run.smithi175.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-25T21:02:50.076 INFO:teuthology.orchestra.run.smithi175.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-25T21:02:50.076 INFO:teuthology.orchestra.run.smithi175.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-25T21:02:50.076 INFO:teuthology.orchestra.run.smithi175.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-25T21:02:50.104 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-25T21:02:50.104 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-25T21:02:50.104 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-25T21:02:50.104 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-25T21:02:50.202 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:50.217 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:50.736 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-25T21:02:50.785 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-25T21:02:50.862 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-25T21:02:50.911 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-25T21:02:50.988 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:51.037 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:51.114 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-25T21:02:51.180 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-25T21:02:51.241 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-25T21:02:51.306 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-25T21:02:51.367 INFO:teuthology.orchestra.run.smithi175.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:51.423 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-25T21:02:51.609 INFO:teuthology.orchestra.run.smithi175.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-25T21:02:51.609 INFO:teuthology.orchestra.run.smithi175.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-25T21:02:51.757 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-25T21:02:51.757 INFO:teuthology.orchestra.run.smithi067.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-25T21:03:07.279 INFO:teuthology.orchestra.run.smithi175.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-25T21:03:07.279 INFO:teuthology.orchestra.run.smithi175.stdout:Sourcing file `/etc/default/grub' 2023-12-25T21:03:07.325 INFO:teuthology.orchestra.run.smithi175.stdout:Generating grub configuration file ... 2023-12-25T21:03:07.678 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-25T21:03:07.678 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub' 2023-12-25T21:03:07.695 INFO:teuthology.orchestra.run.smithi067.stdout:Generating grub configuration file ... 2023-12-25T21:03:07.751 INFO:teuthology.orchestra.run.smithi175.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-25T21:03:07.784 INFO:teuthology.orchestra.run.smithi175.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-25T21:03:08.114 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-25T21:03:08.125 INFO:teuthology.orchestra.run.smithi175.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-25T21:03:08.155 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-25T21:03:08.158 INFO:teuthology.orchestra.run.smithi175.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-25T21:03:08.234 INFO:teuthology.orchestra.run.smithi175.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-25T21:03:08.271 INFO:teuthology.orchestra.run.smithi175.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-25T21:03:08.520 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-25T21:03:08.553 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-25T21:03:08.629 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-25T21:03:08.661 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-25T21:03:09.668 INFO:teuthology.orchestra.run.smithi175.stdout:done 2023-12-25T21:03:09.759 INFO:teuthology.orchestra.run.smithi067.stdout:done 2023-12-25T21:03:10.154 DEBUG:teuthology.orchestra.run.smithi175:> dpkg -s linux-image-generic 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Package: linux-image-generic 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Status: install ok installed 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Priority: optional 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Section: kernel 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Installed-Size: 18 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: amd64 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Source: linux-meta 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Version: 4.15.0.213.196 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:03:10.179 INFO:teuthology.orchestra.run.smithi175.stdout:Recommends: thermald 2023-12-25T21:03:10.180 INFO:teuthology.orchestra.run.smithi175.stdout:Description: Generic Linux kernel image 2023-12-25T21:03:10.180 INFO:teuthology.orchestra.run.smithi175.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:03:10.180 INFO:teuthology.orchestra.run.smithi175.stdout: available. 2023-12-25T21:03:10.180 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-25T21:03:10.180 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:03:10.180 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:03:10.180 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-25T21:03:10.180 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:03:10.180 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get clean 2023-12-25T21:03:10.217 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 18 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 4.15.0.213.196 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-25T21:03:10.237 INFO:teuthology.orchestra.run.smithi067.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:03:10.238 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2023-12-25T21:03:10.238 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2023-12-25T21:03:10.238 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:03:10.238 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2023-12-25T21:03:10.238 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-25T21:03:10.238 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:03:10.238 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:03:10.238 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-25T21:03:10.238 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:03:10.238 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2023-12-25T21:03:10.284 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get update 2023-12-25T21:03:10.330 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2023-12-25T21:03:10.416 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-25T21:03:10.424 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-25T21:03:10.445 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-25T21:03:10.472 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-25T21:03:10.547 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-25T21:03:10.585 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-25T21:03:10.666 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-25T21:03:10.754 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-25T21:03:12.487 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2023-12-25T21:03:12.541 DEBUG:teuthology.orchestra.run.smithi175:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-25T21:03:12.622 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-25T21:03:12.623 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2023-12-25T21:03:12.677 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-25T21:03:12.757 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-25T21:03:12.898 INFO:teuthology.orchestra.run.smithi175.stdout:Building dependency tree... 2023-12-25T21:03:12.898 INFO:teuthology.orchestra.run.smithi175.stdout:Reading state information... 2023-12-25T21:03:13.057 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2023-12-25T21:03:13.058 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2023-12-25T21:03:13.105 INFO:teuthology.orchestra.run.smithi175.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-25T21:03:13.105 INFO:teuthology.orchestra.run.smithi175.stdout:The following packages were automatically installed and are no longer required: 2023-12-25T21:03:13.105 INFO:teuthology.orchestra.run.smithi175.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-25T21:03:13.106 INFO:teuthology.orchestra.run.smithi175.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-25T21:03:13.106 INFO:teuthology.orchestra.run.smithi175.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-25T21:03:13.106 INFO:teuthology.orchestra.run.smithi175.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-25T21:03:13.160 INFO:teuthology.orchestra.run.smithi175.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-25T21:03:13.161 DEBUG:teuthology.orchestra.run.smithi175:> dpkg -s linux-image-generic 2023-12-25T21:03:13.178 INFO:teuthology.orchestra.run.smithi175.stdout:Package: linux-image-generic 2023-12-25T21:03:13.178 INFO:teuthology.orchestra.run.smithi175.stdout:Status: install ok installed 2023-12-25T21:03:13.178 INFO:teuthology.orchestra.run.smithi175.stdout:Priority: optional 2023-12-25T21:03:13.178 INFO:teuthology.orchestra.run.smithi175.stdout:Section: kernel 2023-12-25T21:03:13.178 INFO:teuthology.orchestra.run.smithi175.stdout:Installed-Size: 18 2023-12-25T21:03:13.178 INFO:teuthology.orchestra.run.smithi175.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: amd64 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Source: linux-meta 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Version: 4.15.0.213.196 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Recommends: thermald 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout:Description: Generic Linux kernel image 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:03:13.179 INFO:teuthology.orchestra.run.smithi175.stdout: available. 2023-12-25T21:03:13.179 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2023-12-25T21:03:13.224 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.eZl1CMh7d8 2023-12-25T21:03:13.224 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub/grub.cfg /tmp/tmp.eZl1CMh7d8 2023-12-25T21:03:13.278 INFO:teuthology.orchestra.run.smithi067.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-25T21:03:13.278 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages were automatically installed and are no longer required: 2023-12-25T21:03:13.278 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-25T21:03:13.278 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-25T21:03:13.279 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-25T21:03:13.279 INFO:teuthology.orchestra.run.smithi067.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-25T21:03:13.281 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.eZl1CMh7d8 2023-12-25T21:03:13.338 INFO:teuthology.orchestra.run.smithi067.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-25T21:03:13.339 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2023-12-25T21:03:13.358 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 18 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 4.15.0.213.196 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:03:13.359 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2023-12-25T21:03:13.360 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2023-12-25T21:03:13.407 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.guJQZWoUq0 2023-12-25T21:03:13.407 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub/grub.cfg /tmp/tmp.guJQZWoUq0 2023-12-25T21:03:13.414 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.eZl1CMh7d8 is 10KB 2023-12-25T21:03:13.464 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.guJQZWoUq0 2023-12-25T21:03:13.465 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.eZl1CMh7d8 2023-12-25T21:03:13.472 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-25T21:03:13.530 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:03:13.530 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-25T21:03:13.530 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-25T21:03:13.602 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.guJQZWoUq0 is 10KB 2023-12-25T21:03:13.604 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-25T21:03:13.604 DEBUG:teuthology.orchestra.run.smithi175:> sudo update-grub 2023-12-25T21:03:13.613 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.guJQZWoUq0 2023-12-25T21:03:13.619 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-25T21:03:13.684 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:03:13.684 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-25T21:03:13.684 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-25T21:03:13.756 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-25T21:03:13.756 DEBUG:teuthology.orchestra.run.smithi067:> sudo update-grub 2023-12-25T21:03:15.081 INFO:teuthology.orchestra.run.smithi175.stderr:Sourcing file `/etc/default/grub' 2023-12-25T21:03:15.090 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2023-12-25T21:03:15.264 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub' 2023-12-25T21:03:15.269 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2023-12-25T21:03:15.345 INFO:teuthology.orchestra.run.smithi175.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-25T21:03:15.356 INFO:teuthology.orchestra.run.smithi175.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-25T21:03:15.569 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-25T21:03:15.582 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-25T21:03:15.713 INFO:teuthology.orchestra.run.smithi175.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-25T21:03:15.725 INFO:teuthology.orchestra.run.smithi175.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-25T21:03:15.802 INFO:teuthology.orchestra.run.smithi175.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-25T21:03:15.815 INFO:teuthology.orchestra.run.smithi175.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-25T21:03:15.877 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-25T21:03:15.888 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-25T21:03:15.964 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-25T21:03:15.978 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-25T21:03:16.745 INFO:teuthology.orchestra.run.smithi067.stderr:done 2023-12-25T21:03:16.747 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2023-12-25T21:03:16.871 INFO:teuthology.orchestra.run.smithi175.stderr:done 2023-12-25T21:03:16.872 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2023-12-25T21:03:46.777 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-25T21:03:46.778 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-25T21:03:46.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:03:46.875 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-25T21:03:46.875 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-25T21:03:46.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:04:21.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-12-25T21:04:30.279 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-25T21:04:30.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:04:46.894 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T21:04:48.658 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2023-12-25T21:04:55.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-25T21:04:55.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:04:56.009 DEBUG:teuthology.orchestra.run.smithi175:> true 2023-12-25T21:04:56.406 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-25T21:04:56.406 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-12-25T21:04:56.406 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2023-12-25T21:04:56.455 INFO:teuthology.orchestra.run.smithi175.stdout:4.15.0-213-generic 2023-12-25T21:04:56.455 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-25T21:04:56.455 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:04:56.455 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-25T21:04:57.456 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T21:04:57.457 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:04:57.507 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2023-12-25T21:04:57.540 DEBUG:teuthology.parallel:result is None 2023-12-25T21:05:00.659 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-25T21:05:00.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:05:00.888 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-12-25T21:05:01.714 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-25T21:05:01.714 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-12-25T21:05:01.715 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-12-25T21:05:01.763 INFO:teuthology.orchestra.run.smithi067.stdout:4.15.0-213-generic 2023-12-25T21:05:01.764 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-25T21:05:01.764 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:05:01.764 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-25T21:05:02.765 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T21:05:02.800 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:05:02.856 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2023-12-25T21:05:02.876 DEBUG:teuthology.parallel:result is None 2023-12-25T21:05:02.876 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T21:05:02.883 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T21:05:02.883 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:05:02.885 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:05:02.893 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T21:05:02.920 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T21:05:02.962 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T21:05:02.962 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:05:02.965 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:05:02.988 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T21:05:02.995 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T21:05:02.995 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T21:05:03.019 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T21:05:03.043 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:05:03.044 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:05:03.050 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:05:03.054 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:05:03.055 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T21:05:03.062 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T21:05:03.063 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:05:03.099 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:05:03.115 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T21:05:03.125 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T21:05:03.126 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:05:03.156 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:05:03.163 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:05:03.212 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:05:03.260 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:05:03.260 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:05:03.324 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:05:03.332 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:05:03.380 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:05:03.381 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:05:03.449 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2023-12-25T21:05:03.451 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2023-12-25T21:05:03.535 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T21:05:03.544 INFO:teuthology.task.internal:Starting timer... 2023-12-25T21:05:03.544 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T21:05:03.590 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T21:05:03.623 DEBUG:teuthology.task.selinux:Excluding smithi067: OS 'ubuntu' does not support SELinux 2023-12-25T21:05:03.623 DEBUG:teuthology.task.selinux:Excluding smithi175: OS 'ubuntu' does not support SELinux 2023-12-25T21:05:03.623 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T21:05:03.623 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-25T21:05:03.623 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T21:05:03.623 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T21:05:03.656 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T21:05:03.683 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-25T21:05:03.686 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T21:10:51.262 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com')] 2023-12-25T21:10:51.264 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-25T21:10:51.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:10:51.344 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-12-25T21:10:51.463 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-25T21:10:51.463 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-25T21:10:51.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:10:51.534 DEBUG:teuthology.orchestra.run.smithi175:> true 2023-12-25T21:10:51.650 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-25T21:10:51.651 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T21:10:51.664 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T21:10:51.664 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:10:51.665 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:10:51.667 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:10:51.667 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:10:51.740 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-25T21:10:51.741 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Command line: ntpd -gq 2023-12-25T21:10:51.741 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: proto: precision = 0.108 usec (-23) 2023-12-25T21:10:51.741 INFO:teuthology.orchestra.run.smithi067.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:10:51.742 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:10:51.742 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:10:51.742 INFO:teuthology.orchestra.run.smithi067.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listen and drop on 0 v6wildcard [::]:123 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listen normally on 2 lo 127.0.0.1:123 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listen normally on 3 enp3s0f1 172.21.15.67:123 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listen normally on 4 lo [::1]:123 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:fc0b%5]:123 2023-12-25T21:10:51.743 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:51 ntpd[24194]: Listening on routing socket on fd #22 for interface updates 2023-12-25T21:10:51.761 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-25T21:10:51.761 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Command line: ntpd -gq 2023-12-25T21:10:51.762 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: proto: precision = 0.120 usec (-23) 2023-12-25T21:10:51.763 INFO:teuthology.orchestra.run.smithi175.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:10:51.763 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:10:51.763 INFO:teuthology.orchestra.run.smithi175.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:10:51.764 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:10:51.764 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listen and drop on 0 v6wildcard [::]:123 2023-12-25T21:10:51.764 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-25T21:10:51.764 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listen normally on 2 lo 127.0.0.1:123 2023-12-25T21:10:51.764 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listen normally on 3 enp3s0f1 172.21.15.175:123 2023-12-25T21:10:51.764 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listen normally on 4 lo [::1]:123 2023-12-25T21:10:51.765 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:71f1%5]:123 2023-12-25T21:10:51.765 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:10:51 ntpd[24119]: Listening on routing socket on fd #22 for interface updates 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:53.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:53 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:54.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:54 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:54.744 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:54 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:54.745 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:54 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:54.745 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:54 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:55.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:55.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:55 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:55.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:55 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:55.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:55 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:55.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:55 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:55.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:55 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:56.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:56 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:56.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:56 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:56.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:56 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:56.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:56 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:56.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:56.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:56.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:56.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:56.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:56.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:56.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:56.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:56 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:57.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:57 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:57.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:57 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:57.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:57 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:57.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:57 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:57.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:57 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:58.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:58 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:58.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:58 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:58.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:58 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:58.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:58 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:58.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:58.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:58.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:58.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:58.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:58.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:58.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:58.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:58 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:59.741 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:59 ntpd[24194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:59 ntpd[24194]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:59 ntpd[24194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:59 ntpd[24194]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stdout:25 Dec 21:10:59 ntpd[24194]: ntpd: time slew -0.000143 s 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stdout:ntpd: time slew -0.000143s 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:59 ntpd[24194]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-25T21:10:59.742 INFO:teuthology.orchestra.run.smithi067.stderr:25 Dec 21:10:59 ntpd[24194]: can't open /var/log/ntpstats/loopstats.20231225: Permission denied 2023-12-25T21:10:59.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:59 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:10:59.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:59 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:10:59.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:59 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:10:59.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:10:59 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:10:59.803 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:10:59.803 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2023-12-25T21:10:59.803 INFO:teuthology.orchestra.run.smithi067.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:10:59.804 INFO:teuthology.orchestra.run.smithi067.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:10:59.804 INFO:teuthology.orchestra.run.smithi067.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:10:59.804 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:11:00.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:11:00.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:11:00.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:11:00.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:11:00.764 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:11:00.764 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:11:00.764 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:11:00.764 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:00 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:11:01.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:01 ntpd[24119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:11:01.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:01 ntpd[24119]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:11:01.762 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:01 ntpd[24119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:11:01.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:01 ntpd[24119]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:11:01.763 INFO:teuthology.orchestra.run.smithi175.stdout:25 Dec 21:11:01 ntpd[24119]: ntpd: time slew -0.001780 s 2023-12-25T21:11:01.763 INFO:teuthology.orchestra.run.smithi175.stdout:ntpd: time slew -0.001780s 2023-12-25T21:11:01.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:01 ntpd[24119]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-25T21:11:01.763 INFO:teuthology.orchestra.run.smithi175.stderr:25 Dec 21:11:01 ntpd[24119]: can't open /var/log/ntpstats/loopstats.20231225: Permission denied 2023-12-25T21:11:01.830 INFO:teuthology.orchestra.run.smithi175.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:11:01.830 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================== 2023-12-25T21:11:01.830 INFO:teuthology.orchestra.run.smithi175.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:11:01.831 INFO:teuthology.orchestra.run.smithi175.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:11:01.831 INFO:teuthology.orchestra.run.smithi175.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:11:01.831 INFO:teuthology.orchestra.run.smithi175.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:11:01.832 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-25T21:11:01.853 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-25T21:11:01.853 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:11:01.853 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:11:01.860 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-25T21:11:01.860 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2023-12-25T21:11:01.909 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:11:01.909 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:01.909 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 340 Links: 1 2023-12-25T21:11:01.909 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:01.910 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:09:26.568508876 +0000 2023-12-25T21:11:01.910 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:09:26.308514283 +0000 2023-12-25T21:11:01.910 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:09:26.308514283 +0000 2023-12-25T21:11:01.910 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:11:01.910 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:11:01.961 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:11:01.961 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:11:01.961 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000388551 s, 1.3 MB/s 2023-12-25T21:11:01.962 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:11:02.014 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 346 Links: 1 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:09:26.940501139 +0000 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:09:26.696506214 +0000 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:09:26.696506214 +0000 2023-12-25T21:11:02.065 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:11:02.066 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:11:02.119 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:11:02.119 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:11:02.119 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000328299 s, 1.6 MB/s 2023-12-25T21:11:02.120 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:11:02.170 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2023-12-25T21:11:02.220 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 353 Links: 1 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:09:27.332492659 +0000 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:09:27.088497978 +0000 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:09:27.088497978 +0000 2023-12-25T21:11:02.221 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:11:02.221 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:11:02.275 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:11:02.276 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:11:02.276 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000349237 s, 1.5 MB/s 2023-12-25T21:11:02.276 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:11:02.326 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:09:27.692484812 +0000 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:09:27.460489869 +0000 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:09:27.460489869 +0000 2023-12-25T21:11:02.377 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:11:02.377 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:11:02.432 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:11:02.432 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:11:02.432 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000360285 s, 1.4 MB/s 2023-12-25T21:11:02.433 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:11:02.486 DEBUG:teuthology.orchestra.run.smithi067:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-25T21:11:02.605 INFO:teuthology.orchestra.run.smithi067.stdout:loop 2023-12-25T21:11:02.607 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2023-12-25T21:11:02.607 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-25T21:11:02.628 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-12-25T21:11:02.655 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_11 2023-12-25T21:11:02.677 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2023-12-25T21:11:02.677 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-25T21:11:02.742 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-12-25T21:11:02.770 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_21 2023-12-25T21:11:02.790 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2023-12-25T21:11:02.791 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-25T21:11:02.858 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-12-25T21:11:02.887 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_31 2023-12-25T21:11:02.908 INFO:tasks.nvme_loop:Connecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2023-12-25T21:11:02.909 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-25T21:11:02.973 INFO:teuthology.orchestra.run.smithi067.stdout:1 2023-12-25T21:11:03.002 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/vg_nvme/lv_41 2023-12-25T21:11:03.025 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:11:03.026 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:11:03.072 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme list 2023-12-25T21:11:03.128 INFO:teuthology.orchestra.run.smithi067.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T21:11:03.129 INFO:teuthology.orchestra.run.smithi067.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T21:11:03.129 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme0n1 CVFT53440042400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T21:11:03.129 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme1n1 de547af6c0355d7d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:03.129 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme2n1 00e453fc2e772875 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:03.129 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme3n1 420438e6b48e297d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:03.129 INFO:teuthology.orchestra.run.smithi067.stdout:/dev/nvme4n1 8bb0263f6516e40c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:03.130 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:11:03.130 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:11:03.130 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2023-12-25T21:11:03.189 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:11:03.189 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:11:03.195 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-25T21:11:03.195 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_1 2023-12-25T21:11:03.245 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:11:03.245 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:03.245 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 350 Links: 1 2023-12-25T21:11:03.245 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:03.245 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:09:27.497365334 +0000 2023-12-25T21:11:03.246 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:09:27.269363235 +0000 2023-12-25T21:11:03.246 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:09:27.269363235 +0000 2023-12-25T21:11:03.246 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:11:03.246 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:11:03.300 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:11:03.300 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:11:03.300 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000352966 s, 1.5 MB/s 2023-12-25T21:11:03.301 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:11:03.350 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_2 2023-12-25T21:11:03.401 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:11:03.401 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:03.401 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-25T21:11:03.401 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:03.401 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:09:27.849368574 +0000 2023-12-25T21:11:03.402 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:09:27.637366623 +0000 2023-12-25T21:11:03.402 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:09:27.637366623 +0000 2023-12-25T21:11:03.402 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:11:03.402 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:11:03.456 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:11:03.456 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:11:03.456 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000380291 s, 1.3 MB/s 2023-12-25T21:11:03.457 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:11:03.507 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_3 2023-12-25T21:11:03.557 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:11:03.557 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:03.557 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-25T21:11:03.557 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:03.558 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:09:28.209392784 +0000 2023-12-25T21:11:03.558 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:09:27.973369716 +0000 2023-12-25T21:11:03.558 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:09:27.973369716 +0000 2023-12-25T21:11:03.558 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:11:03.558 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:11:03.612 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:11:03.612 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:11:03.612 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000383076 s, 1.3 MB/s 2023-12-25T21:11:03.613 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:11:03.662 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_4 2023-12-25T21:11:03.713 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:11:03.713 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:11:03.714 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-12-25T21:11:03.714 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:11:03.714 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:09:28.581434140 +0000 2023-12-25T21:11:03.714 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:09:28.345407903 +0000 2023-12-25T21:11:03.714 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:09:28.345407903 +0000 2023-12-25T21:11:03.714 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:11:03.714 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:11:03.768 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:11:03.768 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:11:03.768 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000342494 s, 1.5 MB/s 2023-12-25T21:11:03.769 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:11:03.823 DEBUG:teuthology.orchestra.run.smithi175:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-25T21:11:03.939 INFO:teuthology.orchestra.run.smithi175.stdout:loop 2023-12-25T21:11:03.940 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_1... 2023-12-25T21:11:03.941 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-25T21:11:03.958 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-12-25T21:11:03.981 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_11 2023-12-25T21:11:03.999 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_2... 2023-12-25T21:11:04.000 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-25T21:11:04.061 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-12-25T21:11:04.084 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_21 2023-12-25T21:11:04.106 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_3... 2023-12-25T21:11:04.106 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-25T21:11:04.171 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-12-25T21:11:04.197 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_31 2023-12-25T21:11:04.217 INFO:tasks.nvme_loop:Connecting nvme_loop smithi175:/dev/vg_nvme/lv_4... 2023-12-25T21:11:04.217 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-25T21:11:04.282 INFO:teuthology.orchestra.run.smithi175.stdout:1 2023-12-25T21:11:04.308 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/vg_nvme/lv_41 2023-12-25T21:11:04.327 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:11:04.327 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:11:04.379 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme list 2023-12-25T21:11:04.435 INFO:teuthology.orchestra.run.smithi175.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T21:11:04.435 INFO:teuthology.orchestra.run.smithi175.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T21:11:04.435 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme0n1 CVFT623300M0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T21:11:04.436 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme1n1 e98e351b419acb80 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:04.436 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme2n1 bb43aba58b5f5e81 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:04.436 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme3n1 a6cee42bace1286d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:04.436 INFO:teuthology.orchestra.run.smithi175.stdout:/dev/nvme4n1 2e4119e4d9ea2c9f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-25T21:11:04.437 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:11:04.437 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:11:04.437 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/scratch_devs 2023-12-25T21:11:04.494 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T21:11:04.582 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T21:11:04.582 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:11:04.583 INFO:tasks.cephadm:Cluster fsid is 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:04.583 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T21:11:04.583 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T21:11:04.583 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi175': '172.21.15.175'} 2023-12-25T21:11:04.583 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T21:11:04.583 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2023-12-25T21:11:04.600 DEBUG:teuthology.orchestra.run.smithi175:> sudo hostname $(hostname -s) 2023-12-25T21:11:04.617 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2)... 2023-12-25T21:11:04.617 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:11:04.788 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 25 21:11 /home/ubuntu/cephtest/cephadm 2023-12-25T21:11:04.788 DEBUG:teuthology.orchestra.run.smithi175:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:11:05.036 INFO:teuthology.orchestra.run.smithi175.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 25 21:11 /home/ubuntu/cephtest/cephadm 2023-12-25T21:11:05.036 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:11:05.045 DEBUG:teuthology.orchestra.run.smithi175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:11:05.062 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2023-12-25T21:11:05.101 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /etc/ceph 2023-12-25T21:11:05.117 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2023-12-25T21:11:05.156 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 777 /etc/ceph 2023-12-25T21:11:05.173 INFO:tasks.cephadm:Writing seed config... 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T21:11:05.174 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T21:11:05.175 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:11:05.175 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T21:11:05.204 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 = 1d242438-a36a-11ee-95a5-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 2023-12-25T21:11:05.204 DEBUG:teuthology.orchestra.run.smithi067:mon.smithi067> sudo journalctl -f -n 0 -u ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi067.service 2023-12-25T21:11:05.247 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T21:11:05.248 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -v bootstrap --fsid 1d242438-a36a-11ee-95a5-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.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:11:05.585 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-25T21:11:05.795 INFO:teuthology.orchestra.run.smithi067.stderr:-------------------------------------------------------------------------------- 2023-12-25T21:11:05.796 INFO:teuthology.orchestra.run.smithi067.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2', '-v', 'bootstrap', '--fsid', '1d242438-a36a-11ee-95a5-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.67', '--skip-admin-label'] 2023-12-25T21:11:05.796 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying podman|docker is present... 2023-12-25T21:11:05.796 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying lvm2 is present... 2023-12-25T21:11:05.796 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying time synchronization is in place... 2023-12-25T21:11:05.805 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:11:05.815 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.822 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-25T21:11:05.831 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.838 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-12-25T21:11:05.847 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.855 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-25T21:11:05.864 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.873 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-12-25T21:11:05.882 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2023-12-25T21:11:05.883 INFO:teuthology.orchestra.run.smithi067.stderr:Unit ntp.service is enabled and running 2023-12-25T21:11:05.883 INFO:teuthology.orchestra.run.smithi067.stderr:Repeating the final host check... 2023-12-25T21:11:05.883 INFO:teuthology.orchestra.run.smithi067.stderr:docker (/usr/bin/docker) is present 2023-12-25T21:11:05.884 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl is present 2023-12-25T21:11:05.884 INFO:teuthology.orchestra.run.smithi067.stderr:lvcreate is present 2023-12-25T21:11:05.891 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:11:05.899 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.908 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-25T21:11:05.917 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.928 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-12-25T21:11:05.937 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.947 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-25T21:11:05.954 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: inactive 2023-12-25T21:11:05.963 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: enabled 2023-12-25T21:11:05.971 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: active 2023-12-25T21:11:05.973 INFO:teuthology.orchestra.run.smithi067.stderr:Unit ntp.service is enabled and running 2023-12-25T21:11:05.973 INFO:teuthology.orchestra.run.smithi067.stderr:Host looks OK 2023-12-25T21:11:05.973 INFO:teuthology.orchestra.run.smithi067.stderr:Cluster fsid: 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:05.973 INFO:teuthology.orchestra.run.smithi067.stderr:Acquiring lock 140304005752088 on /run/cephadm/1d242438-a36a-11ee-95a5-87774f69a715.lock 2023-12-25T21:11:05.973 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 140304005752088 acquired on /run/cephadm/1d242438-a36a-11ee-95a5-87774f69a715.lock 2023-12-25T21:11:05.974 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 3300 ... 2023-12-25T21:11:05.974 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 6789 ... 2023-12-25T21:11:05.974 INFO:teuthology.orchestra.run.smithi067.stderr:Base mon IP(s) is [172.21.15.67:3300, 172.21.15.67:6789], mon addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2023-12-25T21:11:05.979 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-25T21:11:05.980 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2023-12-25T21:11:05.980 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-25T21:11:05.980 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 2023-12-25T21:11:05.980 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2023-12-25T21:11:05.984 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-25T21:11:05.984 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-25T21:11:05.987 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T21:11:05.988 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-25T21:11:05.988 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T21:11:05.988 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-25T21:11:05.988 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2023-12-25T21:11:05.989 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T21:11:05.990 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2023-12-25T21:11:05.990 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2023-12-25T21:11:05.990 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.15.254/32` 2023-12-25T21:11:05.990 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP `172.21.15.67` is in CIDR network `172.21.15.254/32` 2023-12-25T21:11:05.990 INFO:teuthology.orchestra.run.smithi067.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-12-25T21:11:05.991 INFO:teuthology.orchestra.run.smithi067.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T21:11:05.992 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T21:11:06.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2: Pulling from ceph-ci/ceph 2023-12-25T21:11:06.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 46af8f5390d4: Pulling fs layer 2023-12-25T21:11:06.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 7f86ad6c71fd: Pulling fs layer 2023-12-25T21:11:07.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 46af8f5390d4: Verifying Checksum 2023-12-25T21:11:07.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 46af8f5390d4: Download complete 2023-12-25T21:11:09.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 7f86ad6c71fd: Verifying Checksum 2023-12-25T21:11:09.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 7f86ad6c71fd: Download complete 2023-12-25T21:11:09.718 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 46af8f5390d4: Pull complete 2023-12-25T21:11:20.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: 7f86ad6c71fd: Pull complete 2023-12-25T21:11:20.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: Digest: sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a 2023-12-25T21:11:20.500 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:11:20.533 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:11:29.815 INFO:teuthology.orchestra.run.smithi067.stderr:ceph: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T21:11:30.309 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph version: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T21:11:30.309 INFO:teuthology.orchestra.run.smithi067.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T21:11:31.253 INFO:teuthology.orchestra.run.smithi067.stderr:stat: 167 167 2023-12-25T21:11:31.794 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial keys... 2023-12-25T21:11:32.625 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQAE8Illwy5AJRAAsLX76VmJyR8np4c6SISN+g== 2023-12-25T21:11:33.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQAF8IllNG+6MxAAsEF1svU30v+zI1kmbbbsKw== 2023-12-25T21:11:35.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: AQAH8IllEt5LCxAATXjfGhQhZZzivpUpFyd4NQ== 2023-12-25T21:11:35.635 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial monmap... 2023-12-25T21:11:36.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:11:36.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:36.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:11:36.929 INFO:teuthology.orchestra.run.smithi067.stderr:monmaptool for smithi067 [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:11:36.930 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: set fsid to 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:36.930 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:11:36.930 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:11:36.930 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mon... 2023-12-25T21:11:37.823 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.817+0000 7fde52096880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:11:37.823 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.817+0000 7fde52096880 1 imported monmap: 2023-12-25T21:11:37.823 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T21:11:37.823 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: fsid 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:37.824 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T21:11:36.458459+0000 2023-12-25T21:11:37.824 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: created 2023-12-25T21:11:36.458459+0000 2023-12-25T21:11:37.824 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T21:11:37.824 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T21:11:37.824 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.smithi067 2023-12-25T21:11:37.825 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.825 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.817+0000 7fde52096880 0 /usr/bin/ceph-mon: set fsid to 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: DB SUMMARY 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 0, files: 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.826 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 2023-12-25T21:11:37.850 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.850 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.create_if_missing: 1 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.env: 0x564961450080 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.info_log: 0x564962a45380 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:11:37.851 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:11:37.852 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.write_buffer_manager: 0x564962a4b980 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:11:37.853 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.row_cache: None 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:11:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:11:37.855 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.821+0000 7fde52096880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:11:37.856 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.merge_operator: 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564962959d30) 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T21:11:37.857 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache: 0x564962990d10 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T21:11:37.858 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:11:37.859 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:11:37.860 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:11:37.861 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:11:37.862 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:11:37.863 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.825+0000 7fde52096880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.829+0000 7fde52096880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.829+0000 7fde52096880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.829+0000 7fde52096880 4 rocksdb: DB pointer 0x564962a59800 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.829+0000 7fde3af1d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.829+0000 7fde3af1d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T21:11:37.864 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:37.865 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:37.866 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:37.867 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:11:37.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:11:37.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: 2023-12-25T21:11:37.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.833+0000 7fde52096880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T21:11:37.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.833+0000 7fde52096880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T21:11:37.868 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:11:37.833+0000 7fde52096880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi067 for mon.smithi067 2023-12-25T21:11:38.341 INFO:teuthology.orchestra.run.smithi067.stderr:create mon.smithi067 on 2023-12-25T21:11:38.467 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-25T21:11:38.588 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1d242438-a36a-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-1d242438-a36a-11ee-95a5-87774f69a715.target. 2023-12-25T21:11:38.588 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-1d242438-a36a-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-1d242438-a36a-11ee-95a5-87774f69a715.target. 2023-12-25T21:11:38.805 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi067.service: Unit ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi067.service is not loaded. 2023-12-25T21:11:38.813 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1d242438-a36a-11ee-95a5-87774f69a715.target.wants/ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi067.service -> /etc/systemd/system/ceph-1d242438-a36a-11ee-95a5-87774f69a715@.service. 2023-12-25T21:11:38.933 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-25T21:11:38.933 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:11:38.933 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon to start... 2023-12-25T21:11:38.933 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon... 2023-12-25T21:11:38.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:38 smithi067 systemd[1]: Started Ceph mon.smithi067 for 1d242438-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:11:40.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:40 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.282111+0000 mon.smithi067 (mon.0) 0 : [INF] mkfs 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:40.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:40 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.263502+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2023-12-25T21:11:40.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: cluster: 2023-12-25T21:11:40.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: id: 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:40.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T21:11:40.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:40.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: services: 2023-12-25T21:11:40.601 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi067 (age 0.321398s) 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: data: 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: pgs: 2023-12-25T21:11:40.602 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:41.149 INFO:teuthology.orchestra.run.smithi067.stderr:mon is available 2023-12-25T21:11:41.149 INFO:teuthology.orchestra.run.smithi067.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T21:11:41.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:41 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.277168+0000 mon.smithi067 (mon.0) 2 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2023-12-25T21:11:41.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:41 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.278757+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} removed_ranks: {} 2023-12-25T21:11:41.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:41 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.288487+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T21:11:41.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:41 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.299883+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T21:11:41.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:41 smithi067 bash[25370]: cluster 2023-12-25T21:11:40.301419+0000 mon.smithi067 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T21:11:41.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:41 smithi067 bash[25370]: audit 2023-12-25T21:11:40.598489+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/4132780354' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T21:11:42.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:42.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2023-12-25T21:11:42.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:42.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2023-12-25T21:11:42.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T21:11:42.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T21:11:42.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T21:11:42.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T21:11:42.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:42.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2023-12-25T21:11:42.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T21:11:42.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:42.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2023-12-25T21:11:42.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T21:11:42.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T21:11:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:42 smithi067 bash[25370]: audit 2023-12-25T21:11:42.362839+0000 mon.smithi067 (mon.0) 8 : audit [INF] from='client.? 172.21.15.67:0/1484769358' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:11:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:42 smithi067 bash[25370]: audit 2023-12-25T21:11:42.368711+0000 mon.smithi067 (mon.0) 9 : audit [INF] from='client.? 172.21.15.67:0/1484769358' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T21:11:42.874 INFO:teuthology.orchestra.run.smithi067.stderr:Generating new minimal ceph.conf... 2023-12-25T21:11:44.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:44 smithi067 bash[25370]: audit 2023-12-25T21:11:44.031566+0000 mon.smithi067 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/2368800035' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:11:44.515 INFO:teuthology.orchestra.run.smithi067.stderr:Restarting the monitor... 2023-12-25T21:11:44.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:44 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 1d242438-a36a-11ee-95a5-87774f69a715... 2023-12-25T21:11:44.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:44 smithi067 bash[25896]: Error response from daemon: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-mon.smithi067 2023-12-25T21:11:44.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:44 smithi067 bash[25370]: debug 2023-12-25T21:11:44.689+0000 7f8342ba5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi067 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T21:11:44.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:44 smithi067 bash[25370]: debug 2023-12-25T21:11:44.689+0000 7f8342ba5700 -1 mon.smithi067@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T21:11:45.237 INFO:teuthology.orchestra.run.smithi067.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-12-25T21:11:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:45 smithi067 bash[25896]: ceph-1d242438-a36a-11ee-95a5-87774f69a715-mon-smithi067 2023-12-25T21:11:45.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:45 smithi067 systemd[1]: Stopped Ceph mon.smithi067 for 1d242438-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:11:45.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:45 smithi067 systemd[1]: Started Ceph mon.smithi067 for 1d242438-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.453+0000 7f4f8ad46880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.453+0000 7f4f8ad46880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 8 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.453+0000 7f4f8ad46880 0 pidfile_write: ignore empty --pid-file 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 0 load: jerasure load: lrc load: isa 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: DB SUMMARY 2023-12-25T21:11:46.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 000006.log size: 86519 ; 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.env: 0x561c58e22080 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.info_log: 0x561c5ac88520 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:11:46.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2023-12-25T21:11:46.749 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.write_buffer_manager: 0x561c5b8d6480 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:11:46.750 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:11:46.751 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:11:46.751 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:11:46.751 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:11:46.751 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:11:46.752 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:11:46.752 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:11:46.752 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:11:46.752 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:11:46.752 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:11:46.752 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.row_cache: None 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:11:46.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:11:46.754 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000005 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:11:46.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.merge_operator: 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c5ac2bd28) 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cache_index_and_filter_blocks: 1 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: pin_top_level_index_and_filter: 1 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: index_type: 0 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: data_block_index_type: 0 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: index_shortening: 1 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:11:46.756 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: hash_index_allow_collision: 1 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: checksum: 1 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: no_block_cache: 0 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_cache: 0x561c5ac62f10 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_cache_name: BinnedLRUCache 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_cache_options: 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: capacity : 536870912 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: num_shard_bits : 4 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: strict_capacity_limit : 0 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: high_pri_pool_ratio: 0.000 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_cache_compressed: (nil) 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: persistent_cache: (nil) 2023-12-25T21:11:46.757 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_size: 4096 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_size_deviation: 10 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_restart_interval: 16 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: index_block_restart_interval: 1 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: metadata_block_size: 4096 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: partition_filters: 0 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: use_delta_encoding: 1 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: whole_key_filtering: 1 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: verify_compression: 0 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: read_amp_bytes_per_bit: 0 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: format_version: 2 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: enable_index_compression: 1 2023-12-25T21:11:46.758 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: block_align: 0 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:11:46.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:11:46.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:11:46.761 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:11:46.762 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:11:46.763 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.457+0000 7f4f8ad46880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538706463634, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538706464778, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83392, "table_properties": {"data_size": 81659, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76171, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703538706, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.461+0000 7f4f8ad46880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538706465692, "job": 1, "event": "recovery_finished"} 2023-12-25T21:11:46.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.465+0000 7f4f8ad46880 4 rocksdb: DB pointer 0x561c5ad2b800 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.465+0000 7f4f8ad46880 0 starting mon.smithi067 rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi067 fsid 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.465+0000 7f4f8ad46880 1 mon.smithi067@-1(???) e1 preinit fsid 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.465+0000 7f4f8ad46880 0 mon.smithi067@-1(???).mds e1 new map 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.465+0000 7f4f8ad46880 0 mon.smithi067@-1(???).mds e1 print_map 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: e1 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: legacy client fscid: -1 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: 2023-12-25T21:11:46.765 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: No filesystems configured 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.469+0000 7f4f8ad46880 0 mon.smithi067@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.469+0000 7f4f8ad46880 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.469+0000 7f4f71b4c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: auditdebug 2023-12-25T21:11:46.469+0000 7f4f71b4c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** DB Stats ** 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** Compaction Stats [default] ** 2023-12-25T21:11:46.766 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** Compaction Stats [default] ** 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:11:46.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Cumulative compaction: 0.00 GB write, 9.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Interval compaction: 0.00 GB write, 9.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** Compaction Stats [default] ** 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** Compaction Stats [default] ** 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: -------------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------- 2023-12-25T21:11:46.768 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Cumulative compaction: 0.00 GB write, 9.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:11:46.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: 2023-12-25T21:11:44.031566+0000 mon.smithi067 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/2368800035' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:11:46.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: debug 2023-12-25T21:11:46.469+0000 7f4f8ad46880 1 mon.smithi067@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T21:11:46.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cluster 2023-12-25T21:11:46.477004+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2023-12-25T21:11:46.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cluster 2023-12-25T21:11:46.477113+0000 mon.smithi067 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} removed_ranks: {} 2023-12-25T21:11:46.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cluster 2023-12-25T21:11:46.477723+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T21:11:46.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cluster 2023-12-25T21:11:46.477793+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T21:11:46.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:46 smithi067 bash[26019]: cluster 2023-12-25T21:11:46.478375+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T21:11:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T21:11:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:11:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mgr... 2023-12-25T21:11:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying port 9283 ... 2023-12-25T21:11:47.553 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Failed to reset failed state of unit ceph-1d242438-a36a-11ee-95a5-87774f69a715@mgr.smithi067.knbjpz.service: Unit ceph-1d242438-a36a-11ee-95a5-87774f69a715@mgr.smithi067.knbjpz.service is not loaded. 2023-12-25T21:11:47.562 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1d242438-a36a-11ee-95a5-87774f69a715.target.wants/ceph-1d242438-a36a-11ee-95a5-87774f69a715@mgr.smithi067.knbjpz.service -> /etc/systemd/system/ceph-1d242438-a36a-11ee-95a5-87774f69a715@.service. 2023-12-25T21:11:47.673 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-25T21:11:47.673 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:11:47.673 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-25T21:11:47.674 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T21:11:47.674 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr to start... 2023-12-25T21:11:47.674 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr... 2023-12-25T21:11:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:47 smithi067 bash[26019]: audit 2023-12-25T21:11:46.864327+0000 mon.smithi067 (mon.0) 6 : audit [INF] from='client.? 172.21.15.67:0/3346901690' entity='client.admin' 2023-12-25T21:11:49.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:49.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:11:49.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "1d242438-a36a-11ee-95a5-87774f69a715", 2023-12-25T21:11:49.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:11:49.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:11:49.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:11:49.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:11:49.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:11:49.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:11:49.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-25T21:11:49.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:49.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:11:49.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-12-25T21:11:49.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:49.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-25T21:11:49.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:11:49.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:49.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:11:49.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:11:49.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:11:49.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:11:49.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:11:49.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:11:49.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:11:49.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:11:49.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:11:49.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:11:49.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:11:40.283374+0000", 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:11:49.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:11:49.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:49 smithi067 bash[26019]: audit 2023-12-25T21:11:49.411310+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/4184393669' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:11:49.909 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (1/15)... 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "1d242438-a36a-11ee-95a5-87774f69a715", 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:53.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:11:53.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:11:53.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:11:40.283374+0000", 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:11:53.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:11:53.683 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (2/15)... 2023-12-25T21:11:53.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:53 smithi067 bash[26019]: audit 2023-12-25T21:11:53.218480+0000 mon.smithi067 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.67:0/972238699' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:11:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: cluster 2023-12-25T21:11:55.836684+0000 mon.smithi067 (mon.0) 9 : cluster [INF] Activating manager daemon smithi067.knbjpz 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: cluster 2023-12-25T21:11:55.842865+0000 mon.smithi067 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi067.knbjpz(active, starting, since 0.00638666s) 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.845182+0000 mon.smithi067 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.845523+0000 mon.smithi067 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.845878+0000 mon.smithi067 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.846232+0000 mon.smithi067 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.847302+0000 mon.smithi067 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr metadata", "who": "smithi067.knbjpz", "id": "smithi067.knbjpz"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: cluster 2023-12-25T21:11:55.851267+0000 mon.smithi067 (mon.0) 16 : cluster [INF] Manager daemon smithi067.knbjpz is now available 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.868177+0000 mon.smithi067 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.878849+0000 mon.smithi067 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.882547+0000 mon.smithi067 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/trash_purge_schedule"}]: dispatch 2023-12-25T21:11:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:55 smithi067 bash[26019]: audit 2023-12-25T21:11:55.886826+0000 mon.smithi067 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' 2023-12-25T21:11:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:56 smithi067 bash[26019]: audit 2023-12-25T21:11:55.889766+0000 mon.smithi067 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.67:0/2704768914' entity='mgr.smithi067.knbjpz' 2023-12-25T21:11:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:56 smithi067 bash[26019]: cluster 2023-12-25T21:11:56.846259+0000 mon.smithi067 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi067.knbjpz(active, since 1.0098s) 2023-12-25T21:11:57.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:57.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:11:57.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsid": "1d242438-a36a-11ee-95a5-87774f69a715", 2023-12-25T21:11:57.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:11:57.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:11:57.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:11:57.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:11:57.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:11:57.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:11:57.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 0 2023-12-25T21:11:57.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:57.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:11:57.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "smithi067" 2023-12-25T21:11:57.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:57.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-25T21:11:57.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:11:57.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:11:57.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:11:57.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:11:57.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ], 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:11:40.283374+0000", 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: }, 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:11:57.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:11:57.831 INFO:teuthology.orchestra.run.smithi067.stderr:mgr is available 2023-12-25T21:11:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:57 smithi067 bash[26019]: audit 2023-12-25T21:11:57.345002+0000 mon.smithi067 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.67:0/3586760341' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:11:59.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:59.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [global] 2023-12-25T21:11:59.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: fsid = 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:11:59.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T21:11:59.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T21:11:59.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T21:11:59.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T21:11:59.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:59.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [mgr] 2023-12-25T21:11:59.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:58 smithi067 bash[26019]: cluster 2023-12-25T21:11:57.900065+0000 mon.smithi067 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi067.knbjpz(active, since 2s) 2023-12-25T21:11:59.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T21:11:59.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 2023-12-25T21:11:59.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: [osd] 2023-12-25T21:11:59.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T21:11:59.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T21:11:59.762 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling cephadm module... 2023-12-25T21:12:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:11:59 smithi067 bash[26019]: audit 2023-12-25T21:11:59.243037+0000 mon.smithi067 (mon.0) 25 : audit [INF] from='client.? 172.21.15.67:0/2568924042' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:12:01.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:01 smithi067 bash[26019]: audit 2023-12-25T21:12:01.300196+0000 mon.smithi067 (mon.0) 26 : audit [INF] from='client.? 172.21.15.67:0/2006426363' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T21:12:02.623 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:02 smithi067 bash[26019]: audit 2023-12-25T21:12:01.355225+0000 mon.smithi067 (mon.0) 27 : audit [INF] from='client.? 172.21.15.67:0/2006426363' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T21:12:02.623 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:02 smithi067 bash[26019]: cluster 2023-12-25T21:12:01.355325+0000 mon.smithi067 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi067.knbjpz(active, since 5s) 2023-12-25T21:12:03.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:12:03.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T21:12:03.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:12:03.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "smithi067.knbjpz", 2023-12-25T21:12:03.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T21:12:03.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:12:03.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:03 smithi067 bash[26019]: audit 2023-12-25T21:12:03.407282+0000 mon.smithi067 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.67:0/392815254' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T21:12:03.839 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2023-12-25T21:12:03.839 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 5... 2023-12-25T21:12:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: cluster 2023-12-25T21:12:07.984663+0000 mon.smithi067 (mon.0) 30 : cluster [INF] Active manager daemon smithi067.knbjpz restarted 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: cluster 2023-12-25T21:12:07.985098+0000 mon.smithi067 (mon.0) 31 : cluster [INF] Activating manager daemon smithi067.knbjpz 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: cluster 2023-12-25T21:12:07.991584+0000 mon.smithi067 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: cluster 2023-12-25T21:12:07.991851+0000 mon.smithi067 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi067.knbjpz(active, starting, since 0.00690106s) 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: audit 2023-12-25T21:12:07.993890+0000 mon.smithi067 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: audit 2023-12-25T21:12:07.995921+0000 mon.smithi067 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr metadata", "who": "smithi067.knbjpz", "id": "smithi067.knbjpz"}]: dispatch 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: audit 2023-12-25T21:12:07.997138+0000 mon.smithi067 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: audit 2023-12-25T21:12:07.997450+0000 mon.smithi067 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: audit 2023-12-25T21:12:07.997706+0000 mon.smithi067 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:12:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: cluster 2023-12-25T21:12:08.001189+0000 mon.smithi067 (mon.0) 39 : cluster [INF] Manager daemon smithi067.knbjpz is now available 2023-12-25T21:12:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:08 smithi067 bash[26019]: audit 2023-12-25T21:12:08.024119+0000 mon.smithi067 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:09.015 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:12:09.015 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T21:12:09.015 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T21:12:09.015 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:12:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: cephadm 2023-12-25T21:12:08.018300+0000 mgr.smithi067.knbjpz (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-25T21:12:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: audit 2023-12-25T21:12:08.149059+0000 mon.smithi067 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: audit 2023-12-25T21:12:08.150985+0000 mon.smithi067 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:09.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: audit 2023-12-25T21:12:08.153471+0000 mon.smithi067 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:09.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: audit 2023-12-25T21:12:08.156627+0000 mon.smithi067 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:09.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: audit 2023-12-25T21:12:08.185526+0000 mon.smithi067 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:12:09.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: audit 2023-12-25T21:12:08.190768+0000 mon.smithi067 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/trash_purge_schedule"}]: dispatch 2023-12-25T21:12:09.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:09 smithi067 bash[26019]: cluster 2023-12-25T21:12:08.996120+0000 mon.smithi067 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi067.knbjpz(active, since 1.01116s) 2023-12-25T21:12:09.571 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 5 is available 2023-12-25T21:12:09.571 INFO:teuthology.orchestra.run.smithi067.stderr:Setting orchestrator backend to cephadm... 2023-12-25T21:12:10.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:10 smithi067 bash[26019]: audit 2023-12-25T21:12:08.994529+0000 mgr.smithi067.knbjpz (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T21:12:10.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:10 smithi067 bash[26019]: audit 2023-12-25T21:12:09.013989+0000 mgr.smithi067.knbjpz (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T21:12:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:11 smithi067 bash[26019]: cluster 2023-12-25T21:12:10.157481+0000 mon.smithi067 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi067.knbjpz(active, since 2s) 2023-12-25T21:12:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:11 smithi067 bash[26019]: audit 2023-12-25T21:12:10.964915+0000 mon.smithi067 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:11 smithi067 bash[26019]: audit 2023-12-25T21:12:10.989721+0000 mon.smithi067 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:12.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:12 smithi067 bash[26019]: audit 2023-12-25T21:12:10.957947+0000 mgr.smithi067.knbjpz (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:12.844 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: value unchanged 2023-12-25T21:12:13.323 INFO:teuthology.orchestra.run.smithi067.stderr:Generating ssh key... 2023-12-25T21:12:13.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:13 smithi067 bash[26019]: audit 2023-12-25T21:12:12.842614+0000 mgr.smithi067.knbjpz (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:16.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:16 smithi067 bash[26019]: audit 2023-12-25T21:12:14.801076+0000 mgr.smithi067.knbjpz (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:16.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:16 smithi067 bash[26019]: cephadm 2023-12-25T21:12:14.801526+0000 mgr.smithi067.knbjpz (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-25T21:12:16.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:16 smithi067 bash[26019]: audit 2023-12-25T21:12:15.141285+0000 mon.smithi067 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:16.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:16 smithi067 bash[26019]: audit 2023-12-25T21:12:15.143818+0000 mon.smithi067 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:17.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUeWlP93sH4fgJ51JSayMG9q4g1bgvK7UQIdUEHYyA7D6KjXtIlxAhyG4b4f+SKtnkvzS5EQW17yeIlH8/wlyVqq0aoLmFm9aoE/gYsPYIaOBZYnU0dBLnR7u7f6gAKqlefPJseL3dIarx0xutfAmlK74b5Okd9LxHndDN+j1shIU6p2HME2+X6jUixOMXX8MC3uZP0hYaN1bw5PtuyYn4QAuF+q6WGZzC+RuEKzc+eDSGPKB4w8WA+OIbc0sA1NV/1YQZnX38ICG9HhnTTMqlG4E7g/NJLjLQPjsLxid+kNI3RHxJJr3Wg4V7n1UoxrNKlqOqmL/if0dIYXCHqb1ej8TLPnMAdH4AdADF4lDUXYu3N6+LFgyLnCcnIzxRXO4bEtoJG+4UPosjKEW5WbOF98Z0vN0HGE2mJ8wrenm6nimfEkQu/ustLLRMAoVBaeUW8V9edZC66HBW/9AM3LCoyu5pS6mdZT7Pv6WcxXl74PsiW6bFDktDkHTzenZo4Uk= ceph-1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:12:17.560 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:12:17.560 INFO:teuthology.orchestra.run.smithi067.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T21:12:17.561 INFO:teuthology.orchestra.run.smithi067.stderr:Adding host smithi067... 2023-12-25T21:12:17.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:17 smithi067 bash[26019]: audit 2023-12-25T21:12:17.069123+0000 mgr.smithi067.knbjpz (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:19.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:19 smithi067 bash[26019]: audit 2023-12-25T21:12:19.151114+0000 mgr.smithi067.knbjpz (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:19.977 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Added host 'smithi067' with addr '172.21.15.67' 2023-12-25T21:12:20.732 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mon service with default placement... 2023-12-25T21:12:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:20 smithi067 bash[26019]: audit 2023-12-25T21:12:19.975547+0000 mon.smithi067 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:20 smithi067 bash[26019]: cephadm 2023-12-25T21:12:19.976311+0000 mgr.smithi067.knbjpz (mgr.14116) 10 : cephadm [INF] Added host smithi067 2023-12-25T21:12:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:20 smithi067 bash[26019]: audit 2023-12-25T21:12:19.981160+0000 mon.smithi067 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:22.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T21:12:23.234 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mgr service with default placement... 2023-12-25T21:12:23.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:23 smithi067 bash[26019]: audit 2023-12-25T21:12:22.646733+0000 mgr.smithi067.knbjpz (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:23.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:23 smithi067 bash[26019]: cephadm 2023-12-25T21:12:22.649795+0000 mgr.smithi067.knbjpz (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T21:12:23.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:23 smithi067 bash[26019]: audit 2023-12-25T21:12:22.652580+0000 mon.smithi067 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:23.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:23 smithi067 bash[26019]: audit 2023-12-25T21:12:22.800321+0000 mon.smithi067 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:23.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:23 smithi067 bash[26019]: audit 2023-12-25T21:12:23.103944+0000 mon.smithi067 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:24.684 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T21:12:25.233 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying crash service with default placement... 2023-12-25T21:12:25.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:25 smithi067 bash[26019]: audit 2023-12-25T21:12:24.675965+0000 mgr.smithi067.knbjpz (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:25.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:25 smithi067 bash[26019]: cephadm 2023-12-25T21:12:24.678111+0000 mgr.smithi067.knbjpz (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T21:12:25.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:25 smithi067 bash[26019]: audit 2023-12-25T21:12:24.682567+0000 mon.smithi067 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:26.619 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T21:12:27.188 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying prometheus service with default placement... 2023-12-25T21:12:27.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:27 smithi067 bash[26019]: audit 2023-12-25T21:12:26.609622+0000 mgr.smithi067.knbjpz (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:27.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:27 smithi067 bash[26019]: cephadm 2023-12-25T21:12:26.612062+0000 mgr.smithi067.knbjpz (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T21:12:27.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:27 smithi067 bash[26019]: audit 2023-12-25T21:12:26.617227+0000 mon.smithi067 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:28.597 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T21:12:29.136 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying grafana service with default placement... 2023-12-25T21:12:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:29 smithi067 bash[26019]: cluster 2023-12-25T21:12:27.998927+0000 mgr.smithi067.knbjpz (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:29 smithi067 bash[26019]: audit 2023-12-25T21:12:28.244782+0000 mon.smithi067 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:29.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:29 smithi067 bash[26019]: audit 2023-12-25T21:12:28.596067+0000 mon.smithi067 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:30.647 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T21:12:30.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:30 smithi067 bash[26019]: audit 2023-12-25T21:12:28.590275+0000 mgr.smithi067.knbjpz (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:30.697 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:30 smithi067 bash[26019]: cephadm 2023-12-25T21:12:28.592571+0000 mgr.smithi067.knbjpz (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T21:12:31.166 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying node-exporter service with default placement... 2023-12-25T21:12:31.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:31 smithi067 bash[26019]: cluster 2023-12-25T21:12:29.999298+0000 mgr.smithi067.knbjpz (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:31.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:31 smithi067 bash[26019]: audit 2023-12-25T21:12:30.645590+0000 mon.smithi067 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:32.622 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T21:12:32.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:32 smithi067 bash[26019]: audit 2023-12-25T21:12:30.638734+0000 mgr.smithi067.knbjpz (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:32.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:32 smithi067 bash[26019]: cephadm 2023-12-25T21:12:30.640895+0000 mgr.smithi067.knbjpz (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T21:12:33.120 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying alertmanager service with default placement... 2023-12-25T21:12:33.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:33 smithi067 bash[26019]: cluster 2023-12-25T21:12:31.999747+0000 mgr.smithi067.knbjpz (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:33.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:33 smithi067 bash[26019]: audit 2023-12-25T21:12:32.620575+0000 mon.smithi067 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:34.670 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T21:12:34.736 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:34 smithi067 bash[26019]: audit 2023-12-25T21:12:32.615152+0000 mgr.smithi067.knbjpz (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:34.736 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:34 smithi067 bash[26019]: cephadm 2023-12-25T21:12:32.617451+0000 mgr.smithi067.knbjpz (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T21:12:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:35 smithi067 bash[26019]: cluster 2023-12-25T21:12:34.000135+0000 mgr.smithi067.knbjpz (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:35 smithi067 bash[26019]: audit 2023-12-25T21:12:34.668716+0000 mon.smithi067 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.67:0/608880157' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:36.571 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:36 smithi067 bash[26019]: audit 2023-12-25T21:12:34.661261+0000 mgr.smithi067.knbjpz (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:36.572 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:36 smithi067 bash[26019]: cephadm 2023-12-25T21:12:34.663334+0000 mgr.smithi067.knbjpz (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T21:12:37.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:37 smithi067 bash[26019]: cluster 2023-12-25T21:12:36.000614+0000 mgr.smithi067.knbjpz (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:37.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:37 smithi067 bash[26019]: audit 2023-12-25T21:12:37.251825+0000 mon.smithi067 (mon.0) 65 : audit [INF] from='client.? 172.21.15.67:0/4261993451' entity='client.admin' 2023-12-25T21:12:39.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:39 smithi067 bash[26019]: cluster 2023-12-25T21:12:38.001102+0000 mgr.smithi067.knbjpz (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:39.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:39 smithi067 bash[26019]: audit 2023-12-25T21:12:39.241033+0000 mon.smithi067 (mon.0) 66 : audit [INF] from='client.? 172.21.15.67:0/3631381857' entity='client.admin' 2023-12-25T21:12:39.795 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling the dashboard module... 2023-12-25T21:12:41.571 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:41 smithi067 bash[26019]: cluster 2023-12-25T21:12:40.001568+0000 mgr.smithi067.knbjpz (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:12:41.571 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:41 smithi067 bash[26019]: audit 2023-12-25T21:12:41.260771+0000 mon.smithi067 (mon.0) 67 : audit [INF] from='client.? 172.21.15.67:0/2908392217' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T21:12:42.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:42 smithi067 bash[26019]: audit 2023-12-25T21:12:41.270001+0000 mon.smithi067 (mon.0) 68 : audit [INF] from='client.? 172.21.15.67:0/2908392217' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T21:12:42.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:42 smithi067 bash[26019]: cluster 2023-12-25T21:12:41.270053+0000 mon.smithi067 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi067.knbjpz(active, since 33s) 2023-12-25T21:12:43.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:12:43.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-25T21:12:43.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:12:43.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "active_name": "smithi067.knbjpz", 2023-12-25T21:12:43.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T21:12:43.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:12:43.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:43 smithi067 bash[26019]: audit 2023-12-25T21:12:43.354456+0000 mon.smithi067 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.67:0/1180992433' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T21:12:43.913 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2023-12-25T21:12:43.913 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr epoch 9... 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: cluster 2023-12-25T21:12:47.960337+0000 mon.smithi067 (mon.0) 71 : cluster [INF] Active manager daemon smithi067.knbjpz restarted 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: cluster 2023-12-25T21:12:47.960785+0000 mon.smithi067 (mon.0) 72 : cluster [INF] Activating manager daemon smithi067.knbjpz 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: cluster 2023-12-25T21:12:47.967490+0000 mon.smithi067 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: cluster 2023-12-25T21:12:47.967676+0000 mon.smithi067 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi067.knbjpz(active, starting, since 0.00704047s) 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: audit 2023-12-25T21:12:47.969435+0000 mon.smithi067 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: audit 2023-12-25T21:12:47.970873+0000 mon.smithi067 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr metadata", "who": "smithi067.knbjpz", "id": "smithi067.knbjpz"}]: dispatch 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: audit 2023-12-25T21:12:47.971788+0000 mon.smithi067 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: audit 2023-12-25T21:12:47.972074+0000 mon.smithi067 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: audit 2023-12-25T21:12:47.972365+0000 mon.smithi067 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:12:48.196 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:48 smithi067 bash[26019]: cluster 2023-12-25T21:12:47.976812+0000 mon.smithi067 (mon.0) 80 : cluster [INF] Manager daemon smithi067.knbjpz is now available 2023-12-25T21:12:48.989 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: { 2023-12-25T21:12:48.989 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-25T21:12:48.989 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T21:12:48.989 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: } 2023-12-25T21:12:49.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:49 smithi067 bash[26019]: audit 2023-12-25T21:12:48.120138+0000 mon.smithi067 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:49.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:49 smithi067 bash[26019]: audit 2023-12-25T21:12:48.125633+0000 mon.smithi067 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:12:49.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:49 smithi067 bash[26019]: audit 2023-12-25T21:12:48.175595+0000 mon.smithi067 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:12:49.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:49 smithi067 bash[26019]: audit 2023-12-25T21:12:48.181954+0000 mon.smithi067 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/trash_purge_schedule"}]: dispatch 2023-12-25T21:12:49.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:49 smithi067 bash[26019]: cluster 2023-12-25T21:12:48.972746+0000 mon.smithi067 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi067.knbjpz(active, since 1.01209s) 2023-12-25T21:12:49.637 INFO:teuthology.orchestra.run.smithi067.stderr:mgr epoch 9 is available 2023-12-25T21:12:49.637 INFO:teuthology.orchestra.run.smithi067.stderr:Generating a dashboard self-signed certificate... 2023-12-25T21:12:50.344 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:50 smithi067 bash[26019]: audit 2023-12-25T21:12:48.971029+0000 mgr.smithi067.knbjpz (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T21:12:50.344 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:50 smithi067 bash[26019]: audit 2023-12-25T21:12:48.988070+0000 mgr.smithi067.knbjpz (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T21:12:51.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T21:12:51.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:51 smithi067 bash[26019]: cluster 2023-12-25T21:12:50.029291+0000 mon.smithi067 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi067.knbjpz(active, since 2s) 2023-12-25T21:12:51.718 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial admin user... 2023-12-25T21:12:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:52 smithi067 bash[26019]: audit 2023-12-25T21:12:51.014925+0000 mgr.smithi067.knbjpz (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:52 smithi067 bash[26019]: audit 2023-12-25T21:12:51.177306+0000 mon.smithi067 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:52 smithi067 bash[26019]: audit 2023-12-25T21:12:51.181491+0000 mon.smithi067 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:53.502 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$PE6M2q4RkNZL2pjIa38lP.6wn8s3eQx8RZicKVlE.wtWfNCK4vtA6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703538773, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T21:12:53.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:53 smithi067 bash[26019]: audit 2023-12-25T21:12:53.245258+0000 mgr.smithi067.knbjpz (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:12:54.058 INFO:teuthology.orchestra.run.smithi067.stderr:Fetching dashboard port number... 2023-12-25T21:12:54.873 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:54 smithi067 bash[26019]: audit 2023-12-25T21:12:53.500833+0000 mon.smithi067 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:55.527 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: 8443 2023-12-25T21:12:55.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:55 smithi067 bash[26019]: cluster 2023-12-25T21:12:54.504674+0000 mon.smithi067 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi067.knbjpz(active, since 6s) 2023-12-25T21:12:55.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:55 smithi067 bash[26019]: audit 2023-12-25T21:12:54.888673+0000 mon.smithi067 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:12:56.063 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld does not appear to be present 2023-12-25T21:12:56.063 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph Dashboard is now available at: 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr: URL: https://smithi067.front.sepia.ceph.com:8443/ 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr: User: admin 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr: Password: tc2qp1r91c 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:12:56.077 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling autotune for osd_memory_target 2023-12-25T21:12:56.900 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:12:56 smithi067 bash[26019]: audit 2023-12-25T21:12:55.525715+0000 mon.smithi067 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.67:0/418348768' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T21:12:59.965 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-25T21:13:00.730 INFO:teuthology.orchestra.run.smithi067.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-25T21:13:00.731 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.731 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:13:00.731 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.731 INFO:teuthology.orchestra.run.smithi067.stderr:Or, if you are only running a single cluster on this host: 2023-12-25T21:13:00.731 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.731 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr: ceph telemetry on 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr:For more information see: 2023-12-25T21:13:00.732 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.733 INFO:teuthology.orchestra.run.smithi067.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-25T21:13:00.733 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:13:00.733 INFO:teuthology.orchestra.run.smithi067.stderr:Bootstrap complete. 2023-12-25T21:13:00.770 INFO:tasks.cephadm:Fetching config... 2023-12-25T21:13:00.770 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:13:00.770 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T21:13:00.776 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T21:13:00.777 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:13:00.777 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T21:13:00.827 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T21:13:00.827 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:13:00.827 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/keyring of=/dev/stdout 2023-12-25T21:13:00.890 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T21:13:00.890 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:13:00.890 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T21:13:00.937 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T21:13:00.937 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUeWlP93sH4fgJ51JSayMG9q4g1bgvK7UQIdUEHYyA7D6KjXtIlxAhyG4b4f+SKtnkvzS5EQW17yeIlH8/wlyVqq0aoLmFm9aoE/gYsPYIaOBZYnU0dBLnR7u7f6gAKqlefPJseL3dIarx0xutfAmlK74b5Okd9LxHndDN+j1shIU6p2HME2+X6jUixOMXX8MC3uZP0hYaN1bw5PtuyYn4QAuF+q6WGZzC+RuEKzc+eDSGPKB4w8WA+OIbc0sA1NV/1YQZnX38ICG9HhnTTMqlG4E7g/NJLjLQPjsLxid+kNI3RHxJJr3Wg4V7n1UoxrNKlqOqmL/if0dIYXCHqb1ej8TLPnMAdH4AdADF4lDUXYu3N6+LFgyLnCcnIzxRXO4bEtoJG+4UPosjKEW5WbOF98Z0vN0HGE2mJ8wrenm6nimfEkQu/ustLLRMAoVBaeUW8V9edZC66HBW/9AM3LCoyu5pS6mdZT7Pv6WcxXl74PsiW6bFDktDkHTzenZo4Uk= ceph-1d242438-a36a-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:13:01.001 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUeWlP93sH4fgJ51JSayMG9q4g1bgvK7UQIdUEHYyA7D6KjXtIlxAhyG4b4f+SKtnkvzS5EQW17yeIlH8/wlyVqq0aoLmFm9aoE/gYsPYIaOBZYnU0dBLnR7u7f6gAKqlefPJseL3dIarx0xutfAmlK74b5Okd9LxHndDN+j1shIU6p2HME2+X6jUixOMXX8MC3uZP0hYaN1bw5PtuyYn4QAuF+q6WGZzC+RuEKzc+eDSGPKB4w8WA+OIbc0sA1NV/1YQZnX38ICG9HhnTTMqlG4E7g/NJLjLQPjsLxid+kNI3RHxJJr3Wg4V7n1UoxrNKlqOqmL/if0dIYXCHqb1ej8TLPnMAdH4AdADF4lDUXYu3N6+LFgyLnCcnIzxRXO4bEtoJG+4UPosjKEW5WbOF98Z0vN0HGE2mJ8wrenm6nimfEkQu/ustLLRMAoVBaeUW8V9edZC66HBW/9AM3LCoyu5pS6mdZT7Pv6WcxXl74PsiW6bFDktDkHTzenZo4Uk= ceph-1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:13:01.009 DEBUG:teuthology.orchestra.run.smithi175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUeWlP93sH4fgJ51JSayMG9q4g1bgvK7UQIdUEHYyA7D6KjXtIlxAhyG4b4f+SKtnkvzS5EQW17yeIlH8/wlyVqq0aoLmFm9aoE/gYsPYIaOBZYnU0dBLnR7u7f6gAKqlefPJseL3dIarx0xutfAmlK74b5Okd9LxHndDN+j1shIU6p2HME2+X6jUixOMXX8MC3uZP0hYaN1bw5PtuyYn4QAuF+q6WGZzC+RuEKzc+eDSGPKB4w8WA+OIbc0sA1NV/1YQZnX38ICG9HhnTTMqlG4E7g/NJLjLQPjsLxid+kNI3RHxJJr3Wg4V7n1UoxrNKlqOqmL/if0dIYXCHqb1ej8TLPnMAdH4AdADF4lDUXYu3N6+LFgyLnCcnIzxRXO4bEtoJG+4UPosjKEW5WbOF98Z0vN0HGE2mJ8wrenm6nimfEkQu/ustLLRMAoVBaeUW8V9edZC66HBW/9AM3LCoyu5pS6mdZT7Pv6WcxXl74PsiW6bFDktDkHTzenZo4Uk= ceph-1d242438-a36a-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:13:01.033 INFO:teuthology.orchestra.run.smithi175.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUeWlP93sH4fgJ51JSayMG9q4g1bgvK7UQIdUEHYyA7D6KjXtIlxAhyG4b4f+SKtnkvzS5EQW17yeIlH8/wlyVqq0aoLmFm9aoE/gYsPYIaOBZYnU0dBLnR7u7f6gAKqlefPJseL3dIarx0xutfAmlK74b5Okd9LxHndDN+j1shIU6p2HME2+X6jUixOMXX8MC3uZP0hYaN1bw5PtuyYn4QAuF+q6WGZzC+RuEKzc+eDSGPKB4w8WA+OIbc0sA1NV/1YQZnX38ICG9HhnTTMqlG4E7g/NJLjLQPjsLxid+kNI3RHxJJr3Wg4V7n1UoxrNKlqOqmL/if0dIYXCHqb1ej8TLPnMAdH4AdADF4lDUXYu3N6+LFgyLnCcnIzxRXO4bEtoJG+4UPosjKEW5WbOF98Z0vN0HGE2mJ8wrenm6nimfEkQu/ustLLRMAoVBaeUW8V9edZC66HBW/9AM3LCoyu5pS6mdZT7Pv6WcxXl74PsiW6bFDktDkHTzenZo4Uk= ceph-1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:13:01.044 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T21:13:01.060 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:00 smithi067 bash[26019]: audit 2023-12-25T21:12:59.960249+0000 mon.smithi067 (mon.0) 93 : audit [INF] from='client.? 172.21.15.67:0/1069682817' entity='client.admin' 2023-12-25T21:13:05.504 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-25T21:13:05.504 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-25T21:13:05.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:05 smithi067 bash[26019]: audit 2023-12-25T21:13:04.565225+0000 mon.smithi067 (mon.0) 94 : audit [INF] from='client.? 172.21.15.67:0/439066526' entity='client.admin' 2023-12-25T21:13:08.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:08 smithi067 bash[26019]: audit 2023-12-25T21:13:07.880801+0000 mon.smithi067 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:08.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:08 smithi067 bash[26019]: audit 2023-12-25T21:13:08.201565+0000 mon.smithi067 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:13:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:08 smithi067 bash[26019]: audit 2023-12-25T21:13:08.209414+0000 mon.smithi067 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:08 smithi067 bash[26019]: cephadm 2023-12-25T21:13:08.224854+0000 mgr.smithi067.knbjpz (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi067 on smithi067 2023-12-25T21:13:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:08 smithi067 bash[26019]: audit 2023-12-25T21:13:08.661917+0000 mon.smithi067 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:09.368 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi175 2023-12-25T21:13:09.368 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:13:09.368 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.conf 2023-12-25T21:13:09.375 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:13:09.375 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:13:09.422 INFO:tasks.cephadm:Adding host smithi175 to orchestrator... 2023-12-25T21:13:09.422 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch host add smithi175 2023-12-25T21:13:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:09 smithi067 bash[26019]: audit 2023-12-25T21:13:08.654251+0000 mgr.smithi067.knbjpz (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:13:11.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:10 smithi067 bash[26019]: cluster 2023-12-25T21:13:09.974058+0000 mgr.smithi067.knbjpz (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:12.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:12 smithi067 bash[26019]: cluster 2023-12-25T21:13:11.974740+0000 mgr.smithi067.knbjpz (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:15.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:15 smithi067 bash[26019]: cluster 2023-12-25T21:13:13.975242+0000 mgr.smithi067.knbjpz (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:17.055 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:16 smithi067 bash[26019]: audit 2023-12-25T21:13:15.794417+0000 mon.smithi067 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:17.056 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:16 smithi067 bash[26019]: audit 2023-12-25T21:13:15.797332+0000 mon.smithi067 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:13:17.056 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:16 smithi067 bash[26019]: audit 2023-12-25T21:13:15.802987+0000 mon.smithi067 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T21:13:17.056 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:16 smithi067 bash[26019]: audit 2023-12-25T21:13:15.804364+0000 mon.smithi067 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:13:17.056 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:16 smithi067 bash[26019]: cephadm 2023-12-25T21:13:15.805545+0000 mgr.smithi067.knbjpz (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi067 on smithi067 2023-12-25T21:13:17.056 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:16 smithi067 bash[26019]: cluster 2023-12-25T21:13:15.975679+0000 mgr.smithi067.knbjpz (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: cluster 2023-12-25T21:13:17.976045+0000 mgr.smithi067.knbjpz (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: audit 2023-12-25T21:13:18.162701+0000 mon.smithi067 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: audit 2023-12-25T21:13:18.167604+0000 mon.smithi067 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: audit 2023-12-25T21:13:18.330356+0000 mon.smithi067 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: audit 2023-12-25T21:13:18.335253+0000 mon.smithi067 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: audit 2023-12-25T21:13:18.338143+0000 mon.smithi067 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T21:13:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:19 smithi067 bash[26019]: audit 2023-12-25T21:13:18.345134+0000 mon.smithi067 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:20 smithi067 bash[26019]: audit 2023-12-25T21:13:18.339120+0000 mgr.smithi067.knbjpz (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T21:13:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:20 smithi067 bash[26019]: cephadm 2023-12-25T21:13:18.362211+0000 mgr.smithi067.knbjpz (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi067 on smithi067 2023-12-25T21:13:21.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:21 smithi067 bash[26019]: cluster 2023-12-25T21:13:19.976548+0000 mgr.smithi067.knbjpz (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:22 smithi067 bash[26019]: cluster 2023-12-25T21:13:21.977047+0000 mgr.smithi067.knbjpz (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:25 smithi067 bash[26019]: cluster 2023-12-25T21:13:23.977459+0000 mgr.smithi067.knbjpz (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:27.297 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:27 smithi067 bash[26019]: cluster 2023-12-25T21:13:25.977824+0000 mgr.smithi067.knbjpz (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:29 smithi067 bash[26019]: cluster 2023-12-25T21:13:27.978139+0000 mgr.smithi067.knbjpz (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:31.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:31 smithi067 bash[26019]: cluster 2023-12-25T21:13:29.978423+0000 mgr.smithi067.knbjpz (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:32.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:32 smithi067 bash[26019]: cluster 2023-12-25T21:13:31.978868+0000 mgr.smithi067.knbjpz (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:35.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:35 smithi067 bash[26019]: cluster 2023-12-25T21:13:33.979328+0000 mgr.smithi067.knbjpz (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:35.563 INFO:teuthology.orchestra.run.smithi175.stdout:Added host 'smithi175' with addr '172.21.15.175' 2023-12-25T21:13:36.260 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T21:13:36.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:36 smithi067 bash[26019]: audit 2023-12-25T21:13:34.707157+0000 mgr.smithi067.knbjpz (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:13:36.417 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:36 smithi067 bash[26019]: audit 2023-12-25T21:13:35.561892+0000 mon.smithi067 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:37.231 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:37 smithi067 bash[26019]: cephadm 2023-12-25T21:13:35.562580+0000 mgr.smithi067.knbjpz (mgr.14156) 25 : cephadm [INF] Added host smithi175 2023-12-25T21:13:37.231 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:37 smithi067 bash[26019]: cluster 2023-12-25T21:13:35.979854+0000 mgr.smithi067.knbjpz (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:38.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:38 smithi067 bash[26019]: audit 2023-12-25T21:13:37.275352+0000 mon.smithi067 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:38.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:38 smithi067 bash[26019]: cephadm 2023-12-25T21:13:37.282460+0000 mgr.smithi067.knbjpz (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi067 on smithi067 2023-12-25T21:13:38.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:38 smithi067 bash[26019]: audit 2023-12-25T21:13:37.827504+0000 mon.smithi067 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:38.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:38 smithi067 bash[26019]: audit 2023-12-25T21:13:37.833858+0000 mon.smithi067 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T21:13:38.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:38 smithi067 bash[26019]: audit 2023-12-25T21:13:38.179746+0000 mon.smithi067 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:39.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:39 smithi067 bash[26019]: cluster 2023-12-25T21:13:37.980328+0000 mgr.smithi067.knbjpz (mgr.14156) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:13:39.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:39 smithi067 bash[26019]: audit 2023-12-25T21:13:38.831269+0000 mon.smithi067 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.67:0/506132955' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T21:13:39.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:39 smithi067 bash[26019]: cluster 2023-12-25T21:13:38.831336+0000 mon.smithi067 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi067.knbjpz(active, since 50s) 2023-12-25T21:13:45.741 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: cluster 2023-12-25T21:13:45.528692+0000 mon.smithi067 (mon.0) 116 : cluster [INF] Active manager daemon smithi067.knbjpz restarted 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: cluster 2023-12-25T21:13:45.529498+0000 mon.smithi067 (mon.0) 117 : cluster [INF] Activating manager daemon smithi067.knbjpz 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: cluster 2023-12-25T21:13:45.533774+0000 mon.smithi067 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: cluster 2023-12-25T21:13:45.533901+0000 mon.smithi067 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi067.knbjpz(active, starting, since 0.00473134s) 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: audit 2023-12-25T21:13:45.536673+0000 mon.smithi067 (mon.0) 120 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: audit 2023-12-25T21:13:45.537519+0000 mon.smithi067 (mon.0) 121 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr metadata", "who": "smithi067.knbjpz", "id": "smithi067.knbjpz"}]: dispatch 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: audit 2023-12-25T21:13:45.538963+0000 mon.smithi067 (mon.0) 122 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: audit 2023-12-25T21:13:45.539133+0000 mon.smithi067 (mon.0) 123 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: audit 2023-12-25T21:13:45.539321+0000 mon.smithi067 (mon.0) 124 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:13:45.742 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:45 smithi067 bash[26019]: cluster 2023-12-25T21:13:45.542402+0000 mon.smithi067 (mon.0) 125 : cluster [INF] Manager daemon smithi067.knbjpz is now available 2023-12-25T21:13:46.542 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-25T21:13:46.542 INFO:teuthology.orchestra.run.smithi175.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}] 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: audit 2023-12-25T21:13:45.684385+0000 mon.smithi067 (mon.0) 126 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: audit 2023-12-25T21:13:45.690226+0000 mon.smithi067 (mon.0) 127 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: audit 2023-12-25T21:13:45.737113+0000 mon.smithi067 (mon.0) 128 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: audit 2023-12-25T21:13:45.751384+0000 mon.smithi067 (mon.0) 129 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: audit 2023-12-25T21:13:45.756119+0000 mon.smithi067 (mon.0) 130 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.knbjpz/trash_purge_schedule"}]: dispatch 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: audit 2023-12-25T21:13:46.340430+0000 mon.smithi067 (mon.0) 131 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:46.792 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:46 smithi067 bash[26019]: cluster 2023-12-25T21:13:46.536662+0000 mon.smithi067 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi067.knbjpz(active, since 1.00749s) 2023-12-25T21:13:47.185 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T21:13:47.185 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T21:13:47.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:47 smithi067 bash[26019]: audit 2023-12-25T21:13:46.540801+0000 mgr.smithi067.knbjpz (mgr.14184) 1 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:48.841 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:48 smithi067 bash[26019]: cluster 2023-12-25T21:13:47.589485+0000 mon.smithi067 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi067.knbjpz(active, since 2s) 2023-12-25T21:13:48.841 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:48 smithi067 bash[26019]: audit 2023-12-25T21:13:48.174028+0000 mon.smithi067 (mon.0) 134 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:51.551 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2023-12-25T21:13:51.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:51 smithi067 bash[26019]: audit 2023-12-25T21:13:51.491319+0000 mon.smithi067 (mon.0) 135 : audit [INF] from='client.? 172.21.15.67:0/206765020' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T21:13:52.361 INFO:tasks.cephadm:Adding mon.smithi067 on smithi067 2023-12-25T21:13:52.361 INFO:tasks.cephadm:Adding mon.smithi175 on smithi175 2023-12-25T21:13:52.361 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175' 2023-12-25T21:13:52.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:52 smithi067 bash[26019]: audit 2023-12-25T21:13:51.544929+0000 mon.smithi067 (mon.0) 136 : audit [INF] from='client.? 172.21.15.67:0/206765020' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T21:13:52.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:52 smithi067 bash[26019]: cluster 2023-12-25T21:13:51.545048+0000 mon.smithi067 (mon.0) 137 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:13:52.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:52 smithi067 bash[26019]: audit 2023-12-25T21:13:51.742062+0000 mon.smithi067 (mon.0) 138 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:52.678 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:52 smithi067 bash[26019]: audit 2023-12-25T21:13:52.033414+0000 mon.smithi067 (mon.0) 139 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:13:54.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:53.705558+0000 mon.smithi067 (mon.0) 140 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.027786+0000 mon.smithi067 (mon.0) 141 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.029464+0000 mon.smithi067 (mon.0) 142 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.031219+0000 mon.smithi067 (mon.0) 143 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.032591+0000 mon.smithi067 (mon.0) 144 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.109222+0000 mon.smithi067 (mon.0) 145 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.304479+0000 mon.smithi067 (mon.0) 146 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.311526+0000 mon.smithi067 (mon.0) 147 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:54.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.315840+0000 mon.smithi067 (mon.0) 148 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:13:54.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.319496+0000 mon.smithi067 (mon.0) 149 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T21:13:54.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:54 smithi067 bash[26019]: audit 2023-12-25T21:13:54.320922+0000 mon.smithi067 (mon.0) 150 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:13:55.795 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mon update... 2023-12-25T21:13:55.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:55 smithi067 bash[26019]: cephadm 2023-12-25T21:13:54.034927+0000 mgr.smithi067.knbjpz (mgr.14184) 2 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-25T21:13:55.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:55 smithi067 bash[26019]: cephadm 2023-12-25T21:13:54.035470+0000 mgr.smithi067.knbjpz (mgr.14184) 3 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2023-12-25T21:13:55.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:55 smithi067 bash[26019]: cephadm 2023-12-25T21:13:54.069584+0000 mgr.smithi067.knbjpz (mgr.14184) 4 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:13:55.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:55 smithi067 bash[26019]: cephadm 2023-12-25T21:13:54.249757+0000 mgr.smithi067.knbjpz (mgr.14184) 5 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:13:55.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:55 smithi067 bash[26019]: cephadm 2023-12-25T21:13:54.322445+0000 mgr.smithi067.knbjpz (mgr.14184) 6 : cephadm [INF] Deploying daemon crash.smithi175 on smithi175 2023-12-25T21:13:56.550 DEBUG:teuthology.orchestra.run.smithi175:mon.smithi175> sudo journalctl -f -n 0 -u ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi175.service 2023-12-25T21:13:56.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:13:56.552 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:13:56.814 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-25T21:13:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:56 smithi067 bash[26019]: audit 2023-12-25T21:13:55.780179+0000 mgr.smithi067.knbjpz (mgr.14184) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:13:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:56 smithi067 bash[26019]: cephadm 2023-12-25T21:13:55.786051+0000 mgr.smithi067.knbjpz (mgr.14184) 8 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175;count:2 2023-12-25T21:13:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:56 smithi067 bash[26019]: audit 2023-12-25T21:13:55.793817+0000 mon.smithi067 (mon.0) 151 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:58 smithi067 bash[26019]: audit 2023-12-25T21:13:57.074184+0000 mon.smithi067 (mon.0) 152 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:13:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:58 smithi067 bash[26019]: audit 2023-12-25T21:13:57.079510+0000 mon.smithi067 (mon.0) 153 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.bwsesn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:13:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:58 smithi067 bash[26019]: audit 2023-12-25T21:13:57.083144+0000 mon.smithi067 (mon.0) 154 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.bwsesn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-25T21:13:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:58 smithi067 bash[26019]: audit 2023-12-25T21:13:57.084800+0000 mon.smithi067 (mon.0) 155 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:13:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:58 smithi067 bash[26019]: audit 2023-12-25T21:13:57.086832+0000 mon.smithi067 (mon.0) 156 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:13:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:13:58 smithi067 bash[26019]: cephadm 2023-12-25T21:13:57.088380+0000 mgr.smithi067.knbjpz (mgr.14184) 9 : cephadm [INF] Deploying daemon mgr.smithi175.bwsesn on smithi175 2023-12-25T21:14:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:00 smithi067 bash[26019]: audit 2023-12-25T21:13:59.922099+0000 mon.smithi067 (mon.0) 157 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:00 smithi067 bash[26019]: audit 2023-12-25T21:13:59.927150+0000 mon.smithi067 (mon.0) 158 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:14:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:00 smithi067 bash[26019]: audit 2023-12-25T21:13:59.928593+0000 mon.smithi067 (mon.0) 159 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:14:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:00 smithi067 bash[26019]: audit 2023-12-25T21:13:59.929959+0000 mon.smithi067 (mon.0) 160 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:00 smithi067 bash[26019]: cephadm 2023-12-25T21:13:59.931221+0000 mgr.smithi067.knbjpz (mgr.14184) 10 : cephadm [INF] Deploying daemon mon.smithi175 on smithi175 2023-12-25T21:14:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:00 smithi067 bash[26019]: audit 2023-12-25T21:14:00.723169+0000 mon.smithi067 (mon.0) 161 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:01.345 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-25T21:14:01.346 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"1d242438-a36a-11ee-95a5-87774f69a715","modified":"2023-12-25T21:11:36.458459Z","created":"2023-12-25T21:11:36.458459Z","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":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T21:14:01.350 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2023-12-25T21:14:02.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:01 smithi067 bash[26019]: audit 2023-12-25T21:14:01.343628+0000 mon.smithi067 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.175:0/956918971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:14:03.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:14:03.040 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:14:04.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:04 smithi175 systemd[1]: Started Ceph mon.smithi175 for 1d242438-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:14:05.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:05 smithi067 bash[26019]: audit 2023-12-25T21:14:04.514016+0000 mon.smithi067 (mon.0) 163 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:05.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:05 smithi067 bash[26019]: cephadm 2023-12-25T21:14:04.518063+0000 mgr.smithi067.knbjpz (mgr.14184) 11 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2023-12-25T21:14:05.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:05 smithi067 bash[26019]: audit 2023-12-25T21:14:05.070880+0000 mon.smithi067 (mon.0) 164 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:06.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:06 smithi067 bash[26019]: cephadm 2023-12-25T21:14:05.093933+0000 mgr.smithi067.knbjpz (mgr.14184) 12 : cephadm [INF] Deploying daemon prometheus.smithi175 on smithi175 2023-12-25T21:14:06.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:06 smithi067 bash[26019]: cluster 2023-12-25T21:14:05.541093+0000 mgr.smithi067.knbjpz (mgr.14184) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:06 smithi067 bash[26019]: audit 2023-12-25T21:14:05.731100+0000 mon.smithi067 (mon.0) 165 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:06 smithi175 bash[29404]: debug 2023-12-25T21:14:06.996+0000 7f880fbe8880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:14:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:06 smithi175 bash[29404]: debug 2023-12-25T21:14:06.996+0000 7f880fbe8880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 8 2023-12-25T21:14:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:06 smithi175 bash[29404]: debug 2023-12-25T21:14:06.996+0000 7f880fbe8880 0 pidfile_write: ignore empty --pid-file 2023-12-25T21:14:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 0 load: jerasure load: lrc load: isa 2023-12-25T21:14:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:14:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: DB SUMMARY 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi175/store.db dir, Total Num: 0, files: 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi175/store.db: 000003.log size: 511 ; 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.env: 0x555f8cb40080 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:14:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.info_log: 0x555f8d5a4400 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:14:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi175/store.db 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.write_buffer_manager: 0x555f8e1f2480 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:14:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:14:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.row_cache: None 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:14:07.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:14:07.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:14:07.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:14:07.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:14:07.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:14:07.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi175/store.db/MANIFEST-000001 2023-12-25T21:14:07.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.merge_operator: 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555f8d547d28) 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: cache_index_and_filter_blocks: 1 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: pin_top_level_index_and_filter: 1 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: index_type: 0 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: data_block_index_type: 0 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: index_shortening: 1 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:14:07.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: hash_index_allow_collision: 1 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: checksum: 1 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: no_block_cache: 0 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_cache: 0x555f8d57ef10 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_cache_name: BinnedLRUCache 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_cache_options: 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: capacity : 536870912 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: num_shard_bits : 4 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: strict_capacity_limit : 0 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: high_pri_pool_ratio: 0.000 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_cache_compressed: (nil) 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: persistent_cache: (nil) 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_size: 4096 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_size_deviation: 10 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_restart_interval: 16 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: index_block_restart_interval: 1 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: metadata_block_size: 4096 2023-12-25T21:14:07.296 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: partition_filters: 0 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: use_delta_encoding: 1 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: whole_key_filtering: 1 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: verify_compression: 0 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: read_amp_bytes_per_bit: 0 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: format_version: 2 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: enable_index_compression: 1 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: block_align: 0 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:14:07.297 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:14:07.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:14:07.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:14:07.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:14:07.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi175/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.000+0000 7f880fbe8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538847004653, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538847005327, "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": 1703538847, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538847005988, "job": 1, "event": "recovery_finished"} 2023-12-25T21:14:07.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 4 rocksdb: DB pointer 0x555f8d647800 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 0 mon.smithi175 does not exist in monmap, will attempt to join an existing cluster 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 0 using public_addr v2:172.21.15.175:0/0 -> [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.004+0000 7f880fbe8880 0 starting mon.smithi175 rank -1 at public addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] at bind addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi175 fsid 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.008+0000 7f87f69ee700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.008+0000 7f87f69ee700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** DB Stats ** 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** Compaction Stats [default] ** 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:14:07.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** Compaction Stats [default] ** 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:14:07.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** Compaction Stats [default] ** 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** Compaction Stats [default] ** 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 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.2 0.00 0.00 1 0.001 0 0 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:07.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.008+0000 7f880fbe8880 1 mon.smithi175@-1(???) e0 preinit fsid 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 0 mon.smithi175@-1(synchronizing).mds e1 new map 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 0 mon.smithi175@-1(synchronizing).mds e1 print_map 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: e1 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: legacy client fscid: -1 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: 2023-12-25T21:14:07.306 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: No filesystems configured 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.040+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.044+0000 7f87f91f3700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.044+0000 7f87f91f3700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: cephadm 2023-12-25T21:14:05.093933+0000 mgr.smithi067.knbjpz (mgr.14184) 12 : cephadm [INF] Deploying daemon prometheus.smithi175 on smithi175 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: cluster 2023-12-25T21:14:05.541093+0000 mgr.smithi067.knbjpz (mgr.14184) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: audit 2023-12-25T21:14:05.731100+0000 mon.smithi067 (mon.0) 165 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:07.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:07 smithi175 bash[29404]: debug 2023-12-25T21:14:07.044+0000 7f87f91f3700 1 mon.smithi175@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-25T21:14:12.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:07.057372+0000 mon.smithi067 (mon.0) 167 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-12-25T21:14:12.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:07.057874+0000 mon.smithi067 (mon.0) 168 : cluster [INF] mon.smithi067 calling monitor election 2023-12-25T21:14:12.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:07.080003+0000 mon.smithi067 (mon.0) 169 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:07.541554+0000 mgr.smithi067.knbjpz (mgr.14184) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:08.051835+0000 mon.smithi067 (mon.0) 170 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:08.330674+0000 mon.smithi067 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.bwsesn/crt"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:09.051897+0000 mon.smithi067 (mon.0) 172 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:09.053446+0000 mon.smithi175 (mon.1) 1 : cluster [INF] mon.smithi175 calling monitor election 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:09.542089+0000 mgr.smithi067.knbjpz (mgr.14184) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:10.052109+0000 mon.smithi067 (mon.0) 173 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:11.052401+0000 mon.smithi067 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:11.542551+0000 mgr.smithi067.knbjpz (mgr.14184) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:12.052550+0000 mon.smithi067 (mon.0) 175 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.103422+0000 mon.smithi067 (mon.0) 176 : cluster [INF] mon.smithi067 is new leader, mons smithi067,smithi175 in quorum (ranks 0,1) 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.109391+0000 mon.smithi067 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.110491+0000 mon.smithi067 (mon.0) 178 : cluster [DBG] fsmap 2023-12-25T21:14:12.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.110567+0000 mon.smithi067 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:14:12.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.111020+0000 mon.smithi067 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi067.knbjpz(active, since 26s) 2023-12-25T21:14:12.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.112716+0000 mon.smithi067 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi175.bwsesn started 2023-12-25T21:14:12.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:12.115338+0000 mon.smithi067 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T21:14:12.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.118717+0000 mon.smithi067 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2023-12-25T21:14:12.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:12.119092+0000 mon.smithi067 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.bwsesn/key"}]: dispatch 2023-12-25T21:14:12.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:12 smithi067 bash[26019]: audit 2023-12-25T21:14:12.119946+0000 mon.smithi067 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T21:14:12.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:07.057372+0000 mon.smithi067 (mon.0) 167 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:07.057874+0000 mon.smithi067 (mon.0) 168 : cluster [INF] mon.smithi067 calling monitor election 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:07.080003+0000 mon.smithi067 (mon.0) 169 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:07.541554+0000 mgr.smithi067.knbjpz (mgr.14184) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:08.051835+0000 mon.smithi067 (mon.0) 170 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:08.330674+0000 mon.smithi067 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.bwsesn/crt"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:09.051897+0000 mon.smithi067 (mon.0) 172 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:09.053446+0000 mon.smithi175 (mon.1) 1 : cluster [INF] mon.smithi175 calling monitor election 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:09.542089+0000 mgr.smithi067.knbjpz (mgr.14184) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:10.052109+0000 mon.smithi067 (mon.0) 173 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:11.052401+0000 mon.smithi067 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:11.542551+0000 mgr.smithi067.knbjpz (mgr.14184) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:12.052550+0000 mon.smithi067 (mon.0) 175 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.103422+0000 mon.smithi067 (mon.0) 176 : cluster [INF] mon.smithi067 is new leader, mons smithi067,smithi175 in quorum (ranks 0,1) 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.109391+0000 mon.smithi067 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.110491+0000 mon.smithi067 (mon.0) 178 : cluster [DBG] fsmap 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.110567+0000 mon.smithi067 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.111020+0000 mon.smithi067 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi067.knbjpz(active, since 26s) 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.112716+0000 mon.smithi067 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi175.bwsesn started 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:12.115338+0000 mon.smithi067 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.118717+0000 mon.smithi067 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:12.119092+0000 mon.smithi067 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.bwsesn/key"}]: dispatch 2023-12-25T21:14:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:12 smithi175 bash[29404]: audit 2023-12-25T21:14:12.119946+0000 mon.smithi067 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.175:0/1550938488' entity='mgr.smithi175.bwsesn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T21:14:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:13 smithi067 bash[26019]: cluster 2023-12-25T21:14:12.181807+0000 mon.smithi067 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi067.knbjpz(active, since 26s), standbys: smithi175.bwsesn 2023-12-25T21:14:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:13 smithi067 bash[26019]: audit 2023-12-25T21:14:12.182015+0000 mon.smithi067 (mon.0) 187 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr metadata", "who": "smithi175.bwsesn", "id": "smithi175.bwsesn"}]: dispatch 2023-12-25T21:14:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:13 smithi067 bash[26019]: audit 2023-12-25T21:14:13.052689+0000 mon.smithi067 (mon.0) 188 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:13.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:13 smithi175 bash[29404]: cluster 2023-12-25T21:14:12.181807+0000 mon.smithi067 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi067.knbjpz(active, since 26s), standbys: smithi175.bwsesn 2023-12-25T21:14:13.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:13 smithi175 bash[29404]: audit 2023-12-25T21:14:12.182015+0000 mon.smithi067 (mon.0) 187 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr metadata", "who": "smithi175.bwsesn", "id": "smithi175.bwsesn"}]: dispatch 2023-12-25T21:14:13.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:13 smithi175 bash[29404]: audit 2023-12-25T21:14:13.052689+0000 mon.smithi067 (mon.0) 188 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2023-12-25T21:14:13.625 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-25T21:14:13.625 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":2,"fsid":"1d242438-a36a-11ee-95a5-87774f69a715","modified":"2023-12-25T21:14:07.052471Z","created":"2023-12-25T21:11:36.458459Z","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":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi175","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-25T21:14:13.629 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 2 2023-12-25T21:14:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:14 smithi067 bash[26019]: cluster 2023-12-25T21:14:13.543092+0000 mgr.smithi067.knbjpz (mgr.14184) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:14 smithi067 bash[26019]: audit 2023-12-25T21:14:13.624630+0000 mon.smithi067 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.175:0/2663859864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:14:14.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:14 smithi175 bash[29404]: cluster 2023-12-25T21:14:13.543092+0000 mgr.smithi067.knbjpz (mgr.14184) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:14.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:14 smithi175 bash[29404]: audit 2023-12-25T21:14:13.624630+0000 mon.smithi067 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.175:0/2663859864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:14:15.157 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-25T21:14:15.157 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-25T21:14:16.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:16 smithi067 bash[26019]: cluster 2023-12-25T21:14:15.543571+0000 mgr.smithi067.knbjpz (mgr.14184) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:16 smithi175 bash[29404]: cluster 2023-12-25T21:14:15.543571+0000 mgr.smithi067.knbjpz (mgr.14184) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:18 smithi067 bash[26019]: cluster 2023-12-25T21:14:17.544023+0000 mgr.smithi067.knbjpz (mgr.14184) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:18 smithi067 bash[26019]: audit 2023-12-25T21:14:18.009210+0000 mon.smithi067 (mon.0) 190 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:18.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:18 smithi067 bash[26019]: audit 2023-12-25T21:14:18.011484+0000 mon.smithi067 (mon.0) 191 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:14:18.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:18 smithi175 bash[29404]: cluster 2023-12-25T21:14:17.544023+0000 mgr.smithi067.knbjpz (mgr.14184) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:18.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:18 smithi175 bash[29404]: audit 2023-12-25T21:14:18.009210+0000 mon.smithi067 (mon.0) 190 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:18.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:18 smithi175 bash[29404]: audit 2023-12-25T21:14:18.011484+0000 mon.smithi067 (mon.0) 191 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:14:18.421 INFO:teuthology.orchestra.run.smithi067.stdout:# minimal ceph.conf for 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:18.422 INFO:teuthology.orchestra.run.smithi067.stdout:[global] 2023-12-25T21:14:18.422 INFO:teuthology.orchestra.run.smithi067.stdout: fsid = 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:18.422 INFO:teuthology.orchestra.run.smithi067.stdout: mon_host = [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2023-12-25T21:14:19.033 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-25T21:14:19.033 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:14:19.033 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:14:19.044 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:14:19.044 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:14:19.104 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:14:19.104 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:14:19.116 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:14:19.117 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:14:19.134 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:19 smithi175 bash[29404]: audit 2023-12-25T21:14:18.420900+0000 mon.smithi067 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.67:0/2807815259' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:19.148 INFO:tasks.cephadm:Deploying OSDs... 2023-12-25T21:14:19.148 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:14:19.148 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:14:19.155 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:14:19.155 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme1n1 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme1n1 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 472 Links: 1 Device type: 103,2 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:13:06.183208806 +0000 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:13:06.143209758 +0000 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:13:06.143209758 +0000 2023-12-25T21:14:19.206 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:14:19.207 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T21:14:19.264 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:14:19.264 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:14:19.264 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.00045199 s, 1.1 MB/s 2023-12-25T21:14:19.265 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T21:14:19.314 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme2n1 2023-12-25T21:14:19.365 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme2n1 2023-12-25T21:14:19.365 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:19.365 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-12-25T21:14:19.365 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:19.365 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:13:06.199208425 +0000 2023-12-25T21:14:19.366 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:13:06.143209758 +0000 2023-12-25T21:14:19.366 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:13:06.143209758 +0000 2023-12-25T21:14:19.366 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:14:19.366 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T21:14:19.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:19 smithi067 bash[26019]: audit 2023-12-25T21:14:18.420900+0000 mon.smithi067 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.67:0/2807815259' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:19.420 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:14:19.420 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:14:19.420 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000446454 s, 1.1 MB/s 2023-12-25T21:14:19.421 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T21:14:19.470 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme3n1 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme3n1 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:13:06.215208045 +0000 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:13:06.147209663 +0000 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:13:06.147209663 +0000 2023-12-25T21:14:19.521 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:14:19.522 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T21:14:19.574 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:14:19.574 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:14:19.574 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000462863 s, 1.1 MB/s 2023-12-25T21:14:19.575 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T21:14:19.626 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/nvme4n1 2023-12-25T21:14:19.673 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/nvme4n1 2023-12-25T21:14:19.673 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:19.673 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-12-25T21:14:19.673 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:19.673 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2023-12-25 21:13:06.231207664 +0000 2023-12-25T21:14:19.673 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2023-12-25 21:13:06.147209663 +0000 2023-12-25T21:14:19.674 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2023-12-25 21:13:06.147209663 +0000 2023-12-25T21:14:19.674 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2023-12-25T21:14:19.674 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T21:14:19.732 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2023-12-25T21:14:19.732 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2023-12-25T21:14:19.732 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000471804 s, 1.1 MB/s 2023-12-25T21:14:19.733 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T21:14:19.783 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:14:19.783 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:14:19.790 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:14:19.790 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme1n1 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme1n1 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 472 Links: 1 Device type: 103,2 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:13:52.004855223 +0000 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:13:51.968856079 +0000 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:13:51.968856079 +0000 2023-12-25T21:14:19.840 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:14:19.841 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T21:14:19.895 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:14:19.895 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:14:19.895 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000439527 s, 1.2 MB/s 2023-12-25T21:14:19.896 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T21:14:19.945 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme2n1 2023-12-25T21:14:19.996 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme2n1 2023-12-25T21:14:19.996 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:19.996 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-12-25T21:14:19.996 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:19.996 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:13:52.020854842 +0000 2023-12-25T21:14:19.996 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:13:51.968856079 +0000 2023-12-25T21:14:19.997 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:13:51.968856079 +0000 2023-12-25T21:14:19.997 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:14:19.997 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T21:14:20.052 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:14:20.053 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:14:20.053 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000457658 s, 1.1 MB/s 2023-12-25T21:14:20.053 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T21:14:20.102 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme3n1 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme3n1 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:13:52.032854557 +0000 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:13:51.972855984 +0000 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:13:51.972855984 +0000 2023-12-25T21:14:20.152 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:14:20.153 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T21:14:20.204 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:20 smithi175 bash[29404]: cluster 2023-12-25T21:14:19.544487+0000 mgr.smithi067.knbjpz (mgr.14184) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:20.206 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:14:20.207 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:14:20.207 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000451493 s, 1.1 MB/s 2023-12-25T21:14:20.208 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T21:14:20.258 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/nvme4n1 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/nvme4n1 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2023-12-25 21:13:52.048854176 +0000 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2023-12-25 21:13:51.972855984 +0000 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2023-12-25 21:13:51.972855984 +0000 2023-12-25T21:14:20.312 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2023-12-25T21:14:20.313 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T21:14:20.367 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2023-12-25T21:14:20.367 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2023-12-25T21:14:20.367 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000419413 s, 1.2 MB/s 2023-12-25T21:14:20.368 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T21:14:20.418 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-25T21:14:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:20 smithi067 bash[26019]: cluster 2023-12-25T21:14:19.544487+0000 mgr.smithi067.knbjpz (mgr.14184) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:21.838 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:21 smithi175 bash[29404]: audit 2023-12-25T21:14:20.741639+0000 mon.smithi067 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:21.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:21 smithi067 bash[26019]: audit 2023-12-25T21:14:20.741639+0000 mon.smithi067 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:22 smithi067 bash[26019]: cluster 2023-12-25T21:14:21.545033+0000 mgr.smithi067.knbjpz (mgr.14184) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:22 smithi175 bash[29404]: cluster 2023-12-25T21:14:21.545033+0000 mgr.smithi067.knbjpz (mgr.14184) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:23.607 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled osd.all-available-devices update... 2023-12-25T21:14:24.238 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-25T21:14:24.238 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: cluster 2023-12-25T21:14:23.545493+0000 mgr.smithi067.knbjpz (mgr.14184) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.592892+0000 mgr.smithi067.knbjpz (mgr.14184) 23 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: cephadm 2023-12-25T21:14:23.597464+0000 mgr.smithi067.knbjpz (mgr.14184) 24 : cephadm [INF] Marking host: smithi067 for OSDSpec preview refresh. 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: cephadm 2023-12-25T21:14:23.597702+0000 mgr.smithi067.knbjpz (mgr.14184) 25 : cephadm [INF] Marking host: smithi175 for OSDSpec preview refresh. 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: cephadm 2023-12-25T21:14:23.598787+0000 mgr.smithi067.knbjpz (mgr.14184) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.605545+0000 mon.smithi067 (mon.0) 194 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.629989+0000 mon.smithi067 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.640616+0000 mon.smithi067 (mon.0) 196 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.642606+0000 mon.smithi067 (mon.0) 197 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.644304+0000 mon.smithi067 (mon.0) 198 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: cephadm 2023-12-25T21:14:23.646645+0000 mgr.smithi067.knbjpz (mgr.14184) 27 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: cephadm 2023-12-25T21:14:23.647448+0000 mgr.smithi067.knbjpz (mgr.14184) 28 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.675429+0000 mon.smithi067 (mon.0) 199 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.682944+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.689345+0000 mon.smithi067 (mon.0) 201 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.700982+0000 mon.smithi067 (mon.0) 202 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.706804+0000 mon.smithi067 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.710459+0000 mon.smithi067 (mon.0) 204 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.710992+0000 mon.smithi067 (mon.0) 205 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:24 smithi067 bash[26019]: audit 2023-12-25T21:14:23.712155+0000 mon.smithi067 (mon.0) 206 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: cluster 2023-12-25T21:14:23.545493+0000 mgr.smithi067.knbjpz (mgr.14184) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.592892+0000 mgr.smithi067.knbjpz (mgr.14184) 23 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: cephadm 2023-12-25T21:14:23.597464+0000 mgr.smithi067.knbjpz (mgr.14184) 24 : cephadm [INF] Marking host: smithi067 for OSDSpec preview refresh. 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: cephadm 2023-12-25T21:14:23.597702+0000 mgr.smithi067.knbjpz (mgr.14184) 25 : cephadm [INF] Marking host: smithi175 for OSDSpec preview refresh. 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: cephadm 2023-12-25T21:14:23.598787+0000 mgr.smithi067.knbjpz (mgr.14184) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.605545+0000 mon.smithi067 (mon.0) 194 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.629989+0000 mon.smithi067 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.640616+0000 mon.smithi067 (mon.0) 196 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.642606+0000 mon.smithi067 (mon.0) 197 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.644304+0000 mon.smithi067 (mon.0) 198 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: cephadm 2023-12-25T21:14:23.646645+0000 mgr.smithi067.knbjpz (mgr.14184) 27 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: cephadm 2023-12-25T21:14:23.647448+0000 mgr.smithi067.knbjpz (mgr.14184) 28 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.675429+0000 mon.smithi067 (mon.0) 199 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.682944+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.689345+0000 mon.smithi067 (mon.0) 201 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.700982+0000 mon.smithi067 (mon.0) 202 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.706804+0000 mon.smithi067 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.710459+0000 mon.smithi067 (mon.0) 204 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.710992+0000 mon.smithi067 (mon.0) 205 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:24 smithi175 bash[29404]: audit 2023-12-25T21:14:23.712155+0000 mon.smithi067 (mon.0) 206 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:26.898 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:26 smithi067 bash[26019]: cluster 2023-12-25T21:14:25.545955+0000 mgr.smithi067.knbjpz (mgr.14184) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:27.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:26 smithi175 bash[29404]: cluster 2023-12-25T21:14:25.545955+0000 mgr.smithi067.knbjpz (mgr.14184) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:27.324 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:27.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:27 smithi067 bash[26019]: audit 2023-12-25T21:14:27.323957+0000 mon.smithi067 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.67:0/900554208' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:27.912 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T21:14:28.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:27 smithi175 bash[29404]: audit 2023-12-25T21:14:27.323957+0000 mon.smithi067 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.67:0/900554208' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:28.913 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:28.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:28 smithi067 bash[26019]: cluster 2023-12-25T21:14:27.546410+0000 mgr.smithi067.knbjpz (mgr.14184) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:29.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:28 smithi175 bash[29404]: cluster 2023-12-25T21:14:27.546410+0000 mgr.smithi067.knbjpz (mgr.14184) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:30.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:30 smithi175 bash[29404]: cluster 2023-12-25T21:14:29.546810+0000 mgr.smithi067.knbjpz (mgr.14184) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:30.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:30 smithi067 bash[26019]: cluster 2023-12-25T21:14:29.546810+0000 mgr.smithi067.knbjpz (mgr.14184) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:32.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:32.782 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:32 smithi067 bash[26019]: cluster 2023-12-25T21:14:31.547212+0000 mgr.smithi067.knbjpz (mgr.14184) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:32.782 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:32 smithi067 bash[26019]: audit 2023-12-25T21:14:32.115331+0000 mon.smithi175 (mon.1) 2 : audit [INF] from='client.? 172.21.15.175:0/3080321095' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62330289-9961-4dd7-924f-0c536a074d33"}]: dispatch 2023-12-25T21:14:32.782 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:32 smithi067 bash[26019]: audit 2023-12-25T21:14:32.116710+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62330289-9961-4dd7-924f-0c536a074d33"}]: dispatch 2023-12-25T21:14:32.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:32 smithi067 bash[26019]: audit 2023-12-25T21:14:32.125934+0000 mon.smithi067 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62330289-9961-4dd7-924f-0c536a074d33"}]': finished 2023-12-25T21:14:32.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:32 smithi067 bash[26019]: cluster 2023-12-25T21:14:32.126085+0000 mon.smithi067 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T21:14:32.783 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:32 smithi067 bash[26019]: audit 2023-12-25T21:14:32.126357+0000 mon.smithi067 (mon.0) 211 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:32.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:32 smithi175 bash[29404]: cluster 2023-12-25T21:14:31.547212+0000 mgr.smithi067.knbjpz (mgr.14184) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:32.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:32 smithi175 bash[29404]: audit 2023-12-25T21:14:32.115331+0000 mon.smithi175 (mon.1) 2 : audit [INF] from='client.? 172.21.15.175:0/3080321095' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62330289-9961-4dd7-924f-0c536a074d33"}]: dispatch 2023-12-25T21:14:32.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:32 smithi175 bash[29404]: audit 2023-12-25T21:14:32.116710+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62330289-9961-4dd7-924f-0c536a074d33"}]: dispatch 2023-12-25T21:14:32.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:32 smithi175 bash[29404]: audit 2023-12-25T21:14:32.125934+0000 mon.smithi067 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62330289-9961-4dd7-924f-0c536a074d33"}]': finished 2023-12-25T21:14:32.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:32 smithi175 bash[29404]: cluster 2023-12-25T21:14:32.126085+0000 mon.smithi067 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T21:14:32.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:32 smithi175 bash[29404]: audit 2023-12-25T21:14:32.126357+0000 mon.smithi067 (mon.0) 211 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:33.363 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1703538872,"num_remapped_pgs":0} 2023-12-25T21:14:33.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:33 smithi067 bash[26019]: audit 2023-12-25T21:14:32.740664+0000 mon.smithi067 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.67:0/3006265841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:33.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:33 smithi067 bash[26019]: audit 2023-12-25T21:14:33.186813+0000 mon.smithi175 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.175:0/3308575975' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:33.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:33 smithi175 bash[29404]: audit 2023-12-25T21:14:32.740664+0000 mon.smithi067 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.67:0/3006265841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:33.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:33 smithi175 bash[29404]: audit 2023-12-25T21:14:33.186813+0000 mon.smithi175 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.175:0/3308575975' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:34.364 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:34.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:34 smithi067 bash[26019]: cluster 2023-12-25T21:14:33.547642+0000 mgr.smithi067.knbjpz (mgr.14184) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:34.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:34 smithi067 bash[26019]: audit 2023-12-25T21:14:33.626938+0000 mon.smithi067 (mon.0) 213 : audit [INF] from='client.? 172.21.15.67:0/1905548912' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "800a8227-d590-49f3-ace3-4361e3e4d061"}]: dispatch 2023-12-25T21:14:34.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:34 smithi067 bash[26019]: audit 2023-12-25T21:14:33.633681+0000 mon.smithi067 (mon.0) 214 : audit [INF] from='client.? 172.21.15.67:0/1905548912' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "800a8227-d590-49f3-ace3-4361e3e4d061"}]': finished 2023-12-25T21:14:34.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:34 smithi067 bash[26019]: cluster 2023-12-25T21:14:33.633810+0000 mon.smithi067 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T21:14:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:34 smithi067 bash[26019]: audit 2023-12-25T21:14:33.634112+0000 mon.smithi067 (mon.0) 216 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:34 smithi067 bash[26019]: audit 2023-12-25T21:14:33.635183+0000 mon.smithi067 (mon.0) 217 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:34.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:34 smithi175 bash[29404]: cluster 2023-12-25T21:14:33.547642+0000 mgr.smithi067.knbjpz (mgr.14184) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:34.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:34 smithi175 bash[29404]: audit 2023-12-25T21:14:33.626938+0000 mon.smithi067 (mon.0) 213 : audit [INF] from='client.? 172.21.15.67:0/1905548912' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "800a8227-d590-49f3-ace3-4361e3e4d061"}]: dispatch 2023-12-25T21:14:34.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:34 smithi175 bash[29404]: audit 2023-12-25T21:14:33.633681+0000 mon.smithi067 (mon.0) 214 : audit [INF] from='client.? 172.21.15.67:0/1905548912' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "800a8227-d590-49f3-ace3-4361e3e4d061"}]': finished 2023-12-25T21:14:34.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:34 smithi175 bash[29404]: cluster 2023-12-25T21:14:33.633810+0000 mon.smithi067 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T21:14:34.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:34 smithi175 bash[29404]: audit 2023-12-25T21:14:33.634112+0000 mon.smithi067 (mon.0) 216 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:34.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:34 smithi175 bash[29404]: audit 2023-12-25T21:14:33.635183+0000 mon.smithi067 (mon.0) 217 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:35.666 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:35 smithi067 bash[26019]: audit 2023-12-25T21:14:34.661284+0000 mon.smithi067 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.67:0/875939382' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:36.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:35 smithi175 bash[29404]: audit 2023-12-25T21:14:34.661284+0000 mon.smithi067 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.67:0/875939382' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:36.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: cluster 2023-12-25T21:14:35.548060+0000 mgr.smithi067.knbjpz (mgr.14184) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: audit 2023-12-25T21:14:35.892883+0000 mon.smithi175 (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/3472380448' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45b7a30e-e72a-45f7-8a99-cb18b9de9de4"}]: dispatch 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: audit 2023-12-25T21:14:35.894235+0000 mon.smithi067 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45b7a30e-e72a-45f7-8a99-cb18b9de9de4"}]: dispatch 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: audit 2023-12-25T21:14:35.905006+0000 mon.smithi067 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45b7a30e-e72a-45f7-8a99-cb18b9de9de4"}]': finished 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: cluster 2023-12-25T21:14:35.905166+0000 mon.smithi067 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: audit 2023-12-25T21:14:35.905464+0000 mon.smithi067 (mon.0) 222 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: audit 2023-12-25T21:14:35.906202+0000 mon.smithi067 (mon.0) 223 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:36.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:36 smithi067 bash[26019]: audit 2023-12-25T21:14:35.906660+0000 mon.smithi067 (mon.0) 224 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: cluster 2023-12-25T21:14:35.548060+0000 mgr.smithi067.knbjpz (mgr.14184) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: audit 2023-12-25T21:14:35.892883+0000 mon.smithi175 (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/3472380448' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45b7a30e-e72a-45f7-8a99-cb18b9de9de4"}]: dispatch 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: audit 2023-12-25T21:14:35.894235+0000 mon.smithi067 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45b7a30e-e72a-45f7-8a99-cb18b9de9de4"}]: dispatch 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: audit 2023-12-25T21:14:35.905006+0000 mon.smithi067 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45b7a30e-e72a-45f7-8a99-cb18b9de9de4"}]': finished 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: cluster 2023-12-25T21:14:35.905166+0000 mon.smithi067 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: audit 2023-12-25T21:14:35.905464+0000 mon.smithi067 (mon.0) 222 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: audit 2023-12-25T21:14:35.906202+0000 mon.smithi067 (mon.0) 223 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:36 smithi175 bash[29404]: audit 2023-12-25T21:14:35.906660+0000 mon.smithi067 (mon.0) 224 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:37.348 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:37.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:36.923660+0000 mon.smithi175 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/921877995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.347178+0000 mon.smithi067 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.67:0/2485700264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.421621+0000 mon.smithi067 (mon.0) 226 : audit [INF] from='client.? 172.21.15.67:0/1996485568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad"}]: dispatch 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.428526+0000 mon.smithi067 (mon.0) 227 : audit [INF] from='client.? 172.21.15.67:0/1996485568' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad"}]': finished 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: cluster 2023-12-25T21:14:37.428577+0000 mon.smithi067 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.428689+0000 mon.smithi067 (mon.0) 229 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.428961+0000 mon.smithi067 (mon.0) 230 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.429177+0000 mon.smithi067 (mon.0) 231 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:37.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:37 smithi067 bash[26019]: audit 2023-12-25T21:14:37.429366+0000 mon.smithi067 (mon.0) 232 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:38.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:36.923660+0000 mon.smithi175 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/921877995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.347178+0000 mon.smithi067 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.67:0/2485700264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.421621+0000 mon.smithi067 (mon.0) 226 : audit [INF] from='client.? 172.21.15.67:0/1996485568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad"}]: dispatch 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.428526+0000 mon.smithi067 (mon.0) 227 : audit [INF] from='client.? 172.21.15.67:0/1996485568' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad"}]': finished 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: cluster 2023-12-25T21:14:37.428577+0000 mon.smithi067 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.428689+0000 mon.smithi067 (mon.0) 229 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.428961+0000 mon.smithi067 (mon.0) 230 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.429177+0000 mon.smithi067 (mon.0) 231 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:37 smithi175 bash[29404]: audit 2023-12-25T21:14:37.429366+0000 mon.smithi067 (mon.0) 232 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:38.099 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1703538875,"num_remapped_pgs":0} 2023-12-25T21:14:38.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:38 smithi067 bash[26019]: cluster 2023-12-25T21:14:37.548355+0000 mgr.smithi067.knbjpz (mgr.14184) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:38 smithi175 bash[29404]: cluster 2023-12-25T21:14:37.548355+0000 mgr.smithi067.knbjpz (mgr.14184) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:39.100 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:39.905 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:39 smithi067 bash[26019]: audit 2023-12-25T21:14:38.829073+0000 mon.smithi067 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.67:0/2969582196' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:40.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:39 smithi175 bash[29404]: audit 2023-12-25T21:14:38.829073+0000 mon.smithi067 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.67:0/2969582196' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: cluster 2023-12-25T21:14:39.548757+0000 mgr.smithi067.knbjpz (mgr.14184) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.659477+0000 mon.smithi175 (mon.1) 6 : audit [INF] from='client.? 172.21.15.175:0/2040511310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f4ce394-5423-4d98-85e5-90a5e3bce535"}]: dispatch 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.660830+0000 mon.smithi067 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f4ce394-5423-4d98-85e5-90a5e3bce535"}]: dispatch 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.668074+0000 mon.smithi067 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f4ce394-5423-4d98-85e5-90a5e3bce535"}]': finished 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: cluster 2023-12-25T21:14:39.668217+0000 mon.smithi067 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.668434+0000 mon.smithi067 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.669070+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.669486+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.669963+0000 mon.smithi067 (mon.0) 240 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:40.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:40 smithi067 bash[26019]: audit 2023-12-25T21:14:39.670341+0000 mon.smithi067 (mon.0) 241 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: cluster 2023-12-25T21:14:39.548757+0000 mgr.smithi067.knbjpz (mgr.14184) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.659477+0000 mon.smithi175 (mon.1) 6 : audit [INF] from='client.? 172.21.15.175:0/2040511310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f4ce394-5423-4d98-85e5-90a5e3bce535"}]: dispatch 2023-12-25T21:14:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.660830+0000 mon.smithi067 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f4ce394-5423-4d98-85e5-90a5e3bce535"}]: dispatch 2023-12-25T21:14:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.668074+0000 mon.smithi067 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f4ce394-5423-4d98-85e5-90a5e3bce535"}]': finished 2023-12-25T21:14:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: cluster 2023-12-25T21:14:39.668217+0000 mon.smithi067 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T21:14:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.668434+0000 mon.smithi067 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:41.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.669070+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:41.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.669486+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:41.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.669963+0000 mon.smithi067 (mon.0) 240 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:41.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:40 smithi175 bash[29404]: audit 2023-12-25T21:14:39.670341+0000 mon.smithi067 (mon.0) 241 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:41.869 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:41 smithi067 bash[26019]: audit 2023-12-25T21:14:40.782626+0000 mon.smithi175 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.175:0/3671039749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:42.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:41 smithi175 bash[29404]: audit 2023-12-25T21:14:40.782626+0000 mon.smithi175 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.175:0/3671039749' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:42.277 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: cluster 2023-12-25T21:14:41.549165+0000 mgr.smithi067.knbjpz (mgr.14184) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:42.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.611019+0000 mon.smithi067 (mon.0) 242 : audit [INF] from='client.? 172.21.15.67:0/637497239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6c06688f-4614-49e9-b338-943d01b01036"}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.616154+0000 mon.smithi067 (mon.0) 243 : audit [INF] from='client.? 172.21.15.67:0/637497239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6c06688f-4614-49e9-b338-943d01b01036"}]': finished 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: cluster 2023-12-25T21:14:41.616199+0000 mon.smithi067 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.616438+0000 mon.smithi067 (mon.0) 245 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.617107+0000 mon.smithi067 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.617558+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.618007+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.618642+0000 mon.smithi067 (mon.0) 249 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:41.619381+0000 mon.smithi067 (mon.0) 250 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:14:42.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:42 smithi067 bash[26019]: audit 2023-12-25T21:14:42.274981+0000 mon.smithi067 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/2417146920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:42.862 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703538881,"num_remapped_pgs":0} 2023-12-25T21:14:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: cluster 2023-12-25T21:14:41.549165+0000 mgr.smithi067.knbjpz (mgr.14184) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.611019+0000 mon.smithi067 (mon.0) 242 : audit [INF] from='client.? 172.21.15.67:0/637497239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6c06688f-4614-49e9-b338-943d01b01036"}]: dispatch 2023-12-25T21:14:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.616154+0000 mon.smithi067 (mon.0) 243 : audit [INF] from='client.? 172.21.15.67:0/637497239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6c06688f-4614-49e9-b338-943d01b01036"}]': finished 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: cluster 2023-12-25T21:14:41.616199+0000 mon.smithi067 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.616438+0000 mon.smithi067 (mon.0) 245 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.617107+0000 mon.smithi067 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.617558+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.618007+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.618642+0000 mon.smithi067 (mon.0) 249 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:41.619381+0000 mon.smithi067 (mon.0) 250 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:14:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:42 smithi175 bash[29404]: audit 2023-12-25T21:14:42.274981+0000 mon.smithi067 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/2417146920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:43.863 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:42.750710+0000 mon.smithi067 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.67:0/3840274011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.523817+0000 mon.smithi175 (mon.1) 8 : audit [INF] from='client.? 172.21.15.175:0/653615300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf87bef3-420b-4192-a3b6-8069937f5716"}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.525251+0000 mon.smithi067 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf87bef3-420b-4192-a3b6-8069937f5716"}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.535828+0000 mon.smithi067 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf87bef3-420b-4192-a3b6-8069937f5716"}]': finished 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: cluster 2023-12-25T21:14:43.535973+0000 mon.smithi067 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.536228+0000 mon.smithi067 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.536880+0000 mon.smithi067 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.537276+0000 mon.smithi067 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.537666+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.538101+0000 mon.smithi067 (mon.0) 260 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.538488+0000 mon.smithi067 (mon.0) 261 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:14:43.876 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:43 smithi067 bash[26019]: audit 2023-12-25T21:14:43.538906+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:14:44.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:42.750710+0000 mon.smithi067 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.67:0/3840274011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.523817+0000 mon.smithi175 (mon.1) 8 : audit [INF] from='client.? 172.21.15.175:0/653615300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf87bef3-420b-4192-a3b6-8069937f5716"}]: dispatch 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.525251+0000 mon.smithi067 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf87bef3-420b-4192-a3b6-8069937f5716"}]: dispatch 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.535828+0000 mon.smithi067 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf87bef3-420b-4192-a3b6-8069937f5716"}]': finished 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: cluster 2023-12-25T21:14:43.535973+0000 mon.smithi067 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.536228+0000 mon.smithi067 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.536880+0000 mon.smithi067 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.537276+0000 mon.smithi067 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.537666+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:44.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.538101+0000 mon.smithi067 (mon.0) 260 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:44.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.538488+0000 mon.smithi067 (mon.0) 261 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:14:44.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:43 smithi175 bash[29404]: audit 2023-12-25T21:14:43.538906+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:14:44.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:44 smithi067 bash[26019]: cluster 2023-12-25T21:14:43.549580+0000 mgr.smithi067.knbjpz (mgr.14184) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:45.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:44 smithi175 bash[29404]: cluster 2023-12-25T21:14:43.549580+0000 mgr.smithi067.knbjpz (mgr.14184) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:44.639584+0000 mon.smithi175 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.175:0/2943673336' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.503190+0000 mon.smithi067 (mon.0) 263 : audit [INF] from='client.? 172.21.15.67:0/1703493913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "193f478f-a3d9-4149-8454-d89430373426"}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.510926+0000 mon.smithi067 (mon.0) 264 : audit [INF] from='client.? 172.21.15.67:0/1703493913' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "193f478f-a3d9-4149-8454-d89430373426"}]': finished 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: cluster 2023-12-25T21:14:45.511046+0000 mon.smithi067 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.511196+0000 mon.smithi067 (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.511574+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.511826+0000 mon.smithi067 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.512004+0000 mon.smithi067 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.512235+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:45.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.512515+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:14:45.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.512745+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:14:45.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:45 smithi067 bash[26019]: audit 2023-12-25T21:14:45.512988+0000 mon.smithi067 (mon.0) 273 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:14:46.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:44.639584+0000 mon.smithi175 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.175:0/2943673336' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:46.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.503190+0000 mon.smithi067 (mon.0) 263 : audit [INF] from='client.? 172.21.15.67:0/1703493913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "193f478f-a3d9-4149-8454-d89430373426"}]: dispatch 2023-12-25T21:14:46.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.510926+0000 mon.smithi067 (mon.0) 264 : audit [INF] from='client.? 172.21.15.67:0/1703493913' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "193f478f-a3d9-4149-8454-d89430373426"}]': finished 2023-12-25T21:14:46.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: cluster 2023-12-25T21:14:45.511046+0000 mon.smithi067 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.511196+0000 mon.smithi067 (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.511574+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.511826+0000 mon.smithi067 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.512004+0000 mon.smithi067 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.512235+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.512515+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.512745+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:14:46.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:45 smithi175 bash[29404]: audit 2023-12-25T21:14:45.512988+0000 mon.smithi067 (mon.0) 273 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:14:46.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:46 smithi067 bash[26019]: cluster 2023-12-25T21:14:45.550022+0000 mgr.smithi067.knbjpz (mgr.14184) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:47.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:46 smithi175 bash[29404]: cluster 2023-12-25T21:14:45.550022+0000 mgr.smithi067.knbjpz (mgr.14184) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:47.438 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:47 smithi067 bash[26019]: audit 2023-12-25T21:14:47.311654+0000 mon.smithi067 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.67:0/3525052466' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:47.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:47 smithi067 bash[26019]: audit 2023-12-25T21:14:47.437640+0000 mon.smithi067 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.67:0/442659224' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:48.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:47 smithi175 bash[29404]: audit 2023-12-25T21:14:47.311654+0000 mon.smithi067 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.67:0/3525052466' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:14:48.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:47 smithi175 bash[29404]: audit 2023-12-25T21:14:47.437640+0000 mon.smithi067 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.67:0/442659224' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:48.084 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:14:48.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:48 smithi067 bash[26019]: cluster 2023-12-25T21:14:47.550568+0000 mgr.smithi067.knbjpz (mgr.14184) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:48 smithi175 bash[29404]: cluster 2023-12-25T21:14:47.550568+0000 mgr.smithi067.knbjpz (mgr.14184) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:49.085 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:50.875 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:50 smithi067 bash[26019]: cluster 2023-12-25T21:14:49.551069+0000 mgr.smithi067.knbjpz (mgr.14184) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:51.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:50 smithi175 bash[29404]: cluster 2023-12-25T21:14:49.551069+0000 mgr.smithi067.knbjpz (mgr.14184) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:52.578 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:52.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:52 smithi175 bash[29404]: cluster 2023-12-25T21:14:51.551542+0000 mgr.smithi067.knbjpz (mgr.14184) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:52.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:52 smithi067 bash[26019]: cluster 2023-12-25T21:14:51.551542+0000 mgr.smithi067.knbjpz (mgr.14184) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:53.225 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:14:53.639 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:53 smithi175 bash[29404]: audit 2023-12-25T21:14:52.577542+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/3727861121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:53.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:53 smithi067 bash[26019]: audit 2023-12-25T21:14:52.577542+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/3727861121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:54.227 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:14:54.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:54 smithi067 bash[26019]: cluster 2023-12-25T21:14:53.551994+0000 mgr.smithi067.knbjpz (mgr.14184) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:55.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:54 smithi175 bash[29404]: cluster 2023-12-25T21:14:53.551994+0000 mgr.smithi067.knbjpz (mgr.14184) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:56.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:56 smithi067 bash[26019]: cluster 2023-12-25T21:14:55.552411+0000 mgr.smithi067.knbjpz (mgr.14184) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:56 smithi067 bash[26019]: audit 2023-12-25T21:14:56.137147+0000 mon.smithi067 (mon.0) 277 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T21:14:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:56 smithi067 bash[26019]: audit 2023-12-25T21:14:56.138661+0000 mon.smithi067 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:56 smithi175 bash[29404]: cluster 2023-12-25T21:14:55.552411+0000 mgr.smithi067.knbjpz (mgr.14184) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:56 smithi175 bash[29404]: audit 2023-12-25T21:14:56.137147+0000 mon.smithi067 (mon.0) 277 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T21:14:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:56 smithi175 bash[29404]: audit 2023-12-25T21:14:56.138661+0000 mon.smithi067 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:14:57.599 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:14:57.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:57 smithi067 bash[26019]: cephadm 2023-12-25T21:14:56.139984+0000 mgr.smithi067.knbjpz (mgr.14184) 45 : cephadm [INF] Deploying daemon osd.0 on smithi175 2023-12-25T21:14:57.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:57 smithi067 bash[26019]: audit 2023-12-25T21:14:57.598948+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.67:0/2412073460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:58.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:57 smithi175 bash[29404]: cephadm 2023-12-25T21:14:56.139984+0000 mgr.smithi067.knbjpz (mgr.14184) 45 : cephadm [INF] Deploying daemon osd.0 on smithi175 2023-12-25T21:14:58.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:57 smithi175 bash[29404]: audit 2023-12-25T21:14:57.598948+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.67:0/2412073460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:14:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:14:58.955 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:14:58 smithi067 bash[26019]: cluster 2023-12-25T21:14:57.552848+0000 mgr.smithi067.knbjpz (mgr.14184) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:14:58 smithi175 bash[29404]: cluster 2023-12-25T21:14:57.552848+0000 mgr.smithi067.knbjpz (mgr.14184) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:14:59.510 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: cluster 2023-12-25T21:14:59.553233+0000 mgr.smithi067.knbjpz (mgr.14184) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: audit 2023-12-25T21:14:59.842851+0000 mon.smithi067 (mon.0) 280 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: audit 2023-12-25T21:14:59.844539+0000 mon.smithi067 (mon.0) 281 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: audit 2023-12-25T21:14:59.846628+0000 mon.smithi067 (mon.0) 282 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: cephadm 2023-12-25T21:14:59.848341+0000 mgr.smithi067.knbjpz (mgr.14184) 48 : cephadm [INF] Deploying daemon osd.2 on smithi175 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: audit 2023-12-25T21:15:00.426420+0000 mon.smithi067 (mon.0) 283 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T21:15:01.163 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:00 smithi175 bash[29404]: audit 2023-12-25T21:15:00.428028+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: cluster 2023-12-25T21:14:59.553233+0000 mgr.smithi067.knbjpz (mgr.14184) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: audit 2023-12-25T21:14:59.842851+0000 mon.smithi067 (mon.0) 280 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: audit 2023-12-25T21:14:59.844539+0000 mon.smithi067 (mon.0) 281 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: audit 2023-12-25T21:14:59.846628+0000 mon.smithi067 (mon.0) 282 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: cephadm 2023-12-25T21:14:59.848341+0000 mgr.smithi067.knbjpz (mgr.14184) 48 : cephadm [INF] Deploying daemon osd.2 on smithi175 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: audit 2023-12-25T21:15:00.426420+0000 mon.smithi067 (mon.0) 283 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T21:15:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:00 smithi067 bash[26019]: audit 2023-12-25T21:15:00.428028+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:01.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:01 smithi067 bash[26019]: cephadm 2023-12-25T21:15:00.429369+0000 mgr.smithi067.knbjpz (mgr.14184) 49 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-12-25T21:15:02.118 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:01 smithi175 bash[29404]: cephadm 2023-12-25T21:15:00.429369+0000 mgr.smithi067.knbjpz (mgr.14184) 49 : cephadm [INF] Deploying daemon osd.1 on smithi067 2023-12-25T21:15:03.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:02 smithi067 bash[26019]: cluster 2023-12-25T21:15:01.553615+0000 mgr.smithi067.knbjpz (mgr.14184) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:03.283 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:02 smithi175 bash[29404]: cluster 2023-12-25T21:15:01.553615+0000 mgr.smithi067.knbjpz (mgr.14184) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:03.900 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:04.607 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:15:05.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:04 smithi175 bash[29404]: cluster 2023-12-25T21:15:03.554120+0000 mgr.smithi067.knbjpz (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:05.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:04 smithi175 bash[29404]: audit 2023-12-25T21:15:03.899727+0000 mon.smithi067 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.67:0/687283054' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:05.215 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:04 smithi175 bash[29404]: audit 2023-12-25T21:15:04.831020+0000 mon.smithi067 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:05.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:04 smithi175 bash[29404]: audit 2023-12-25T21:15:04.832528+0000 mon.smithi067 (mon.0) 287 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T21:15:05.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:04 smithi175 bash[29404]: audit 2023-12-25T21:15:04.834080+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:05.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:04 smithi067 bash[26019]: cluster 2023-12-25T21:15:03.554120+0000 mgr.smithi067.knbjpz (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:04 smithi067 bash[26019]: audit 2023-12-25T21:15:03.899727+0000 mon.smithi067 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.67:0/687283054' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:04 smithi067 bash[26019]: audit 2023-12-25T21:15:04.831020+0000 mon.smithi067 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:04 smithi067 bash[26019]: audit 2023-12-25T21:15:04.832528+0000 mon.smithi067 (mon.0) 287 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T21:15:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:04 smithi067 bash[26019]: audit 2023-12-25T21:15:04.834080+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:05.608 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:15:06.228 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:05 smithi175 bash[29404]: cephadm 2023-12-25T21:15:04.835520+0000 mgr.smithi067.knbjpz (mgr.14184) 52 : cephadm [INF] Deploying daemon osd.4 on smithi175 2023-12-25T21:15:06.228 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:05 smithi175 bash[29404]: audit 2023-12-25T21:15:05.801716+0000 mon.smithi067 (mon.0) 289 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:06.228 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:05 smithi175 bash[29404]: audit 2023-12-25T21:15:05.802634+0000 mon.smithi067 (mon.0) 290 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T21:15:06.228 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:05 smithi175 bash[29404]: audit 2023-12-25T21:15:05.803614+0000 mon.smithi067 (mon.0) 291 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:05 smithi067 bash[26019]: cephadm 2023-12-25T21:15:04.835520+0000 mgr.smithi067.knbjpz (mgr.14184) 52 : cephadm [INF] Deploying daemon osd.4 on smithi175 2023-12-25T21:15:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:05 smithi067 bash[26019]: audit 2023-12-25T21:15:05.801716+0000 mon.smithi067 (mon.0) 289 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:05 smithi067 bash[26019]: audit 2023-12-25T21:15:05.802634+0000 mon.smithi067 (mon.0) 290 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T21:15:06.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:05 smithi067 bash[26019]: audit 2023-12-25T21:15:05.803614+0000 mon.smithi067 (mon.0) 291 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:07.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:06 smithi067 bash[26019]: cluster 2023-12-25T21:15:05.554529+0000 mgr.smithi067.knbjpz (mgr.14184) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:07.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:06 smithi067 bash[26019]: cephadm 2023-12-25T21:15:05.804404+0000 mgr.smithi067.knbjpz (mgr.14184) 54 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-12-25T21:15:07.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:06 smithi175 bash[29404]: cluster 2023-12-25T21:15:05.554529+0000 mgr.smithi067.knbjpz (mgr.14184) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:07.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:06 smithi175 bash[29404]: cephadm 2023-12-25T21:15:05.804404+0000 mgr.smithi067.knbjpz (mgr.14184) 54 : cephadm [INF] Deploying daemon osd.3 on smithi067 2023-12-25T21:15:09.129 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:08 smithi175 bash[29404]: cluster 2023-12-25T21:15:07.554944+0000 mgr.smithi067.knbjpz (mgr.14184) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:09.129 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:08 smithi175 bash[29404]: audit 2023-12-25T21:15:08.209955+0000 mon.smithi175 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1351981204,v1:172.21.15.175:6801/1351981204]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:15:09.129 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:08 smithi175 bash[29404]: audit 2023-12-25T21:15:08.211078+0000 mon.smithi067 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:15:09.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:08 smithi067 bash[26019]: cluster 2023-12-25T21:15:07.554944+0000 mgr.smithi067.knbjpz (mgr.14184) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:08 smithi067 bash[26019]: audit 2023-12-25T21:15:08.209955+0000 mon.smithi175 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1351981204,v1:172.21.15.175:6801/1351981204]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:15:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:08 smithi067 bash[26019]: audit 2023-12-25T21:15:08.211078+0000 mon.smithi067 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.879610+0000 mon.smithi067 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: cluster 2023-12-25T21:15:08.879759+0000 mon.smithi067 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.880048+0000 mon.smithi067 (mon.0) 295 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.880445+0000 mon.smithi175 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1351981204,v1:172.21.15.175:6801/1351981204]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.881176+0000 mon.smithi067 (mon.0) 296 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.882093+0000 mon.smithi067 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.883041+0000 mon.smithi067 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.883889+0000 mon.smithi067 (mon.0) 299 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.884585+0000 mon.smithi067 (mon.0) 300 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.885262+0000 mon.smithi067 (mon.0) 301 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.885957+0000 mon.smithi067 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:08.886634+0000 mon.smithi067 (mon.0) 303 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:09.803480+0000 mon.smithi067 (mon.0) 304 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:09.805165+0000 mon.smithi067 (mon.0) 305 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T21:15:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:09 smithi067 bash[26019]: audit 2023-12-25T21:15:09.806872+0000 mon.smithi067 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:10.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.879610+0000 mon.smithi067 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T21:15:10.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: cluster 2023-12-25T21:15:08.879759+0000 mon.smithi067 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.880048+0000 mon.smithi067 (mon.0) 295 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.880445+0000 mon.smithi175 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.175:6800/1351981204,v1:172.21.15.175:6801/1351981204]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.881176+0000 mon.smithi067 (mon.0) 296 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.882093+0000 mon.smithi067 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.883041+0000 mon.smithi067 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.883889+0000 mon.smithi067 (mon.0) 299 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.884585+0000 mon.smithi067 (mon.0) 300 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.885262+0000 mon.smithi067 (mon.0) 301 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.885957+0000 mon.smithi067 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:08.886634+0000 mon.smithi067 (mon.0) 303 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:09.803480+0000 mon.smithi067 (mon.0) 304 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:09.805165+0000 mon.smithi067 (mon.0) 305 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T21:15:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:09 smithi175 bash[29404]: audit 2023-12-25T21:15:09.806872+0000 mon.smithi067 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:10.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: cluster 2023-12-25T21:15:09.555415+0000 mgr.smithi067.knbjpz (mgr.14184) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: cephadm 2023-12-25T21:15:09.808459+0000 mgr.smithi067.knbjpz (mgr.14184) 57 : cephadm [INF] Deploying daemon osd.6 on smithi175 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.892537+0000 mon.smithi067 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: cluster 2023-12-25T21:15:09.892739+0000 mon.smithi067 (mon.0) 308 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.893806+0000 mon.smithi067 (mon.0) 309 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.895111+0000 mon.smithi067 (mon.0) 310 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.896399+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.896933+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.897560+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.898118+0000 mon.smithi067 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.898736+0000 mon.smithi067 (mon.0) 315 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.899224+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:10 smithi067 bash[26019]: audit 2023-12-25T21:15:09.899753+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:11.177 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:11.229 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: cluster 2023-12-25T21:15:09.555415+0000 mgr.smithi067.knbjpz (mgr.14184) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:11.229 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: cephadm 2023-12-25T21:15:09.808459+0000 mgr.smithi067.knbjpz (mgr.14184) 57 : cephadm [INF] Deploying daemon osd.6 on smithi175 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.892537+0000 mon.smithi067 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: cluster 2023-12-25T21:15:09.892739+0000 mon.smithi067 (mon.0) 308 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.893806+0000 mon.smithi067 (mon.0) 309 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.895111+0000 mon.smithi067 (mon.0) 310 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.896399+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.896933+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.897560+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.898118+0000 mon.smithi067 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.898736+0000 mon.smithi067 (mon.0) 315 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.899224+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:11.230 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:10 smithi175 bash[29404]: audit 2023-12-25T21:15:09.899753+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:12.136 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: cluster 2023-12-25T21:15:09.191209+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:12.136 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: cluster 2023-12-25T21:15:09.191302+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:12.136 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: cluster 2023-12-25T21:15:10.893151+0000 mon.smithi067 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.175:6800/1351981204,v1:172.21.15.175:6801/1351981204] boot 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: cluster 2023-12-25T21:15:10.893241+0000 mon.smithi067 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.893992+0000 mon.smithi067 (mon.0) 320 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.894944+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.902331+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.902608+0000 mon.smithi067 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.902935+0000 mon.smithi067 (mon.0) 324 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.903212+0000 mon.smithi067 (mon.0) 325 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.903503+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:10.903776+0000 mon.smithi067 (mon.0) 327 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:12.137 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:11 smithi067 bash[26019]: audit 2023-12-25T21:15:11.176666+0000 mon.smithi067 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.67:0/481764638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:12.138 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1703538910,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:15:12.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: cluster 2023-12-25T21:15:09.191209+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:12.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: cluster 2023-12-25T21:15:09.191302+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:12.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: cluster 2023-12-25T21:15:10.893151+0000 mon.smithi067 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.175:6800/1351981204,v1:172.21.15.175:6801/1351981204] boot 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: cluster 2023-12-25T21:15:10.893241+0000 mon.smithi067 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.893992+0000 mon.smithi067 (mon.0) 320 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.894944+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.902331+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.902608+0000 mon.smithi067 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.902935+0000 mon.smithi067 (mon.0) 324 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.903212+0000 mon.smithi067 (mon.0) 325 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.903503+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:10.903776+0000 mon.smithi067 (mon.0) 327 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:11 smithi175 bash[29404]: audit 2023-12-25T21:15:11.176666+0000 mon.smithi067 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.67:0/481764638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:13.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: cluster 2023-12-25T21:15:11.555957+0000 mgr.smithi067.knbjpz (mgr.14184) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:15:13.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: cluster 2023-12-25T21:15:11.902304+0000 mon.smithi067 (mon.0) 329 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T21:15:13.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.903049+0000 mon.smithi067 (mon.0) 330 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:13.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.903748+0000 mon.smithi067 (mon.0) 331 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.904063+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.904337+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.911779+0000 mon.smithi067 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.912121+0000 mon.smithi067 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:11.912451+0000 mon.smithi067 (mon.0) 336 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:12.571393+0000 mon.smithi067 (mon.0) 337 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:12.572561+0000 mon.smithi067 (mon.0) 338 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:12.573647+0000 mon.smithi067 (mon.0) 339 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: cephadm 2023-12-25T21:15:12.574604+0000 mgr.smithi067.knbjpz (mgr.14184) 59 : cephadm [INF] Deploying daemon osd.5 on smithi067 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:12.667289+0000 mon.smithi175 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/783891349,v1:172.21.15.175:6809/783891349]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:15:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:12 smithi175 bash[29404]: audit 2023-12-25T21:15:12.668113+0000 mon.smithi067 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:15:13.139 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: cluster 2023-12-25T21:15:11.555957+0000 mgr.smithi067.knbjpz (mgr.14184) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: cluster 2023-12-25T21:15:11.902304+0000 mon.smithi067 (mon.0) 329 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.903049+0000 mon.smithi067 (mon.0) 330 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.903748+0000 mon.smithi067 (mon.0) 331 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.904063+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.904337+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.911779+0000 mon.smithi067 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:13.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.912121+0000 mon.smithi067 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:11.912451+0000 mon.smithi067 (mon.0) 336 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:12.571393+0000 mon.smithi067 (mon.0) 337 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:12.572561+0000 mon.smithi067 (mon.0) 338 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:12.573647+0000 mon.smithi067 (mon.0) 339 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: cephadm 2023-12-25T21:15:12.574604+0000 mgr.smithi067.knbjpz (mgr.14184) 59 : cephadm [INF] Deploying daemon osd.5 on smithi067 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:12.667289+0000 mon.smithi175 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/783891349,v1:172.21.15.175:6809/783891349]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:15:13.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:12 smithi067 bash[26019]: audit 2023-12-25T21:15:12.668113+0000 mon.smithi067 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:15:14.803 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: cluster 2023-12-25T21:15:13.556368+0000 mgr.smithi067.knbjpz (mgr.14184) 60 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:15:14.803 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.575211+0000 mon.smithi067 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T21:15:14.803 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: cluster 2023-12-25T21:15:13.575352+0000 mon.smithi067 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-25T21:15:14.803 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.575655+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.576026+0000 mon.smithi175 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/783891349,v1:172.21.15.175:6809/783891349]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.576562+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.577547+0000 mon.smithi067 (mon.0) 345 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.578399+0000 mon.smithi067 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.579189+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.579821+0000 mon.smithi067 (mon.0) 348 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.580426+0000 mon.smithi067 (mon.0) 349 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:14.804 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:14 smithi067 bash[26019]: audit 2023-12-25T21:15:13.580997+0000 mon.smithi067 (mon.0) 350 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:14.896 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: cluster 2023-12-25T21:15:13.556368+0000 mgr.smithi067.knbjpz (mgr.14184) 60 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:15:14.896 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.575211+0000 mon.smithi067 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: cluster 2023-12-25T21:15:13.575352+0000 mon.smithi067 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.575655+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.576026+0000 mon.smithi175 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.175:6808/783891349,v1:172.21.15.175:6809/783891349]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.576562+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.577547+0000 mon.smithi067 (mon.0) 345 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.578399+0000 mon.smithi067 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.579189+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.579821+0000 mon.smithi067 (mon.0) 348 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.580426+0000 mon.smithi067 (mon.0) 349 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:14.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:14 smithi175 bash[29404]: audit 2023-12-25T21:15:13.580997+0000 mon.smithi067 (mon.0) 350 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:15.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.579588+0000 mon.smithi067 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: cluster 2023-12-25T21:15:14.579829+0000 mon.smithi067 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.580397+0000 mon.smithi067 (mon.0) 353 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.580695+0000 mon.smithi067 (mon.0) 354 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.580944+0000 mon.smithi067 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.581306+0000 mon.smithi067 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.581658+0000 mon.smithi067 (mon.0) 357 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.582006+0000 mon.smithi067 (mon.0) 358 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.582404+0000 mon.smithi067 (mon.0) 359 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.589261+0000 mon.smithi067 (mon.0) 360 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.755602+0000 mon.smithi067 (mon.0) 361 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T21:15:15.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:15 smithi067 bash[26019]: audit 2023-12-25T21:15:14.936807+0000 mon.smithi067 (mon.0) 362 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:15.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.579588+0000 mon.smithi067 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:15.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: cluster 2023-12-25T21:15:14.579829+0000 mon.smithi067 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-25T21:15:15.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.580397+0000 mon.smithi067 (mon.0) 353 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:15.897 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.580695+0000 mon.smithi067 (mon.0) 354 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.580944+0000 mon.smithi067 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.581306+0000 mon.smithi067 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.581658+0000 mon.smithi067 (mon.0) 357 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.582006+0000 mon.smithi067 (mon.0) 358 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.582404+0000 mon.smithi067 (mon.0) 359 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.589261+0000 mon.smithi067 (mon.0) 360 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.755602+0000 mon.smithi067 (mon.0) 361 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T21:15:15.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:15 smithi175 bash[29404]: audit 2023-12-25T21:15:14.936807+0000 mon.smithi067 (mon.0) 362 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:16.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: cluster 2023-12-25T21:15:13.637165+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:16.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: cluster 2023-12-25T21:15:13.637275+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:16.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: cluster 2023-12-25T21:15:15.556857+0000 mgr.smithi067.knbjpz (mgr.14184) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:15:16.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.584944+0000 mon.smithi067 (mon.0) 363 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:16.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: cluster 2023-12-25T21:15:15.589680+0000 mon.smithi067 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.175:6808/783891349,v1:172.21.15.175:6809/783891349] boot 2023-12-25T21:15:16.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.589852+0000 mon.smithi067 (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: cluster 2023-12-25T21:15:15.590019+0000 mon.smithi067 (mon.0) 366 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.591118+0000 mon.smithi067 (mon.0) 367 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.591634+0000 mon.smithi067 (mon.0) 368 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.592173+0000 mon.smithi067 (mon.0) 369 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.592929+0000 mon.smithi067 (mon.0) 370 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.597090+0000 mon.smithi067 (mon.0) 371 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.597600+0000 mon.smithi067 (mon.0) 372 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.598221+0000 mon.smithi067 (mon.0) 373 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:15.598755+0000 mon.smithi067 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:16.591899+0000 mon.smithi067 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: cluster 2023-12-25T21:15:16.592048+0000 mon.smithi067 (mon.0) 376 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-25T21:15:16.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:16 smithi067 bash[26019]: audit 2023-12-25T21:15:16.592327+0000 mon.smithi067 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:17.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: cluster 2023-12-25T21:15:13.637165+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:17.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: cluster 2023-12-25T21:15:13.637275+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:17.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: cluster 2023-12-25T21:15:15.556857+0000 mgr.smithi067.knbjpz (mgr.14184) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.584944+0000 mon.smithi067 (mon.0) 363 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: cluster 2023-12-25T21:15:15.589680+0000 mon.smithi067 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.175:6808/783891349,v1:172.21.15.175:6809/783891349] boot 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.589852+0000 mon.smithi067 (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: cluster 2023-12-25T21:15:15.590019+0000 mon.smithi067 (mon.0) 366 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.591118+0000 mon.smithi067 (mon.0) 367 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.591634+0000 mon.smithi067 (mon.0) 368 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.592173+0000 mon.smithi067 (mon.0) 369 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.592929+0000 mon.smithi067 (mon.0) 370 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.597090+0000 mon.smithi067 (mon.0) 371 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.597600+0000 mon.smithi067 (mon.0) 372 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.598221+0000 mon.smithi067 (mon.0) 373 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:15.598755+0000 mon.smithi067 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:16.591899+0000 mon.smithi067 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: cluster 2023-12-25T21:15:16.592048+0000 mon.smithi067 (mon.0) 376 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-25T21:15:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:16 smithi175 bash[29404]: audit 2023-12-25T21:15:16.592327+0000 mon.smithi067 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:17.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:17 smithi067 bash[26019]: audit 2023-12-25T21:15:16.593216+0000 mon.smithi067 (mon.0) 378 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:17.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:17 smithi067 bash[26019]: audit 2023-12-25T21:15:16.595165+0000 mon.smithi067 (mon.0) 379 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:17.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:17 smithi067 bash[26019]: audit 2023-12-25T21:15:16.595847+0000 mon.smithi067 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:17.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:17 smithi067 bash[26019]: audit 2023-12-25T21:15:16.603769+0000 mon.smithi067 (mon.0) 381 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:17.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:17 smithi067 bash[26019]: audit 2023-12-25T21:15:16.604288+0000 mon.smithi067 (mon.0) 382 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:17.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:17 smithi067 bash[26019]: audit 2023-12-25T21:15:16.604692+0000 mon.smithi067 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:18.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:17 smithi175 bash[29404]: audit 2023-12-25T21:15:16.593216+0000 mon.smithi067 (mon.0) 378 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:18.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:17 smithi175 bash[29404]: audit 2023-12-25T21:15:16.595165+0000 mon.smithi067 (mon.0) 379 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:18.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:17 smithi175 bash[29404]: audit 2023-12-25T21:15:16.595847+0000 mon.smithi067 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:18.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:17 smithi175 bash[29404]: audit 2023-12-25T21:15:16.603769+0000 mon.smithi067 (mon.0) 381 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:18.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:17 smithi175 bash[29404]: audit 2023-12-25T21:15:16.604288+0000 mon.smithi067 (mon.0) 382 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:18.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:17 smithi175 bash[29404]: audit 2023-12-25T21:15:16.604692+0000 mon.smithi067 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:18.389 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: cluster 2023-12-25T21:15:15.729465+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: cluster 2023-12-25T21:15:15.729554+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: cluster 2023-12-25T21:15:17.557378+0000 mgr.smithi067.knbjpz (mgr.14184) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: cluster 2023-12-25T21:15:17.603930+0000 mon.smithi067 (mon.0) 384 : cluster [INF] osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327] boot 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: cluster 2023-12-25T21:15:17.603991+0000 mon.smithi067 (mon.0) 385 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.604891+0000 mon.smithi067 (mon.0) 386 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.605368+0000 mon.smithi067 (mon.0) 387 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.605867+0000 mon.smithi067 (mon.0) 388 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.606306+0000 mon.smithi067 (mon.0) 389 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.606822+0000 mon.smithi067 (mon.0) 390 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.607315+0000 mon.smithi067 (mon.0) 391 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:18.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:17.613203+0000 mon.smithi067 (mon.0) 392 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-25T21:15:18.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:18.381040+0000 mon.smithi175 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/120874259,v1:172.21.15.175:6817/120874259]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:15:18.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:18.382140+0000 mon.smithi067 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:15:18.748 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:18 smithi067 bash[26019]: audit 2023-12-25T21:15:18.388440+0000 mon.smithi067 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.67:0/2402500817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: cluster 2023-12-25T21:15:15.729465+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: cluster 2023-12-25T21:15:15.729554+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: cluster 2023-12-25T21:15:17.557378+0000 mgr.smithi067.knbjpz (mgr.14184) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: cluster 2023-12-25T21:15:17.603930+0000 mon.smithi067 (mon.0) 384 : cluster [INF] osd.1 [v2:172.21.15.67:6802/350740327,v1:172.21.15.67:6803/350740327] boot 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: cluster 2023-12-25T21:15:17.603991+0000 mon.smithi067 (mon.0) 385 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.604891+0000 mon.smithi067 (mon.0) 386 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.605368+0000 mon.smithi067 (mon.0) 387 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.605867+0000 mon.smithi067 (mon.0) 388 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.606306+0000 mon.smithi067 (mon.0) 389 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.606822+0000 mon.smithi067 (mon.0) 390 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:19.000 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.607315+0000 mon.smithi067 (mon.0) 391 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:19.001 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:17.613203+0000 mon.smithi067 (mon.0) 392 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-25T21:15:19.001 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:18.381040+0000 mon.smithi175 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/120874259,v1:172.21.15.175:6817/120874259]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:15:19.001 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:18.382140+0000 mon.smithi067 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:15:19.001 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:18 smithi175 bash[29404]: audit 2023-12-25T21:15:18.388440+0000 mon.smithi067 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.67:0/2402500817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:19.153 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1703538917,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:15:19.906 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.620748+0000 mon.smithi067 (mon.0) 395 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.620805+0000 mon.smithi067 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: cluster 2023-12-25T21:15:18.620877+0000 mon.smithi067 (mon.0) 397 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.621095+0000 mon.smithi067 (mon.0) 398 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.621537+0000 mon.smithi067 (mon.0) 399 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.621801+0000 mon.smithi067 (mon.0) 400 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.622094+0000 mon.smithi067 (mon.0) 401 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.622366+0000 mon.smithi067 (mon.0) 402 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.623202+0000 mon.smithi067 (mon.0) 403 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.626942+0000 mon.smithi175 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/120874259,v1:172.21.15.175:6817/120874259]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:18.627846+0000 mon.smithi067 (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=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:19.270736+0000 mon.smithi067 (mon.0) 405 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:19.271871+0000 mon.smithi067 (mon.0) 406 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T21:15:19.907 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:19 smithi067 bash[26019]: audit 2023-12-25T21:15:19.272947+0000 mon.smithi067 (mon.0) 407 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.620748+0000 mon.smithi067 (mon.0) 395 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-25T21:15:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.620805+0000 mon.smithi067 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: cluster 2023-12-25T21:15:18.620877+0000 mon.smithi067 (mon.0) 397 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.621095+0000 mon.smithi067 (mon.0) 398 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.621537+0000 mon.smithi067 (mon.0) 399 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.621801+0000 mon.smithi067 (mon.0) 400 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.622094+0000 mon.smithi067 (mon.0) 401 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.622366+0000 mon.smithi067 (mon.0) 402 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.623202+0000 mon.smithi067 (mon.0) 403 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.626942+0000 mon.smithi175 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.175:6816/120874259,v1:172.21.15.175:6817/120874259]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:18.627846+0000 mon.smithi067 (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=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:19.270736+0000 mon.smithi067 (mon.0) 405 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:19.271871+0000 mon.smithi067 (mon.0) 406 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T21:15:20.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:19 smithi175 bash[29404]: audit 2023-12-25T21:15:19.272947+0000 mon.smithi067 (mon.0) 407 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:20.155 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: cephadm 2023-12-25T21:15:19.273954+0000 mgr.smithi067.knbjpz (mgr.14184) 63 : cephadm [INF] Deploying daemon osd.7 on smithi067 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: cluster 2023-12-25T21:15:19.557951+0000 mgr.smithi067.knbjpz (mgr.14184) 64 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.627114+0000 mon.smithi067 (mon.0) 408 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.627258+0000 mon.smithi067 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: cluster 2023-12-25T21:15:19.627476+0000 mon.smithi067 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.628252+0000 mon.smithi067 (mon.0) 411 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.629003+0000 mon.smithi067 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.629528+0000 mon.smithi067 (mon.0) 413 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:20.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.633837+0000 mon.smithi067 (mon.0) 414 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:20.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.634153+0000 mon.smithi067 (mon.0) 415 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:20.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:20 smithi067 bash[26019]: audit 2023-12-25T21:15:19.634919+0000 mon.smithi067 (mon.0) 416 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: cephadm 2023-12-25T21:15:19.273954+0000 mgr.smithi067.knbjpz (mgr.14184) 63 : cephadm [INF] Deploying daemon osd.7 on smithi067 2023-12-25T21:15:21.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: cluster 2023-12-25T21:15:19.557951+0000 mgr.smithi067.knbjpz (mgr.14184) 64 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T21:15:21.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.627114+0000 mon.smithi067 (mon.0) 408 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.627258+0000 mon.smithi067 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: cluster 2023-12-25T21:15:19.627476+0000 mon.smithi067 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.628252+0000 mon.smithi067 (mon.0) 411 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.629003+0000 mon.smithi067 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.629528+0000 mon.smithi067 (mon.0) 413 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.633837+0000 mon.smithi067 (mon.0) 414 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.634153+0000 mon.smithi067 (mon.0) 415 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:20 smithi175 bash[29404]: audit 2023-12-25T21:15:19.634919+0000 mon.smithi067 (mon.0) 416 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: cluster 2023-12-25T21:15:19.341705+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:21.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: cluster 2023-12-25T21:15:19.341788+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:21.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: audit 2023-12-25T21:15:20.640201+0000 mon.smithi067 (mon.0) 417 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: cluster 2023-12-25T21:15:20.646252+0000 mon.smithi067 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.175:6816/120874259,v1:172.21.15.175:6817/120874259] boot 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: cluster 2023-12-25T21:15:20.646339+0000 mon.smithi067 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: audit 2023-12-25T21:15:20.646507+0000 mon.smithi067 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: audit 2023-12-25T21:15:20.646860+0000 mon.smithi067 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: audit 2023-12-25T21:15:20.647112+0000 mon.smithi067 (mon.0) 422 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: audit 2023-12-25T21:15:20.647293+0000 mon.smithi067 (mon.0) 423 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:21 smithi067 bash[26019]: audit 2023-12-25T21:15:20.647518+0000 mon.smithi067 (mon.0) 424 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: cluster 2023-12-25T21:15:19.341705+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: cluster 2023-12-25T21:15:19.341788+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:21.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: audit 2023-12-25T21:15:20.640201+0000 mon.smithi067 (mon.0) 417 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: cluster 2023-12-25T21:15:20.646252+0000 mon.smithi067 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.175:6816/120874259,v1:172.21.15.175:6817/120874259] boot 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: cluster 2023-12-25T21:15:20.646339+0000 mon.smithi067 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: audit 2023-12-25T21:15:20.646507+0000 mon.smithi067 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: audit 2023-12-25T21:15:20.646860+0000 mon.smithi067 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: audit 2023-12-25T21:15:20.647112+0000 mon.smithi067 (mon.0) 422 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: audit 2023-12-25T21:15:20.647293+0000 mon.smithi067 (mon.0) 423 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:21.922 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:21 smithi175 bash[29404]: audit 2023-12-25T21:15:20.647518+0000 mon.smithi067 (mon.0) 424 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: cluster 2023-12-25T21:15:21.558450+0000 mgr.smithi067.knbjpz (mgr.14184) 65 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: cluster 2023-12-25T21:15:21.649124+0000 mon.smithi067 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.649339+0000 mon.smithi067 (mon.0) 426 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.649790+0000 mon.smithi067 (mon.0) 427 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.650080+0000 mon.smithi067 (mon.0) 428 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.650371+0000 mon.smithi067 (mon.0) 429 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.774318+0000 mon.smithi067 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T21:15:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.924081+0000 mon.smithi175 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/3803501070,v1:172.21.15.175:6825/3803501070]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:15:22.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:22 smithi067 bash[26019]: audit 2023-12-25T21:15:21.924869+0000 mon.smithi067 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:15:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: cluster 2023-12-25T21:15:21.558450+0000 mgr.smithi067.knbjpz (mgr.14184) 65 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T21:15:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: cluster 2023-12-25T21:15:21.649124+0000 mon.smithi067 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-25T21:15:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.649339+0000 mon.smithi067 (mon.0) 426 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.649790+0000 mon.smithi067 (mon.0) 427 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.650080+0000 mon.smithi067 (mon.0) 428 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.650371+0000 mon.smithi067 (mon.0) 429 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.774318+0000 mon.smithi067 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T21:15:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.924081+0000 mon.smithi175 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/3803501070,v1:172.21.15.175:6825/3803501070]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:15:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:22 smithi175 bash[29404]: audit 2023-12-25T21:15:21.924869+0000 mon.smithi067 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:15:23.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.650362+0000 mon.smithi067 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T21:15:23.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.650442+0000 mon.smithi067 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T21:15:23.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: cluster 2023-12-25T21:15:22.650507+0000 mon.smithi067 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-25T21:15:23.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.651087+0000 mon.smithi067 (mon.0) 435 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:23.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.651406+0000 mon.smithi067 (mon.0) 436 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:23.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.651644+0000 mon.smithi067 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:23.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.651938+0000 mon.smithi067 (mon.0) 438 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:23.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.652116+0000 mon.smithi067 (mon.0) 439 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:23.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.653225+0000 mon.smithi175 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/3803501070,v1:172.21.15.175:6825/3803501070]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:23.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:23 smithi175 bash[29404]: audit 2023-12-25T21:15:22.658539+0000 mon.smithi067 (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=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.650362+0000 mon.smithi067 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.650442+0000 mon.smithi067 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: cluster 2023-12-25T21:15:22.650507+0000 mon.smithi067 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.651087+0000 mon.smithi067 (mon.0) 435 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.651406+0000 mon.smithi067 (mon.0) 436 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.651644+0000 mon.smithi067 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.651938+0000 mon.smithi067 (mon.0) 438 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.652116+0000 mon.smithi067 (mon.0) 439 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.653225+0000 mon.smithi175 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.175:6824/3803501070,v1:172.21.15.175:6825/3803501070]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:23 smithi067 bash[26019]: audit 2023-12-25T21:15:22.658539+0000 mon.smithi067 (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=smithi175", "root=default"]}]: dispatch 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: cluster 2023-12-25T21:15:23.559179+0000 mgr.smithi067.knbjpz (mgr.14184) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.653099+0000 mon.smithi067 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.653259+0000 mon.smithi067 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: cluster 2023-12-25T21:15:23.653390+0000 mon.smithi067 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.653718+0000 mon.smithi067 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.654895+0000 mon.smithi067 (mon.0) 445 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.656089+0000 mon.smithi067 (mon.0) 446 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.656405+0000 mon.smithi067 (mon.0) 447 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.661152+0000 mon.smithi067 (mon.0) 448 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:24.949 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:24 smithi067 bash[26019]: audit 2023-12-25T21:15:23.661537+0000 mon.smithi067 (mon.0) 449 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: cluster 2023-12-25T21:15:23.559179+0000 mgr.smithi067.knbjpz (mgr.14184) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T21:15:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.653099+0000 mon.smithi067 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.653259+0000 mon.smithi067 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2023-12-25T21:15:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: cluster 2023-12-25T21:15:23.653390+0000 mon.smithi067 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-25T21:15:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.653718+0000 mon.smithi067 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.654895+0000 mon.smithi067 (mon.0) 445 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.656089+0000 mon.smithi067 (mon.0) 446 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.656405+0000 mon.smithi067 (mon.0) 447 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.661152+0000 mon.smithi067 (mon.0) 448 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:24 smithi175 bash[29404]: audit 2023-12-25T21:15:23.661537+0000 mon.smithi067 (mon.0) 449 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:25.291 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:25.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:22.785876+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:22.785969+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:22.878514+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:22.878630+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:24.658366+0000 mon.smithi067 (mon.0) 450 : cluster [INF] osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370] boot 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:24.658427+0000 mon.smithi067 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.175:6824/3803501070,v1:172.21.15.175:6825/3803501070] boot 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:24.658473+0000 mon.smithi067 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:24.659483+0000 mon.smithi067 (mon.0) 453 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:24.659759+0000 mon.smithi067 (mon.0) 454 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:24.659958+0000 mon.smithi067 (mon.0) 455 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:24.660201+0000 mon.smithi067 (mon.0) 456 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:24.933569+0000 mon.smithi067 (mon.0) 457 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:25.290673+0000 mon.smithi067 (mon.0) 458 : audit [DBG] from='client.? 172.21.15.67:0/2356959978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:25.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: cluster 2023-12-25T21:15:25.659451+0000 mon.smithi067 (mon.0) 459 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-25T21:15:25.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:25.659767+0000 mon.smithi067 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:25.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:25 smithi067 bash[26019]: audit 2023-12-25T21:15:25.660737+0000 mon.smithi067 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:26.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:22.785876+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:26.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:22.785969+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:26.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:22.878514+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:22.878630+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:24.658366+0000 mon.smithi067 (mon.0) 450 : cluster [INF] osd.3 [v2:172.21.15.67:6810/991674370,v1:172.21.15.67:6811/991674370] boot 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:24.658427+0000 mon.smithi067 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.175:6824/3803501070,v1:172.21.15.175:6825/3803501070] boot 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:24.658473+0000 mon.smithi067 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:24.659483+0000 mon.smithi067 (mon.0) 453 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:24.659759+0000 mon.smithi067 (mon.0) 454 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:24.659958+0000 mon.smithi067 (mon.0) 455 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:24.660201+0000 mon.smithi067 (mon.0) 456 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:24.933569+0000 mon.smithi067 (mon.0) 457 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:25.290673+0000 mon.smithi067 (mon.0) 458 : audit [DBG] from='client.? 172.21.15.67:0/2356959978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: cluster 2023-12-25T21:15:25.659451+0000 mon.smithi067 (mon.0) 459 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:25.659767+0000 mon.smithi067 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:26.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:25 smithi175 bash[29404]: audit 2023-12-25T21:15:25.660737+0000 mon.smithi067 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:26.218 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":29,"num_osds":8,"num_up_osds":6,"osd_up_since":1703538924,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":1} 2023-12-25T21:15:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:26 smithi067 bash[26019]: cluster 2023-12-25T21:15:25.559811+0000 mgr.smithi067.knbjpz (mgr.14184) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:26.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:26 smithi067 bash[26019]: audit 2023-12-25T21:15:26.353731+0000 mon.smithi067 (mon.0) 462 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:27.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:26 smithi175 bash[29404]: cluster 2023-12-25T21:15:25.559811+0000 mgr.smithi067.knbjpz (mgr.14184) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:27.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:26 smithi175 bash[29404]: audit 2023-12-25T21:15:26.353731+0000 mon.smithi067 (mon.0) 462 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:27.219 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:15:27.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:27 smithi067 bash[26019]: cluster 2023-12-25T21:15:26.665611+0000 mon.smithi067 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-25T21:15:27.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:27 smithi067 bash[26019]: audit 2023-12-25T21:15:26.665960+0000 mon.smithi067 (mon.0) 464 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:27.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:27 smithi067 bash[26019]: audit 2023-12-25T21:15:26.667449+0000 mon.smithi067 (mon.0) 465 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:28.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:27 smithi175 bash[29404]: cluster 2023-12-25T21:15:26.665611+0000 mon.smithi067 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-25T21:15:28.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:27 smithi175 bash[29404]: audit 2023-12-25T21:15:26.665960+0000 mon.smithi067 (mon.0) 464 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:28.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:27 smithi175 bash[29404]: audit 2023-12-25T21:15:26.667449+0000 mon.smithi067 (mon.0) 465 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:28.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:28 smithi067 bash[26019]: cluster 2023-12-25T21:15:27.560380+0000 mgr.smithi067.knbjpz (mgr.14184) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:28.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:28 smithi067 bash[26019]: audit 2023-12-25T21:15:28.608011+0000 mon.smithi067 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T21:15:29.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:28 smithi175 bash[29404]: cluster 2023-12-25T21:15:27.560380+0000 mgr.smithi067.knbjpz (mgr.14184) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:29.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:28 smithi175 bash[29404]: audit 2023-12-25T21:15:28.608011+0000 mon.smithi067 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T21:15:29.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:29 smithi067 bash[26019]: audit 2023-12-25T21:15:28.684602+0000 mon.smithi067 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T21:15:29.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:29 smithi067 bash[26019]: cluster 2023-12-25T21:15:28.684786+0000 mon.smithi067 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-25T21:15:29.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:29 smithi067 bash[26019]: audit 2023-12-25T21:15:28.685467+0000 mon.smithi067 (mon.0) 469 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:29.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:29 smithi067 bash[26019]: audit 2023-12-25T21:15:28.686094+0000 mon.smithi067 (mon.0) 470 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:29.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:29 smithi067 bash[26019]: audit 2023-12-25T21:15:28.686530+0000 mon.smithi067 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:30.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:29 smithi175 bash[29404]: audit 2023-12-25T21:15:28.684602+0000 mon.smithi067 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T21:15:30.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:29 smithi175 bash[29404]: cluster 2023-12-25T21:15:28.684786+0000 mon.smithi067 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-25T21:15:30.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:29 smithi175 bash[29404]: audit 2023-12-25T21:15:28.685467+0000 mon.smithi067 (mon.0) 469 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:30.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:29 smithi175 bash[29404]: audit 2023-12-25T21:15:28.686094+0000 mon.smithi067 (mon.0) 470 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:30.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:29 smithi175 bash[29404]: audit 2023-12-25T21:15:28.686530+0000 mon.smithi067 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:30.993 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:30 smithi067 bash[26019]: cluster 2023-12-25T21:15:29.560964+0000 mgr.smithi067.knbjpz (mgr.14184) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:30.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:30 smithi067 bash[26019]: audit 2023-12-25T21:15:29.689587+0000 mon.smithi067 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:30.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:30 smithi067 bash[26019]: cluster 2023-12-25T21:15:29.689792+0000 mon.smithi067 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-25T21:15:30.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:30 smithi067 bash[26019]: audit 2023-12-25T21:15:29.690029+0000 mon.smithi067 (mon.0) 474 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:30.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:30 smithi067 bash[26019]: audit 2023-12-25T21:15:29.691134+0000 mon.smithi067 (mon.0) 475 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:30.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:30 smithi067 bash[26019]: audit 2023-12-25T21:15:29.699617+0000 mon.smithi067 (mon.0) 476 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:31.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:30 smithi175 bash[29404]: cluster 2023-12-25T21:15:29.560964+0000 mgr.smithi067.knbjpz (mgr.14184) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:31.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:30 smithi175 bash[29404]: audit 2023-12-25T21:15:29.689587+0000 mon.smithi067 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:31.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:30 smithi175 bash[29404]: cluster 2023-12-25T21:15:29.689792+0000 mon.smithi067 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-25T21:15:31.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:30 smithi175 bash[29404]: audit 2023-12-25T21:15:29.690029+0000 mon.smithi067 (mon.0) 474 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:31.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:30 smithi175 bash[29404]: audit 2023-12-25T21:15:29.691134+0000 mon.smithi067 (mon.0) 475 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:31.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:30 smithi175 bash[29404]: audit 2023-12-25T21:15:29.699617+0000 mon.smithi067 (mon.0) 476 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:31.403 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:31.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: cluster 2023-12-25T21:15:29.639433+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: cluster 2023-12-25T21:15:29.639531+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: audit 2023-12-25T21:15:30.700023+0000 mon.smithi067 (mon.0) 477 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: cluster 2023-12-25T21:15:30.707222+0000 mon.smithi067 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832] boot 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: cluster 2023-12-25T21:15:30.707258+0000 mon.smithi067 (mon.0) 479 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: audit 2023-12-25T21:15:30.707394+0000 mon.smithi067 (mon.0) 480 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: audit 2023-12-25T21:15:30.707871+0000 mon.smithi067 (mon.0) 481 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:31.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:31 smithi067 bash[26019]: audit 2023-12-25T21:15:31.403120+0000 mon.smithi067 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.67:0/395440475' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: cluster 2023-12-25T21:15:29.639433+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: cluster 2023-12-25T21:15:29.639531+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: audit 2023-12-25T21:15:30.700023+0000 mon.smithi067 (mon.0) 477 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: cluster 2023-12-25T21:15:30.707222+0000 mon.smithi067 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.67:6818/403647832,v1:172.21.15.67:6819/403647832] boot 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: cluster 2023-12-25T21:15:30.707258+0000 mon.smithi067 (mon.0) 479 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: audit 2023-12-25T21:15:30.707394+0000 mon.smithi067 (mon.0) 480 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: audit 2023-12-25T21:15:30.707871+0000 mon.smithi067 (mon.0) 481 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:32.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:31 smithi175 bash[29404]: audit 2023-12-25T21:15:31.403120+0000 mon.smithi067 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.67:0/395440475' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:32.043 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1703538930,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":0} 2023-12-25T21:15:32.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:32 smithi067 bash[26019]: cluster 2023-12-25T21:15:31.561634+0000 mgr.smithi067.knbjpz (mgr.14184) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:32.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:32 smithi067 bash[26019]: cluster 2023-12-25T21:15:32.545603+0000 mon.smithi067 (mon.0) 483 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-25T21:15:32.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:32 smithi067 bash[26019]: audit 2023-12-25T21:15:32.545860+0000 mon.smithi067 (mon.0) 484 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:33.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:32 smithi175 bash[29404]: cluster 2023-12-25T21:15:31.561634+0000 mgr.smithi067.knbjpz (mgr.14184) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:15:33.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:32 smithi175 bash[29404]: cluster 2023-12-25T21:15:32.545603+0000 mon.smithi067 (mon.0) 483 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-25T21:15:33.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:32 smithi175 bash[29404]: audit 2023-12-25T21:15:32.545860+0000 mon.smithi067 (mon.0) 484 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:33.044 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:15:34.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:34 smithi067 bash[26019]: cluster 2023-12-25T21:15:33.562292+0000 mgr.smithi067.knbjpz (mgr.14184) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:15:34.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:34 smithi067 bash[26019]: audit 2023-12-25T21:15:34.320057+0000 mon.smithi067 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T21:15:35.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:34 smithi175 bash[29404]: cluster 2023-12-25T21:15:33.562292+0000 mgr.smithi067.knbjpz (mgr.14184) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:15:35.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:34 smithi175 bash[29404]: audit 2023-12-25T21:15:34.320057+0000 mon.smithi067 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T21:15:35.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:35 smithi067 bash[26019]: audit 2023-12-25T21:15:34.711146+0000 mon.smithi067 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T21:15:35.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:35 smithi067 bash[26019]: cluster 2023-12-25T21:15:34.711277+0000 mon.smithi067 (mon.0) 487 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-25T21:15:35.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:35 smithi067 bash[26019]: audit 2023-12-25T21:15:34.712051+0000 mon.smithi067 (mon.0) 488 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:35.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:35 smithi067 bash[26019]: audit 2023-12-25T21:15:34.712884+0000 mon.smithi067 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:36.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:35 smithi175 bash[29404]: audit 2023-12-25T21:15:34.711146+0000 mon.smithi067 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T21:15:36.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:35 smithi175 bash[29404]: cluster 2023-12-25T21:15:34.711277+0000 mon.smithi067 (mon.0) 487 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-25T21:15:36.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:35 smithi175 bash[29404]: audit 2023-12-25T21:15:34.712051+0000 mon.smithi067 (mon.0) 488 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:36.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:35 smithi175 bash[29404]: audit 2023-12-25T21:15:34.712884+0000 mon.smithi067 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: cluster 2023-12-25T21:15:35.562871+0000 mgr.smithi067.knbjpz (mgr.14184) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: audit 2023-12-25T21:15:35.714126+0000 mon.smithi067 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: cluster 2023-12-25T21:15:35.714268+0000 mon.smithi067 (mon.0) 491 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: audit 2023-12-25T21:15:35.714576+0000 mon.smithi067 (mon.0) 492 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: audit 2023-12-25T21:15:35.723585+0000 mon.smithi067 (mon.0) 493 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: cluster 2023-12-25T21:15:36.541128+0000 mon.smithi067 (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342] boot 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: cluster 2023-12-25T21:15:36.541210+0000 mon.smithi067 (mon.0) 495 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T21:15:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:36 smithi067 bash[26019]: audit 2023-12-25T21:15:36.541850+0000 mon.smithi067 (mon.0) 496 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: cluster 2023-12-25T21:15:35.562871+0000 mgr.smithi067.knbjpz (mgr.14184) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: audit 2023-12-25T21:15:35.714126+0000 mon.smithi067 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: cluster 2023-12-25T21:15:35.714268+0000 mon.smithi067 (mon.0) 491 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: audit 2023-12-25T21:15:35.714576+0000 mon.smithi067 (mon.0) 492 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: audit 2023-12-25T21:15:35.723585+0000 mon.smithi067 (mon.0) 493 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: cluster 2023-12-25T21:15:36.541128+0000 mon.smithi067 (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.67:6826/273206342,v1:172.21.15.67:6827/273206342] boot 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: cluster 2023-12-25T21:15:36.541210+0000 mon.smithi067 (mon.0) 495 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T21:15:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:36 smithi175 bash[29404]: audit 2023-12-25T21:15:36.541850+0000 mon.smithi067 (mon.0) 496 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:15:37.247 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:37 smithi067 bash[26019]: cluster 2023-12-25T21:15:35.360487+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:37 smithi067 bash[26019]: cluster 2023-12-25T21:15:35.360580+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:37.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:37 smithi067 bash[26019]: audit 2023-12-25T21:15:37.247044+0000 mon.smithi067 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.67:0/3061070259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:37.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:37 smithi067 bash[26019]: cluster 2023-12-25T21:15:37.550277+0000 mon.smithi067 (mon.0) 498 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-25T21:15:38.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:37 smithi175 bash[29404]: cluster 2023-12-25T21:15:35.360487+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:15:38.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:37 smithi175 bash[29404]: cluster 2023-12-25T21:15:35.360580+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:15:38.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:37 smithi175 bash[29404]: audit 2023-12-25T21:15:37.247044+0000 mon.smithi067 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.67:0/3061070259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:15:38.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:37 smithi175 bash[29404]: cluster 2023-12-25T21:15:37.550277+0000 mon.smithi067 (mon.0) 498 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-25T21:15:38.192 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1703538936,"num_in_osds":8,"osd_in_since":1703538885,"num_remapped_pgs":1} 2023-12-25T21:15:38.193 INFO:tasks.cephadm:Setting up client nodes... 2023-12-25T21:15:38.197 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:15:38.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:38 smithi067 bash[26019]: cluster 2023-12-25T21:15:37.563299+0000 mgr.smithi067.knbjpz (mgr.14184) 73 : cluster [DBG] pgmap v84: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:38 smithi067 bash[26019]: audit 2023-12-25T21:15:38.391815+0000 mon.smithi067 (mon.0) 499 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:38 smithi067 bash[26019]: audit 2023-12-25T21:15:38.393834+0000 mon.smithi067 (mon.0) 500 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:15:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:38 smithi067 bash[26019]: audit 2023-12-25T21:15:38.395318+0000 mon.smithi067 (mon.0) 501 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:15:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:38 smithi067 bash[26019]: audit 2023-12-25T21:15:38.396798+0000 mon.smithi067 (mon.0) 502 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:38 smithi067 bash[26019]: cluster 2023-12-25T21:15:38.561563+0000 mon.smithi067 (mon.0) 503 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-25T21:15:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:38 smithi175 bash[29404]: cluster 2023-12-25T21:15:37.563299+0000 mgr.smithi067.knbjpz (mgr.14184) 73 : cluster [DBG] pgmap v84: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:38 smithi175 bash[29404]: audit 2023-12-25T21:15:38.391815+0000 mon.smithi067 (mon.0) 499 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:38 smithi175 bash[29404]: audit 2023-12-25T21:15:38.393834+0000 mon.smithi067 (mon.0) 500 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:15:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:38 smithi175 bash[29404]: audit 2023-12-25T21:15:38.395318+0000 mon.smithi067 (mon.0) 501 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:15:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:38 smithi175 bash[29404]: audit 2023-12-25T21:15:38.396798+0000 mon.smithi067 (mon.0) 502 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:38 smithi175 bash[29404]: cluster 2023-12-25T21:15:38.561563+0000 mon.smithi067 (mon.0) 503 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-25T21:15:39.991 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:39 smithi067 bash[26019]: cephadm 2023-12-25T21:15:38.393362+0000 mgr.smithi067.knbjpz (mgr.14184) 74 : cephadm [INF] Reconfiguring mon.smithi067 (unknown last config time)... 2023-12-25T21:15:39.991 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:39 smithi067 bash[26019]: cephadm 2023-12-25T21:15:38.398396+0000 mgr.smithi067.knbjpz (mgr.14184) 75 : cephadm [INF] Reconfiguring daemon mon.smithi067 on smithi067 2023-12-25T21:15:40.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:39 smithi175 bash[29404]: cephadm 2023-12-25T21:15:38.393362+0000 mgr.smithi067.knbjpz (mgr.14184) 74 : cephadm [INF] Reconfiguring mon.smithi067 (unknown last config time)... 2023-12-25T21:15:40.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:39 smithi175 bash[29404]: cephadm 2023-12-25T21:15:38.398396+0000 mgr.smithi067.knbjpz (mgr.14184) 75 : cephadm [INF] Reconfiguring daemon mon.smithi067 on smithi067 2023-12-25T21:15:40.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:40 smithi067 bash[26019]: cluster 2023-12-25T21:15:39.563887+0000 mgr.smithi067.knbjpz (mgr.14184) 76 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:41.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:40 smithi175 bash[29404]: cluster 2023-12-25T21:15:39.563887+0000 mgr.smithi067.knbjpz (mgr.14184) 76 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:42.362 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: audit 2023-12-25T21:15:41.109353+0000 mon.smithi067 (mon.0) 504 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:42.363 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: cephadm 2023-12-25T21:15:41.110743+0000 mgr.smithi067.knbjpz (mgr.14184) 77 : cephadm [INF] Reconfiguring mgr.smithi067.knbjpz (unknown last config time)... 2023-12-25T21:15:42.363 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: audit 2023-12-25T21:15:41.111267+0000 mon.smithi067 (mon.0) 505 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.knbjpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:15:42.363 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: audit 2023-12-25T21:15:41.112845+0000 mon.smithi067 (mon.0) 506 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:15:42.363 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: audit 2023-12-25T21:15:41.114187+0000 mon.smithi067 (mon.0) 507 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:42.363 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: cephadm 2023-12-25T21:15:41.115509+0000 mgr.smithi067.knbjpz (mgr.14184) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi067.knbjpz on smithi067 2023-12-25T21:15:42.363 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:42 smithi067 bash[26019]: cluster 2023-12-25T21:15:41.564514+0000 mgr.smithi067.knbjpz (mgr.14184) 79 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: audit 2023-12-25T21:15:41.109353+0000 mon.smithi067 (mon.0) 504 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: cephadm 2023-12-25T21:15:41.110743+0000 mgr.smithi067.knbjpz (mgr.14184) 77 : cephadm [INF] Reconfiguring mgr.smithi067.knbjpz (unknown last config time)... 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: audit 2023-12-25T21:15:41.111267+0000 mon.smithi067 (mon.0) 505 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.knbjpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: audit 2023-12-25T21:15:41.112845+0000 mon.smithi067 (mon.0) 506 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: audit 2023-12-25T21:15:41.114187+0000 mon.smithi067 (mon.0) 507 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: cephadm 2023-12-25T21:15:41.115509+0000 mgr.smithi067.knbjpz (mgr.14184) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi067.knbjpz on smithi067 2023-12-25T21:15:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:42 smithi175 bash[29404]: cluster 2023-12-25T21:15:41.564514+0000 mgr.smithi067.knbjpz (mgr.14184) 79 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:42.756 INFO:teuthology.orchestra.run.smithi067.stdout:[client.0] 2023-12-25T21:15:42.756 INFO:teuthology.orchestra.run.smithi067.stdout: key = AQD+8IllGMewLBAA1K+Im7H8NgCGIgdyFjjUhw== 2023-12-25T21:15:43.762 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:15:43.763 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-25T21:15:43.763 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-25T21:15:43.789 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:15:43.802 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:43 smithi175 bash[29404]: audit 2023-12-25T21:15:42.749513+0000 mon.smithi067 (mon.0) 508 : audit [INF] from='client.? 172.21.15.67:0/4114957495' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:15:43.802 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:43 smithi175 bash[29404]: audit 2023-12-25T21:15:42.756031+0000 mon.smithi067 (mon.0) 509 : audit [INF] from='client.? 172.21.15.67:0/4114957495' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:15:43.802 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:43 smithi175 bash[29404]: audit 2023-12-25T21:15:43.311099+0000 mon.smithi067 (mon.0) 510 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:43.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:43 smithi067 bash[26019]: audit 2023-12-25T21:15:42.749513+0000 mon.smithi067 (mon.0) 508 : audit [INF] from='client.? 172.21.15.67:0/4114957495' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:15:43.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:43 smithi067 bash[26019]: audit 2023-12-25T21:15:42.756031+0000 mon.smithi067 (mon.0) 509 : audit [INF] from='client.? 172.21.15.67:0/4114957495' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:15:43.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:43 smithi067 bash[26019]: audit 2023-12-25T21:15:43.311099+0000 mon.smithi067 (mon.0) 510 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:44.870 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:44 smithi067 bash[26019]: cephadm 2023-12-25T21:15:43.312824+0000 mgr.smithi067.knbjpz (mgr.14184) 80 : cephadm [INF] Reconfiguring alertmanager.smithi067 (dependencies changed)... 2023-12-25T21:15:44.870 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:44 smithi067 bash[26019]: cephadm 2023-12-25T21:15:43.323967+0000 mgr.smithi067.knbjpz (mgr.14184) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi067 on smithi067 2023-12-25T21:15:44.870 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:44 smithi067 bash[26019]: cluster 2023-12-25T21:15:43.565015+0000 mgr.smithi067.knbjpz (mgr.14184) 82 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:45.030 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:44 smithi175 bash[29404]: cephadm 2023-12-25T21:15:43.312824+0000 mgr.smithi067.knbjpz (mgr.14184) 80 : cephadm [INF] Reconfiguring alertmanager.smithi067 (dependencies changed)... 2023-12-25T21:15:45.030 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:44 smithi175 bash[29404]: cephadm 2023-12-25T21:15:43.323967+0000 mgr.smithi067.knbjpz (mgr.14184) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi067 on smithi067 2023-12-25T21:15:45.031 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:44 smithi175 bash[29404]: cluster 2023-12-25T21:15:43.565015+0000 mgr.smithi067.knbjpz (mgr.14184) 82 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:46.784 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:46 smithi175 bash[29404]: cluster 2023-12-25T21:15:45.565561+0000 mgr.smithi067.knbjpz (mgr.14184) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:46.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:46 smithi067 bash[26019]: cluster 2023-12-25T21:15:45.565561+0000 mgr.smithi067.knbjpz (mgr.14184) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:47.000 INFO:teuthology.orchestra.run.smithi175.stdout:[client.1] 2023-12-25T21:15:47.000 INFO:teuthology.orchestra.run.smithi175.stdout: key = AQAC8YllEykhOxAABsxc/yIdn96T2cHODNUaiQ== 2023-12-25T21:15:47.587 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:15:47.588 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-25T21:15:47.588 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-25T21:15:47.656 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:15:47.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:47 smithi067 bash[26019]: audit 2023-12-25T21:15:46.990750+0000 mon.smithi175 (mon.1) 18 : audit [INF] from='client.? 172.21.15.175:0/2469439933' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:15:47.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:47 smithi067 bash[26019]: audit 2023-12-25T21:15:46.991662+0000 mon.smithi067 (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:15:47.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:47 smithi067 bash[26019]: audit 2023-12-25T21:15:46.999384+0000 mon.smithi067 (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:15:48.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:47 smithi175 bash[29404]: audit 2023-12-25T21:15:46.990750+0000 mon.smithi175 (mon.1) 18 : audit [INF] from='client.? 172.21.15.175:0/2469439933' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:15:48.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:47 smithi175 bash[29404]: audit 2023-12-25T21:15:46.991662+0000 mon.smithi067 (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:15:48.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:47 smithi175 bash[29404]: audit 2023-12-25T21:15:46.999384+0000 mon.smithi067 (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:15:48.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:48 smithi067 bash[26019]: cluster 2023-12-25T21:15:47.566221+0000 mgr.smithi067.knbjpz (mgr.14184) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:48.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:48 smithi067 bash[26019]: audit 2023-12-25T21:15:48.071500+0000 mon.smithi067 (mon.0) 513 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:48.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:48 smithi067 bash[26019]: audit 2023-12-25T21:15:48.073129+0000 mon.smithi067 (mon.0) 514 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:15:48.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:48 smithi067 bash[26019]: audit 2023-12-25T21:15:48.074127+0000 mon.smithi067 (mon.0) 515 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:48 smithi175 bash[29404]: cluster 2023-12-25T21:15:47.566221+0000 mgr.smithi067.knbjpz (mgr.14184) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:48 smithi175 bash[29404]: audit 2023-12-25T21:15:48.071500+0000 mon.smithi067 (mon.0) 513 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:48 smithi175 bash[29404]: audit 2023-12-25T21:15:48.073129+0000 mon.smithi067 (mon.0) 514 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:15:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:48 smithi175 bash[29404]: audit 2023-12-25T21:15:48.074127+0000 mon.smithi067 (mon.0) 515 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:49.861 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:49 smithi067 bash[26019]: cephadm 2023-12-25T21:15:48.072758+0000 mgr.smithi067.knbjpz (mgr.14184) 85 : cephadm [INF] Reconfiguring crash.smithi067 (monmap changed)... 2023-12-25T21:15:49.861 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:49 smithi067 bash[26019]: cephadm 2023-12-25T21:15:48.074938+0000 mgr.smithi067.knbjpz (mgr.14184) 86 : cephadm [INF] Reconfiguring daemon crash.smithi067 on smithi067 2023-12-25T21:15:50.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:49 smithi175 bash[29404]: cephadm 2023-12-25T21:15:48.072758+0000 mgr.smithi067.knbjpz (mgr.14184) 85 : cephadm [INF] Reconfiguring crash.smithi067 (monmap changed)... 2023-12-25T21:15:50.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:49 smithi175 bash[29404]: cephadm 2023-12-25T21:15:48.074938+0000 mgr.smithi067.knbjpz (mgr.14184) 86 : cephadm [INF] Reconfiguring daemon crash.smithi067 on smithi067 2023-12-25T21:15:50.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:50 smithi067 bash[26019]: cluster 2023-12-25T21:15:49.566875+0000 mgr.smithi067.knbjpz (mgr.14184) 87 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:50.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:50 smithi067 bash[26019]: audit 2023-12-25T21:15:50.574674+0000 mon.smithi067 (mon.0) 516 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:51.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:50 smithi175 bash[29404]: cluster 2023-12-25T21:15:49.566875+0000 mgr.smithi067.knbjpz (mgr.14184) 87 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:51.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:50 smithi175 bash[29404]: audit 2023-12-25T21:15:50.574674+0000 mon.smithi067 (mon.0) 516 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:51.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:51 smithi067 bash[26019]: cephadm 2023-12-25T21:15:50.575921+0000 mgr.smithi067.knbjpz (mgr.14184) 88 : cephadm [INF] Reconfiguring grafana.smithi067 (dependencies changed)... 2023-12-25T21:15:51.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:51 smithi067 bash[26019]: cephadm 2023-12-25T21:15:50.618421+0000 mgr.smithi067.knbjpz (mgr.14184) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi067 on smithi067 2023-12-25T21:15:52.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:51 smithi175 bash[29404]: cephadm 2023-12-25T21:15:50.575921+0000 mgr.smithi067.knbjpz (mgr.14184) 88 : cephadm [INF] Reconfiguring grafana.smithi067 (dependencies changed)... 2023-12-25T21:15:52.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:51 smithi175 bash[29404]: cephadm 2023-12-25T21:15:50.618421+0000 mgr.smithi067.knbjpz (mgr.14184) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi067 on smithi067 2023-12-25T21:15:52.495 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:15:52.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:52 smithi067 bash[26019]: cluster 2023-12-25T21:15:51.567480+0000 mgr.smithi067.knbjpz (mgr.14184) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:53.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:52 smithi175 bash[29404]: cluster 2023-12-25T21:15:51.567480+0000 mgr.smithi067.knbjpz (mgr.14184) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:54.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:54 smithi067 bash[26019]: cluster 2023-12-25T21:15:53.568102+0000 mgr.smithi067.knbjpz (mgr.14184) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:55.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:54 smithi175 bash[29404]: cluster 2023-12-25T21:15:53.568102+0000 mgr.smithi067.knbjpz (mgr.14184) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:56.668 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:15:56.668 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":40,"fsid":"1d242438-a36a-11ee-95a5-87774f69a715","created":"2023-12-25T21:11:40.281786+0000","modified":"2023-12-25T21:15:38.547354+0000","last_up_change":"2023-12-25T21:15:36.533094+0000","last_in_change":"2023-12-25T21:14:45.504598+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":"2023-12-25T21:15:18.080994+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":"62330289-9961-4dd7-924f-0c536a074d33","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.175:6800","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6801","nonce":1351981204}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6803","nonce":1351981204}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6807","nonce":1351981204}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6805","nonce":1351981204}]},"public_addr":"172.21.15.175:6801/1351981204","cluster_addr":"172.21.15.175:6803/1351981204","heartbeat_back_addr":"172.21.15.175:6807/1351981204","heartbeat_front_addr":"172.21.15.175:6805/1351981204","state":["exists","up"]},{"osd":1,"uuid":"800a8227-d590-49f3-ace3-4361e3e4d061","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.67:6802","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6803","nonce":350740327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6805","nonce":350740327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6809","nonce":350740327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6807","nonce":350740327}]},"public_addr":"172.21.15.67:6803/350740327","cluster_addr":"172.21.15.67:6805/350740327","heartbeat_back_addr":"172.21.15.67:6809/350740327","heartbeat_front_addr":"172.21.15.67:6807/350740327","state":["exists","up"]},{"osd":2,"uuid":"45b7a30e-e72a-45f7-8a99-cb18b9de9de4","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.175:6808","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6809","nonce":783891349}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6811","nonce":783891349}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6815","nonce":783891349}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6813","nonce":783891349}]},"public_addr":"172.21.15.175:6809/783891349","cluster_addr":"172.21.15.175:6811/783891349","heartbeat_back_addr":"172.21.15.175:6815/783891349","heartbeat_front_addr":"172.21.15.175:6813/783891349","state":["exists","up"]},{"osd":3,"uuid":"610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad","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.67:6810","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6811","nonce":991674370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6813","nonce":991674370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6817","nonce":991674370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6815","nonce":991674370}]},"public_addr":"172.21.15.67:6811/991674370","cluster_addr":"172.21.15.67:6813/991674370","heartbeat_back_addr":"172.21.15.67:6817/991674370","heartbeat_front_addr":"172.21.15.67:6815/991674370","state":["exists","up"]},{"osd":4,"uuid":"9f4ce394-5423-4d98-85e5-90a5e3bce535","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.175:6816","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6817","nonce":120874259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6819","nonce":120874259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6823","nonce":120874259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6821","nonce":120874259}]},"public_addr":"172.21.15.175:6817/120874259","cluster_addr":"172.21.15.175:6819/120874259","heartbeat_back_addr":"172.21.15.175:6823/120874259","heartbeat_front_addr":"172.21.15.175:6821/120874259","state":["exists","up"]},{"osd":5,"uuid":"6c06688f-4614-49e9-b338-943d01b01036","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.67:6818","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6819","nonce":403647832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6821","nonce":403647832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6825","nonce":403647832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6823","nonce":403647832}]},"public_addr":"172.21.15.67:6819/403647832","cluster_addr":"172.21.15.67:6821/403647832","heartbeat_back_addr":"172.21.15.67:6825/403647832","heartbeat_front_addr":"172.21.15.67:6823/403647832","state":["exists","up"]},{"osd":6,"uuid":"cf87bef3-420b-4192-a3b6-8069937f5716","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.175:6824","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6825","nonce":3803501070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6827","nonce":3803501070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6831","nonce":3803501070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6829","nonce":3803501070}]},"public_addr":"172.21.15.175:6825/3803501070","cluster_addr":"172.21.15.175:6827/3803501070","heartbeat_back_addr":"172.21.15.175:6831/3803501070","heartbeat_front_addr":"172.21.15.175:6829/3803501070","state":["exists","up"]},{"osd":7,"uuid":"193f478f-a3d9-4149-8454-d89430373426","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.67:6826","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6827","nonce":273206342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6829","nonce":273206342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6833","nonce":273206342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6831","nonce":273206342}]},"public_addr":"172.21.15.67:6827/273206342","cluster_addr":"172.21.15.67:6829/273206342","heartbeat_back_addr":"172.21.15.67:6833/273206342","heartbeat_front_addr":"172.21.15.67:6831/273206342","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:09.191308+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:15.729559+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:13.637283+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:22.785975+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:19.341793+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:29.639537+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:22.878638+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:35.360586+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/4216699881":"2023-12-26T21:13:45.528766+0000","172.21.15.67:6800/1469189248":"2023-12-26T21:13:45.528766+0000","172.21.15.67:0/3012536189":"2023-12-26T21:13:45.528766+0000","172.21.15.67:6801/2651150703":"2023-12-26T21:12:47.960372+0000","172.21.15.67:0/1639611472":"2023-12-26T21:12:47.960372+0000","172.21.15.67:6800/4113127962":"2023-12-26T21:12:07.984703+0000","172.21.15.67:6801/1469189248":"2023-12-26T21:13:45.528766+0000","172.21.15.67:0/4181150189":"2023-12-26T21:12:07.984703+0000","172.21.15.67:0/1229290192":"2023-12-26T21:12:47.960372+0000","172.21.15.67:6801/4113127962":"2023-12-26T21:12:07.984703+0000","172.21.15.67:6800/2651150703":"2023-12-26T21:12:47.960372+0000","172.21.15.67:0/810820685":"2023-12-26T21:12:07.984703+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-25T21:15:56.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:56 smithi067 bash[26019]: cluster 2023-12-25T21:15:55.568697+0000 mgr.smithi067.knbjpz (mgr.14184) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:56 smithi067 bash[26019]: audit 2023-12-25T21:15:56.356026+0000 mon.smithi067 (mon.0) 517 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:56 smithi067 bash[26019]: audit 2023-12-25T21:15:56.358196+0000 mon.smithi067 (mon.0) 518 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:15:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:56 smithi067 bash[26019]: audit 2023-12-25T21:15:56.359447+0000 mon.smithi067 (mon.0) 519 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:57.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:56 smithi175 bash[29404]: cluster 2023-12-25T21:15:55.568697+0000 mgr.smithi067.knbjpz (mgr.14184) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:56 smithi175 bash[29404]: audit 2023-12-25T21:15:56.356026+0000 mon.smithi067 (mon.0) 517 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:56 smithi175 bash[29404]: audit 2023-12-25T21:15:56.358196+0000 mon.smithi067 (mon.0) 518 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:15:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:56 smithi175 bash[29404]: audit 2023-12-25T21:15:56.359447+0000 mon.smithi067 (mon.0) 519 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:57.644 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-25T21:15:18.080994+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-25T21:15:57.644 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-25T21:15:57.883 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:57 smithi175 bash[29404]: cephadm 2023-12-25T21:15:56.357693+0000 mgr.smithi067.knbjpz (mgr.14184) 93 : cephadm [INF] Reconfiguring crash.smithi175 (monmap changed)... 2023-12-25T21:15:57.883 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:57 smithi175 bash[29404]: cephadm 2023-12-25T21:15:56.360343+0000 mgr.smithi067.knbjpz (mgr.14184) 94 : cephadm [INF] Reconfiguring daemon crash.smithi175 on smithi175 2023-12-25T21:15:57.883 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:57 smithi175 bash[29404]: audit 2023-12-25T21:15:56.665927+0000 mon.smithi067 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.67:0/241959591' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:15:57.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:57 smithi067 bash[26019]: cephadm 2023-12-25T21:15:56.357693+0000 mgr.smithi067.knbjpz (mgr.14184) 93 : cephadm [INF] Reconfiguring crash.smithi175 (monmap changed)... 2023-12-25T21:15:57.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:57 smithi067 bash[26019]: cephadm 2023-12-25T21:15:56.360343+0000 mgr.smithi067.knbjpz (mgr.14184) 94 : cephadm [INF] Reconfiguring daemon crash.smithi175 on smithi175 2023-12-25T21:15:57.910 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:57 smithi067 bash[26019]: audit 2023-12-25T21:15:56.665927+0000 mon.smithi067 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.67:0/241959591' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:15:58.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:58 smithi067 bash[26019]: cluster 2023-12-25T21:15:57.569322+0000 mgr.smithi067.knbjpz (mgr.14184) 95 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:58 smithi067 bash[26019]: audit 2023-12-25T21:15:58.476026+0000 mon.smithi067 (mon.0) 521 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:58 smithi067 bash[26019]: audit 2023-12-25T21:15:58.478401+0000 mon.smithi067 (mon.0) 522 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.bwsesn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:15:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:58 smithi067 bash[26019]: audit 2023-12-25T21:15:58.480461+0000 mon.smithi067 (mon.0) 523 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:15:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:58 smithi067 bash[26019]: audit 2023-12-25T21:15:58.481985+0000 mon.smithi067 (mon.0) 524 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:59.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:58 smithi175 bash[29404]: cluster 2023-12-25T21:15:57.569322+0000 mgr.smithi067.knbjpz (mgr.14184) 95 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:15:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:58 smithi175 bash[29404]: audit 2023-12-25T21:15:58.476026+0000 mon.smithi067 (mon.0) 521 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:15:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:58 smithi175 bash[29404]: audit 2023-12-25T21:15:58.478401+0000 mon.smithi067 (mon.0) 522 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.bwsesn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:15:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:58 smithi175 bash[29404]: audit 2023-12-25T21:15:58.480461+0000 mon.smithi067 (mon.0) 523 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:15:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:58 smithi175 bash[29404]: audit 2023-12-25T21:15:58.481985+0000 mon.smithi067 (mon.0) 524 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:59.758 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:59 smithi175 bash[29404]: cephadm 2023-12-25T21:15:58.477748+0000 mgr.smithi067.knbjpz (mgr.14184) 96 : cephadm [INF] Reconfiguring mgr.smithi175.bwsesn (monmap changed)... 2023-12-25T21:15:59.759 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:15:59 smithi175 bash[29404]: cephadm 2023-12-25T21:15:58.483400+0000 mgr.smithi067.knbjpz (mgr.14184) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi175.bwsesn on smithi175 2023-12-25T21:15:59.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:59 smithi067 bash[26019]: cephadm 2023-12-25T21:15:58.477748+0000 mgr.smithi067.knbjpz (mgr.14184) 96 : cephadm [INF] Reconfiguring mgr.smithi175.bwsesn (monmap changed)... 2023-12-25T21:15:59.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:15:59 smithi067 bash[26019]: cephadm 2023-12-25T21:15:58.483400+0000 mgr.smithi067.knbjpz (mgr.14184) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi175.bwsesn on smithi175 2023-12-25T21:16:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:00 smithi067 bash[26019]: cluster 2023-12-25T21:15:59.569928+0000 mgr.smithi067.knbjpz (mgr.14184) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:00 smithi067 bash[26019]: audit 2023-12-25T21:16:00.325128+0000 mon.smithi067 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:00 smithi067 bash[26019]: audit 2023-12-25T21:16:00.327555+0000 mon.smithi067 (mon.0) 526 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:16:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:00 smithi067 bash[26019]: audit 2023-12-25T21:16:00.329345+0000 mon.smithi067 (mon.0) 527 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:16:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:00 smithi067 bash[26019]: audit 2023-12-25T21:16:00.331074+0000 mon.smithi067 (mon.0) 528 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:01.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:00 smithi175 bash[29404]: cluster 2023-12-25T21:15:59.569928+0000 mgr.smithi067.knbjpz (mgr.14184) 98 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:01.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:00 smithi175 bash[29404]: audit 2023-12-25T21:16:00.325128+0000 mon.smithi067 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:01.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:00 smithi175 bash[29404]: audit 2023-12-25T21:16:00.327555+0000 mon.smithi067 (mon.0) 526 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:16:01.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:00 smithi175 bash[29404]: audit 2023-12-25T21:16:00.329345+0000 mon.smithi067 (mon.0) 527 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:16:01.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:00 smithi175 bash[29404]: audit 2023-12-25T21:16:00.331074+0000 mon.smithi067 (mon.0) 528 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:01.690 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:01 smithi175 bash[29404]: cephadm 2023-12-25T21:16:00.326904+0000 mgr.smithi067.knbjpz (mgr.14184) 99 : cephadm [INF] Reconfiguring mon.smithi175 (monmap changed)... 2023-12-25T21:16:01.690 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:01 smithi175 bash[29404]: cephadm 2023-12-25T21:16:00.332668+0000 mgr.smithi067.knbjpz (mgr.14184) 100 : cephadm [INF] Reconfiguring daemon mon.smithi175 on smithi175 2023-12-25T21:16:01.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:01 smithi067 bash[26019]: cephadm 2023-12-25T21:16:00.326904+0000 mgr.smithi067.knbjpz (mgr.14184) 99 : cephadm [INF] Reconfiguring mon.smithi175 (monmap changed)... 2023-12-25T21:16:01.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:01 smithi067 bash[26019]: cephadm 2023-12-25T21:16:00.332668+0000 mgr.smithi067.knbjpz (mgr.14184) 100 : cephadm [INF] Reconfiguring daemon mon.smithi175 on smithi175 2023-12-25T21:16:02.529 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:02.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: cluster 2023-12-25T21:16:01.570535+0000 mgr.smithi067.knbjpz (mgr.14184) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.262503+0000 mon.smithi067 (mon.0) 529 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.267986+0000 mon.smithi067 (mon.0) 530 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.271101+0000 mon.smithi067 (mon.0) 531 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.280254+0000 mon.smithi067 (mon.0) 532 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.288526+0000 mon.smithi067 (mon.0) 533 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.297528+0000 mon.smithi067 (mon.0) 534 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.309231+0000 mon.smithi067 (mon.0) 535 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.320921+0000 mon.smithi067 (mon.0) 536 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.326487+0000 mon.smithi067 (mon.0) 537 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi175.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.337794+0000 mon.smithi067 (mon.0) 538 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:02 smithi067 bash[26019]: audit 2023-12-25T21:16:02.344204+0000 mon.smithi067 (mon.0) 539 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: cluster 2023-12-25T21:16:01.570535+0000 mgr.smithi067.knbjpz (mgr.14184) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.262503+0000 mon.smithi067 (mon.0) 529 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.267986+0000 mon.smithi067 (mon.0) 530 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.271101+0000 mon.smithi067 (mon.0) 531 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.280254+0000 mon.smithi067 (mon.0) 532 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.288526+0000 mon.smithi067 (mon.0) 533 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.297528+0000 mon.smithi067 (mon.0) 534 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.309231+0000 mon.smithi067 (mon.0) 535 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.320921+0000 mon.smithi067 (mon.0) 536 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.326487+0000 mon.smithi067 (mon.0) 537 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi175.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.337794+0000 mon.smithi067 (mon.0) 538 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:02 smithi175 bash[29404]: audit 2023-12-25T21:16:02.344204+0000 mon.smithi067 (mon.0) 539 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:03.866 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:03 smithi067 bash[26019]: audit 2023-12-25T21:16:02.268963+0000 mgr.smithi067.knbjpz (mgr.14184) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:16:03.867 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:03 smithi067 bash[26019]: audit 2023-12-25T21:16:02.271996+0000 mgr.smithi067.knbjpz (mgr.14184) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:16:03.867 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:03 smithi067 bash[26019]: audit 2023-12-25T21:16:02.289405+0000 mgr.smithi067.knbjpz (mgr.14184) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:16:03.867 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:03 smithi067 bash[26019]: audit 2023-12-25T21:16:02.298285+0000 mgr.smithi067.knbjpz (mgr.14184) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:16:03.867 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:03 smithi067 bash[26019]: audit 2023-12-25T21:16:02.321667+0000 mgr.smithi067.knbjpz (mgr.14184) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:16:03.867 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:03 smithi067 bash[26019]: audit 2023-12-25T21:16:02.327241+0000 mgr.smithi067.knbjpz (mgr.14184) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi175.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:16:04.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:03 smithi175 bash[29404]: audit 2023-12-25T21:16:02.268963+0000 mgr.smithi067.knbjpz (mgr.14184) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:16:04.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:03 smithi175 bash[29404]: audit 2023-12-25T21:16:02.271996+0000 mgr.smithi067.knbjpz (mgr.14184) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:16:04.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:03 smithi175 bash[29404]: audit 2023-12-25T21:16:02.289405+0000 mgr.smithi067.knbjpz (mgr.14184) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:16:04.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:03 smithi175 bash[29404]: audit 2023-12-25T21:16:02.298285+0000 mgr.smithi067.knbjpz (mgr.14184) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:16:04.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:03 smithi175 bash[29404]: audit 2023-12-25T21:16:02.321667+0000 mgr.smithi067.knbjpz (mgr.14184) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:16:04.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:03 smithi175 bash[29404]: audit 2023-12-25T21:16:02.327241+0000 mgr.smithi067.knbjpz (mgr.14184) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi175.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:16:04.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:04 smithi067 bash[26019]: cluster 2023-12-25T21:16:03.571148+0000 mgr.smithi067.knbjpz (mgr.14184) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:05.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:04 smithi175 bash[29404]: cluster 2023-12-25T21:16:03.571148+0000 mgr.smithi067.knbjpz (mgr.14184) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:05.884 INFO:teuthology.orchestra.run.smithi067.stdout:pg_num: 1 2023-12-25T21:16:06.529 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-25T21:16:06.530 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-25T21:16:06.530 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-25T21:16:06.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:06 smithi067 bash[26019]: cluster 2023-12-25T21:16:05.571701+0000 mgr.smithi067.knbjpz (mgr.14184) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:06 smithi067 bash[26019]: audit 2023-12-25T21:16:05.883965+0000 mon.smithi067 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.67:0/3258712177' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T21:16:07.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:06 smithi175 bash[29404]: cluster 2023-12-25T21:16:05.571701+0000 mgr.smithi067.knbjpz (mgr.14184) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:07.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:06 smithi175 bash[29404]: audit 2023-12-25T21:16:05.883965+0000 mon.smithi067 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.67:0/3258712177' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T21:16:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:08 smithi067 bash[26019]: cluster 2023-12-25T21:16:07.572269+0000 mgr.smithi067.knbjpz (mgr.14184) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:08 smithi067 bash[26019]: audit 2023-12-25T21:16:08.241051+0000 mon.smithi067 (mon.0) 541 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:08 smithi067 bash[26019]: audit 2023-12-25T21:16:08.266134+0000 mon.smithi067 (mon.0) 542 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:09.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:08 smithi175 bash[29404]: cluster 2023-12-25T21:16:07.572269+0000 mgr.smithi067.knbjpz (mgr.14184) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:09.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:08 smithi175 bash[29404]: audit 2023-12-25T21:16:08.241051+0000 mon.smithi067 (mon.0) 541 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:09.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:08 smithi175 bash[29404]: audit 2023-12-25T21:16:08.266134+0000 mon.smithi067 (mon.0) 542 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:10.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:10 smithi067 bash[26019]: cluster 2023-12-25T21:16:09.572816+0000 mgr.smithi067.knbjpz (mgr.14184) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:11.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:10 smithi175 bash[29404]: cluster 2023-12-25T21:16:09.572816+0000 mgr.smithi067.knbjpz (mgr.14184) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:11.118 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:12.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:12 smithi067 bash[26019]: cluster 2023-12-25T21:16:11.573432+0000 mgr.smithi067.knbjpz (mgr.14184) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:13.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:12 smithi175 bash[29404]: cluster 2023-12-25T21:16:11.573432+0000 mgr.smithi067.knbjpz (mgr.14184) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:14.951 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:14 smithi067 bash[26019]: cluster 2023-12-25T21:16:13.574090+0000 mgr.smithi067.knbjpz (mgr.14184) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:15.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:14 smithi175 bash[29404]: cluster 2023-12-25T21:16:13.574090+0000 mgr.smithi067.knbjpz (mgr.14184) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:15.356 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:16:15.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:15 smithi067 bash[26019]: audit 2023-12-25T21:16:15.349076+0000 mon.smithi067 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/292877077' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T21:16:16.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:15 smithi175 bash[29404]: audit 2023-12-25T21:16:15.349076+0000 mon.smithi067 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/292877077' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T21:16:16.116 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":18,"active_gid":14184,"active_name":"smithi067.knbjpz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6800","nonce":2605351129},{"type":"v1","addr":"172.21.15.67:6801","nonce":2605351129}]},"active_addr":"172.21.15.67:6801/2605351129","active_change":"2023-12-25T21:13:45.529160+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi175.bwsesn","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.67:8443/","prometheus":"http://172.21.15.67: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.67:0","nonce":1454493514}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":333575140}]}]} 2023-12-25T21:16:16.120 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-25T21:16:16.121 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-25T21:16:16.121 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:16:16.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:16 smithi067 bash[26019]: cluster 2023-12-25T21:16:15.574643+0000 mgr.smithi067.knbjpz (mgr.14184) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:17.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:16 smithi175 bash[29404]: cluster 2023-12-25T21:16:15.574643+0000 mgr.smithi067.knbjpz (mgr.14184) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: cluster 2023-12-25T21:16:17.575320+0000 mgr.smithi067.knbjpz (mgr.14184) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:17.955500+0000 mon.smithi067 (mon.0) 544 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.257776+0000 mon.smithi067 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.259525+0000 mon.smithi067 (mon.0) 546 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.261125+0000 mon.smithi067 (mon.0) 547 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.262763+0000 mon.smithi067 (mon.0) 548 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.272248+0000 mon.smithi067 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.288064+0000 mon.smithi067 (mon.0) 550 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.601744+0000 mon.smithi067 (mon.0) 551 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.604147+0000 mon.smithi067 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.605562+0000 mon.smithi067 (mon.0) 553 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.606830+0000 mon.smithi067 (mon.0) 554 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.608087+0000 mon.smithi067 (mon.0) 555 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.617070+0000 mon.smithi067 (mon.0) 556 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.618972+0000 mon.smithi067 (mon.0) 557 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.620375+0000 mon.smithi067 (mon.0) 558 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.627725+0000 mon.smithi067 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.635556+0000 mon.smithi067 (mon.0) 560 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.641197+0000 mon.smithi067 (mon.0) 561 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.642883+0000 mon.smithi067 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:16:18.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:18 smithi067 bash[26019]: audit 2023-12-25T21:16:18.643474+0000 mon.smithi067 (mon.0) 563 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: cluster 2023-12-25T21:16:17.575320+0000 mgr.smithi067.knbjpz (mgr.14184) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:17.955500+0000 mon.smithi067 (mon.0) 544 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.257776+0000 mon.smithi067 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.259525+0000 mon.smithi067 (mon.0) 546 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.261125+0000 mon.smithi067 (mon.0) 547 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.262763+0000 mon.smithi067 (mon.0) 548 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.272248+0000 mon.smithi067 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.288064+0000 mon.smithi067 (mon.0) 550 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.601744+0000 mon.smithi067 (mon.0) 551 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.604147+0000 mon.smithi067 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.605562+0000 mon.smithi067 (mon.0) 553 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.606830+0000 mon.smithi067 (mon.0) 554 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.608087+0000 mon.smithi067 (mon.0) 555 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.617070+0000 mon.smithi067 (mon.0) 556 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.618972+0000 mon.smithi067 (mon.0) 557 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.620375+0000 mon.smithi067 (mon.0) 558 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.627725+0000 mon.smithi067 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.635556+0000 mon.smithi067 (mon.0) 560 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.641197+0000 mon.smithi067 (mon.0) 561 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.642883+0000 mon.smithi067 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:16:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:18 smithi175 bash[29404]: audit 2023-12-25T21:16:18.643474+0000 mon.smithi067 (mon.0) 563 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:19.906 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:19 smithi067 bash[26019]: cephadm 2023-12-25T21:16:17.941779+0000 mgr.smithi067.knbjpz (mgr.14184) 116 : cephadm [INF] Detected new or changed devices on smithi175 2023-12-25T21:16:19.906 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:19 smithi067 bash[26019]: cephadm 2023-12-25T21:16:18.263958+0000 mgr.smithi067.knbjpz (mgr.14184) 117 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3785M 2023-12-25T21:16:19.906 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:19 smithi067 bash[26019]: cephadm 2023-12-25T21:16:18.277421+0000 mgr.smithi067.knbjpz (mgr.14184) 118 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-25T21:16:19.906 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:19 smithi067 bash[26019]: cephadm 2023-12-25T21:16:18.609139+0000 mgr.smithi067.knbjpz (mgr.14184) 119 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 3529M 2023-12-25T21:16:19.906 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:19 smithi067 bash[26019]: audit 2023-12-25T21:16:18.644327+0000 mon.smithi067 (mon.0) 564 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:20.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:19 smithi175 bash[29404]: cephadm 2023-12-25T21:16:17.941779+0000 mgr.smithi067.knbjpz (mgr.14184) 116 : cephadm [INF] Detected new or changed devices on smithi175 2023-12-25T21:16:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:19 smithi175 bash[29404]: cephadm 2023-12-25T21:16:18.263958+0000 mgr.smithi067.knbjpz (mgr.14184) 117 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3785M 2023-12-25T21:16:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:19 smithi175 bash[29404]: cephadm 2023-12-25T21:16:18.277421+0000 mgr.smithi067.knbjpz (mgr.14184) 118 : cephadm [INF] Detected new or changed devices on smithi067 2023-12-25T21:16:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:19 smithi175 bash[29404]: cephadm 2023-12-25T21:16:18.609139+0000 mgr.smithi067.knbjpz (mgr.14184) 119 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 3529M 2023-12-25T21:16:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:19 smithi175 bash[29404]: audit 2023-12-25T21:16:18.644327+0000 mon.smithi067 (mon.0) 564 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:20.957 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:20.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:20 smithi067 bash[26019]: cluster 2023-12-25T21:16:19.575933+0000 mgr.smithi067.knbjpz (mgr.14184) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:21.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:20 smithi175 bash[29404]: cluster 2023-12-25T21:16:19.575933+0000 mgr.smithi067.knbjpz (mgr.14184) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:22 smithi067 bash[26019]: cluster 2023-12-25T21:16:21.576508+0000 mgr.smithi067.knbjpz (mgr.14184) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:23.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:22 smithi175 bash[29404]: cluster 2023-12-25T21:16:21.576508+0000 mgr.smithi067.knbjpz (mgr.14184) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:24.493 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:16:24.493 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":40,"fsid":"1d242438-a36a-11ee-95a5-87774f69a715","created":"2023-12-25T21:11:40.281786+0000","modified":"2023-12-25T21:15:38.547354+0000","last_up_change":"2023-12-25T21:15:36.533094+0000","last_in_change":"2023-12-25T21:14:45.504598+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":"2023-12-25T21:15:18.080994+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":"62330289-9961-4dd7-924f-0c536a074d33","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.175:6800","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6801","nonce":1351981204}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6803","nonce":1351981204}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6807","nonce":1351981204}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6805","nonce":1351981204}]},"public_addr":"172.21.15.175:6801/1351981204","cluster_addr":"172.21.15.175:6803/1351981204","heartbeat_back_addr":"172.21.15.175:6807/1351981204","heartbeat_front_addr":"172.21.15.175:6805/1351981204","state":["exists","up"]},{"osd":1,"uuid":"800a8227-d590-49f3-ace3-4361e3e4d061","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.67:6802","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6803","nonce":350740327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6805","nonce":350740327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6809","nonce":350740327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6807","nonce":350740327}]},"public_addr":"172.21.15.67:6803/350740327","cluster_addr":"172.21.15.67:6805/350740327","heartbeat_back_addr":"172.21.15.67:6809/350740327","heartbeat_front_addr":"172.21.15.67:6807/350740327","state":["exists","up"]},{"osd":2,"uuid":"45b7a30e-e72a-45f7-8a99-cb18b9de9de4","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.175:6808","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6809","nonce":783891349}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6811","nonce":783891349}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6815","nonce":783891349}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6813","nonce":783891349}]},"public_addr":"172.21.15.175:6809/783891349","cluster_addr":"172.21.15.175:6811/783891349","heartbeat_back_addr":"172.21.15.175:6815/783891349","heartbeat_front_addr":"172.21.15.175:6813/783891349","state":["exists","up"]},{"osd":3,"uuid":"610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad","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.67:6810","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6811","nonce":991674370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6813","nonce":991674370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6817","nonce":991674370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6815","nonce":991674370}]},"public_addr":"172.21.15.67:6811/991674370","cluster_addr":"172.21.15.67:6813/991674370","heartbeat_back_addr":"172.21.15.67:6817/991674370","heartbeat_front_addr":"172.21.15.67:6815/991674370","state":["exists","up"]},{"osd":4,"uuid":"9f4ce394-5423-4d98-85e5-90a5e3bce535","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.175:6816","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6817","nonce":120874259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6819","nonce":120874259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6823","nonce":120874259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6821","nonce":120874259}]},"public_addr":"172.21.15.175:6817/120874259","cluster_addr":"172.21.15.175:6819/120874259","heartbeat_back_addr":"172.21.15.175:6823/120874259","heartbeat_front_addr":"172.21.15.175:6821/120874259","state":["exists","up"]},{"osd":5,"uuid":"6c06688f-4614-49e9-b338-943d01b01036","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.67:6818","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6819","nonce":403647832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6821","nonce":403647832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6825","nonce":403647832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6823","nonce":403647832}]},"public_addr":"172.21.15.67:6819/403647832","cluster_addr":"172.21.15.67:6821/403647832","heartbeat_back_addr":"172.21.15.67:6825/403647832","heartbeat_front_addr":"172.21.15.67:6823/403647832","state":["exists","up"]},{"osd":6,"uuid":"cf87bef3-420b-4192-a3b6-8069937f5716","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.175:6824","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6825","nonce":3803501070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6827","nonce":3803501070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6831","nonce":3803501070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6829","nonce":3803501070}]},"public_addr":"172.21.15.175:6825/3803501070","cluster_addr":"172.21.15.175:6827/3803501070","heartbeat_back_addr":"172.21.15.175:6831/3803501070","heartbeat_front_addr":"172.21.15.175:6829/3803501070","state":["exists","up"]},{"osd":7,"uuid":"193f478f-a3d9-4149-8454-d89430373426","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.67:6826","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6827","nonce":273206342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6829","nonce":273206342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6833","nonce":273206342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6831","nonce":273206342}]},"public_addr":"172.21.15.67:6827/273206342","cluster_addr":"172.21.15.67:6829/273206342","heartbeat_back_addr":"172.21.15.67:6833/273206342","heartbeat_front_addr":"172.21.15.67:6831/273206342","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:09.191308+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:15.729559+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:13.637283+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:22.785975+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:19.341793+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:29.639537+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:22.878638+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:35.360586+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/4216699881":"2023-12-26T21:13:45.528766+0000","172.21.15.67:6800/1469189248":"2023-12-26T21:13:45.528766+0000","172.21.15.67:0/3012536189":"2023-12-26T21:13:45.528766+0000","172.21.15.67:6801/2651150703":"2023-12-26T21:12:47.960372+0000","172.21.15.67:0/1639611472":"2023-12-26T21:12:47.960372+0000","172.21.15.67:6800/4113127962":"2023-12-26T21:12:07.984703+0000","172.21.15.67:6801/1469189248":"2023-12-26T21:13:45.528766+0000","172.21.15.67:0/4181150189":"2023-12-26T21:12:07.984703+0000","172.21.15.67:0/1229290192":"2023-12-26T21:12:47.960372+0000","172.21.15.67:6801/4113127962":"2023-12-26T21:12:07.984703+0000","172.21.15.67:6800/2651150703":"2023-12-26T21:12:47.960372+0000","172.21.15.67:0/810820685":"2023-12-26T21:12:07.984703+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-25T21:16:24.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:24 smithi067 bash[26019]: cluster 2023-12-25T21:16:23.577179+0000 mgr.smithi067.knbjpz (mgr.14184) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:24.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:24 smithi067 bash[26019]: audit 2023-12-25T21:16:24.490734+0000 mon.smithi067 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.67:0/2083831005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:16:25.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:24 smithi175 bash[29404]: cluster 2023-12-25T21:16:23.577179+0000 mgr.smithi067.knbjpz (mgr.14184) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:24 smithi175 bash[29404]: audit 2023-12-25T21:16:24.490734+0000 mon.smithi067 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.67:0/2083831005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:16:25.374 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-25T21:16:25.374 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:16:26.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:26 smithi175 bash[29404]: cluster 2023-12-25T21:16:25.577885+0000 mgr.smithi067.knbjpz (mgr.14184) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:26 smithi067 bash[26019]: cluster 2023-12-25T21:16:25.577885+0000 mgr.smithi067.knbjpz (mgr.14184) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:28.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:28 smithi067 bash[26019]: cluster 2023-12-25T21:16:27.578508+0000 mgr.smithi067.knbjpz (mgr.14184) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:29.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:28 smithi175 bash[29404]: cluster 2023-12-25T21:16:27.578508+0000 mgr.smithi067.knbjpz (mgr.14184) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:30.462 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:30.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:30 smithi067 bash[26019]: cluster 2023-12-25T21:16:29.579122+0000 mgr.smithi067.knbjpz (mgr.14184) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:31.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:30 smithi175 bash[29404]: cluster 2023-12-25T21:16:29.579122+0000 mgr.smithi067.knbjpz (mgr.14184) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:32.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:32 smithi067 bash[26019]: cluster 2023-12-25T21:16:31.579697+0000 mgr.smithi067.knbjpz (mgr.14184) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:33.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:32 smithi175 bash[29404]: cluster 2023-12-25T21:16:31.579697+0000 mgr.smithi067.knbjpz (mgr.14184) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:33.911 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:16:33.912 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":40,"fsid":"1d242438-a36a-11ee-95a5-87774f69a715","created":"2023-12-25T21:11:40.281786+0000","modified":"2023-12-25T21:15:38.547354+0000","last_up_change":"2023-12-25T21:15:36.533094+0000","last_in_change":"2023-12-25T21:14:45.504598+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":"2023-12-25T21:15:18.080994+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":"62330289-9961-4dd7-924f-0c536a074d33","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.175:6800","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6801","nonce":1351981204}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6803","nonce":1351981204}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6807","nonce":1351981204}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1351981204},{"type":"v1","addr":"172.21.15.175:6805","nonce":1351981204}]},"public_addr":"172.21.15.175:6801/1351981204","cluster_addr":"172.21.15.175:6803/1351981204","heartbeat_back_addr":"172.21.15.175:6807/1351981204","heartbeat_front_addr":"172.21.15.175:6805/1351981204","state":["exists","up"]},{"osd":1,"uuid":"800a8227-d590-49f3-ace3-4361e3e4d061","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.67:6802","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6803","nonce":350740327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6805","nonce":350740327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6809","nonce":350740327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":350740327},{"type":"v1","addr":"172.21.15.67:6807","nonce":350740327}]},"public_addr":"172.21.15.67:6803/350740327","cluster_addr":"172.21.15.67:6805/350740327","heartbeat_back_addr":"172.21.15.67:6809/350740327","heartbeat_front_addr":"172.21.15.67:6807/350740327","state":["exists","up"]},{"osd":2,"uuid":"45b7a30e-e72a-45f7-8a99-cb18b9de9de4","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.175:6808","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6809","nonce":783891349}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6811","nonce":783891349}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6815","nonce":783891349}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":783891349},{"type":"v1","addr":"172.21.15.175:6813","nonce":783891349}]},"public_addr":"172.21.15.175:6809/783891349","cluster_addr":"172.21.15.175:6811/783891349","heartbeat_back_addr":"172.21.15.175:6815/783891349","heartbeat_front_addr":"172.21.15.175:6813/783891349","state":["exists","up"]},{"osd":3,"uuid":"610f0f68-1ff7-4ba4-9dba-17ea3b85d0ad","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.67:6810","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6811","nonce":991674370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6813","nonce":991674370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6817","nonce":991674370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":991674370},{"type":"v1","addr":"172.21.15.67:6815","nonce":991674370}]},"public_addr":"172.21.15.67:6811/991674370","cluster_addr":"172.21.15.67:6813/991674370","heartbeat_back_addr":"172.21.15.67:6817/991674370","heartbeat_front_addr":"172.21.15.67:6815/991674370","state":["exists","up"]},{"osd":4,"uuid":"9f4ce394-5423-4d98-85e5-90a5e3bce535","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.175:6816","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6817","nonce":120874259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6819","nonce":120874259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6823","nonce":120874259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":120874259},{"type":"v1","addr":"172.21.15.175:6821","nonce":120874259}]},"public_addr":"172.21.15.175:6817/120874259","cluster_addr":"172.21.15.175:6819/120874259","heartbeat_back_addr":"172.21.15.175:6823/120874259","heartbeat_front_addr":"172.21.15.175:6821/120874259","state":["exists","up"]},{"osd":5,"uuid":"6c06688f-4614-49e9-b338-943d01b01036","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.67:6818","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6819","nonce":403647832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6821","nonce":403647832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6825","nonce":403647832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":403647832},{"type":"v1","addr":"172.21.15.67:6823","nonce":403647832}]},"public_addr":"172.21.15.67:6819/403647832","cluster_addr":"172.21.15.67:6821/403647832","heartbeat_back_addr":"172.21.15.67:6825/403647832","heartbeat_front_addr":"172.21.15.67:6823/403647832","state":["exists","up"]},{"osd":6,"uuid":"cf87bef3-420b-4192-a3b6-8069937f5716","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.175:6824","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6825","nonce":3803501070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6827","nonce":3803501070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6831","nonce":3803501070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":3803501070},{"type":"v1","addr":"172.21.15.175:6829","nonce":3803501070}]},"public_addr":"172.21.15.175:6825/3803501070","cluster_addr":"172.21.15.175:6827/3803501070","heartbeat_back_addr":"172.21.15.175:6831/3803501070","heartbeat_front_addr":"172.21.15.175:6829/3803501070","state":["exists","up"]},{"osd":7,"uuid":"193f478f-a3d9-4149-8454-d89430373426","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.67:6826","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6827","nonce":273206342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6829","nonce":273206342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6833","nonce":273206342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":273206342},{"type":"v1","addr":"172.21.15.67:6831","nonce":273206342}]},"public_addr":"172.21.15.67:6827/273206342","cluster_addr":"172.21.15.67:6829/273206342","heartbeat_back_addr":"172.21.15.67:6833/273206342","heartbeat_front_addr":"172.21.15.67:6831/273206342","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:09.191308+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:15.729559+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:13.637283+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:22.785975+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:19.341793+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:29.639537+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:22.878638+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T21:15:35.360586+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:0/4216699881":"2023-12-26T21:13:45.528766+0000","172.21.15.67:6800/1469189248":"2023-12-26T21:13:45.528766+0000","172.21.15.67:0/3012536189":"2023-12-26T21:13:45.528766+0000","172.21.15.67:6801/2651150703":"2023-12-26T21:12:47.960372+0000","172.21.15.67:0/1639611472":"2023-12-26T21:12:47.960372+0000","172.21.15.67:6800/4113127962":"2023-12-26T21:12:07.984703+0000","172.21.15.67:6801/1469189248":"2023-12-26T21:13:45.528766+0000","172.21.15.67:0/4181150189":"2023-12-26T21:12:07.984703+0000","172.21.15.67:0/1229290192":"2023-12-26T21:12:47.960372+0000","172.21.15.67:6801/4113127962":"2023-12-26T21:12:07.984703+0000","172.21.15.67:6800/2651150703":"2023-12-26T21:12:47.960372+0000","172.21.15.67:0/810820685":"2023-12-26T21:12:07.984703+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-25T21:16:34.765 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-25T21:16:34.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:34 smithi175 bash[29404]: cluster 2023-12-25T21:16:33.580243+0000 mgr.smithi067.knbjpz (mgr.14184) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:34.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:34 smithi175 bash[29404]: audit 2023-12-25T21:16:33.910459+0000 mon.smithi067 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.67:0/2424758271' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:16:34.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:34 smithi067 bash[26019]: cluster 2023-12-25T21:16:33.580243+0000 mgr.smithi067.knbjpz (mgr.14184) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:34.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:34 smithi067 bash[26019]: audit 2023-12-25T21:16:33.910459+0000 mon.smithi067 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.67:0/2424758271' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:16:36.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:36 smithi067 bash[26019]: cluster 2023-12-25T21:16:35.580710+0000 mgr.smithi067.knbjpz (mgr.14184) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:37.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:36 smithi175 bash[29404]: cluster 2023-12-25T21:16:35.580710+0000 mgr.smithi067.knbjpz (mgr.14184) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:38.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:38 smithi067 bash[26019]: cluster 2023-12-25T21:16:37.581202+0000 mgr.smithi067.knbjpz (mgr.14184) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:39.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:38 smithi175 bash[29404]: cluster 2023-12-25T21:16:37.581202+0000 mgr.smithi067.knbjpz (mgr.14184) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:39.599 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:40.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:40 smithi067 bash[26019]: cluster 2023-12-25T21:16:39.581831+0000 mgr.smithi067.knbjpz (mgr.14184) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:41.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:40 smithi175 bash[29404]: cluster 2023-12-25T21:16:39.581831+0000 mgr.smithi067.knbjpz (mgr.14184) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:42.829 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:42 smithi067 bash[26019]: cluster 2023-12-25T21:16:41.582411+0000 mgr.smithi067.knbjpz (mgr.14184) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:43.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:42 smithi175 bash[29404]: cluster 2023-12-25T21:16:41.582411+0000 mgr.smithi067.knbjpz (mgr.14184) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:43.520 INFO:teuthology.orchestra.run.smithi067.stdout:68719476756 2023-12-25T21:16:43.521 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-25T21:16:44.915 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:44 smithi067 bash[26019]: cluster 2023-12-25T21:16:43.583101+0000 mgr.smithi067.knbjpz (mgr.14184) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:44.915 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:44 smithi067 bash[26019]: audit 2023-12-25T21:16:44.625202+0000 mon.smithi067 (mon.0) 567 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:45.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:44 smithi175 bash[29404]: cluster 2023-12-25T21:16:43.583101+0000 mgr.smithi067.knbjpz (mgr.14184) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:45.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:44 smithi175 bash[29404]: audit 2023-12-25T21:16:44.625202+0000 mon.smithi067 (mon.0) 567 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:46.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:46 smithi067 bash[26019]: cluster 2023-12-25T21:16:45.583599+0000 mgr.smithi067.knbjpz (mgr.14184) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:46.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:46 smithi067 bash[26019]: audit 2023-12-25T21:16:46.329973+0000 mon.smithi067 (mon.0) 568 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:46.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:46 smithi067 bash[26019]: audit 2023-12-25T21:16:46.334103+0000 mon.smithi067 (mon.0) 569 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:47.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:46 smithi175 bash[29404]: cluster 2023-12-25T21:16:45.583599+0000 mgr.smithi067.knbjpz (mgr.14184) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:47.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:46 smithi175 bash[29404]: audit 2023-12-25T21:16:46.329973+0000 mon.smithi067 (mon.0) 568 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:47.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:46 smithi175 bash[29404]: audit 2023-12-25T21:16:46.334103+0000 mon.smithi067 (mon.0) 569 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:48.863 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:48.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:48 smithi067 bash[26019]: cluster 2023-12-25T21:16:47.584289+0000 mgr.smithi067.knbjpz (mgr.14184) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:49.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:48 smithi175 bash[29404]: cluster 2023-12-25T21:16:47.584289+0000 mgr.smithi067.knbjpz (mgr.14184) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:50.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:50 smithi067 bash[26019]: cluster 2023-12-25T21:16:49.585044+0000 mgr.smithi067.knbjpz (mgr.14184) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:51.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:50 smithi175 bash[29404]: cluster 2023-12-25T21:16:49.585044+0000 mgr.smithi067.knbjpz (mgr.14184) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:52.453 INFO:teuthology.orchestra.run.smithi067.stdout:94489280533 2023-12-25T21:16:52.453 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-25T21:16:52.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: cluster 2023-12-25T21:16:51.585524+0000 mgr.smithi067.knbjpz (mgr.14184) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:52.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: audit 2023-12-25T21:16:52.169557+0000 mon.smithi067 (mon.0) 570 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:52.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: audit 2023-12-25T21:16:52.207791+0000 mon.smithi067 (mon.0) 571 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:52.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: audit 2023-12-25T21:16:52.209722+0000 mon.smithi067 (mon.0) 572 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:52.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: audit 2023-12-25T21:16:52.211134+0000 mon.smithi067 (mon.0) 573 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:16:52.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: audit 2023-12-25T21:16:52.218605+0000 mon.smithi067 (mon.0) 574 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:52.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:52 smithi067 bash[26019]: audit 2023-12-25T21:16:52.227698+0000 mon.smithi067 (mon.0) 575 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:16:53.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: cluster 2023-12-25T21:16:51.585524+0000 mgr.smithi067.knbjpz (mgr.14184) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: audit 2023-12-25T21:16:52.169557+0000 mon.smithi067 (mon.0) 570 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: audit 2023-12-25T21:16:52.207791+0000 mon.smithi067 (mon.0) 571 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: audit 2023-12-25T21:16:52.209722+0000 mon.smithi067 (mon.0) 572 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: audit 2023-12-25T21:16:52.211134+0000 mon.smithi067 (mon.0) 573 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:16:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: audit 2023-12-25T21:16:52.218605+0000 mon.smithi067 (mon.0) 574 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:16:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:52 smithi175 bash[29404]: audit 2023-12-25T21:16:52.227698+0000 mon.smithi067 (mon.0) 575 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:16:54.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:54 smithi067 bash[26019]: cluster 2023-12-25T21:16:53.586168+0000 mgr.smithi067.knbjpz (mgr.14184) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:55.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:54 smithi175 bash[29404]: cluster 2023-12-25T21:16:53.586168+0000 mgr.smithi067.knbjpz (mgr.14184) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:56 smithi067 bash[26019]: cluster 2023-12-25T21:16:55.586738+0000 mgr.smithi067.knbjpz (mgr.14184) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:57.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:56 smithi175 bash[29404]: cluster 2023-12-25T21:16:55.586738+0000 mgr.smithi067.knbjpz (mgr.14184) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:57.306 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:16:58.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:16:58 smithi067 bash[26019]: cluster 2023-12-25T21:16:57.587329+0000 mgr.smithi067.knbjpz (mgr.14184) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:16:59.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:16:58 smithi175 bash[29404]: cluster 2023-12-25T21:16:57.587329+0000 mgr.smithi067.knbjpz (mgr.14184) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:00.721 INFO:teuthology.orchestra.run.smithi067.stdout:85899345944 2023-12-25T21:17:00.721 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-25T21:17:00.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:00 smithi067 bash[26019]: cluster 2023-12-25T21:16:59.587935+0000 mgr.smithi067.knbjpz (mgr.14184) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:01.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:00 smithi175 bash[29404]: cluster 2023-12-25T21:16:59.587935+0000 mgr.smithi067.knbjpz (mgr.14184) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:02.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:02 smithi067 bash[26019]: cluster 2023-12-25T21:17:01.588547+0000 mgr.smithi067.knbjpz (mgr.14184) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:03.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:02 smithi175 bash[29404]: cluster 2023-12-25T21:17:01.588547+0000 mgr.smithi067.knbjpz (mgr.14184) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:04.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:04 smithi067 bash[26019]: cluster 2023-12-25T21:17:03.589227+0000 mgr.smithi067.knbjpz (mgr.14184) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:05.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:04 smithi175 bash[29404]: cluster 2023-12-25T21:17:03.589227+0000 mgr.smithi067.knbjpz (mgr.14184) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:05.569 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:06.790 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:06 smithi067 bash[26019]: cluster 2023-12-25T21:17:05.589789+0000 mgr.smithi067.knbjpz (mgr.14184) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:07.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:06 smithi175 bash[29404]: cluster 2023-12-25T21:17:05.589789+0000 mgr.smithi067.knbjpz (mgr.14184) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:08.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:08 smithi067 bash[26019]: cluster 2023-12-25T21:17:07.590456+0000 mgr.smithi067.knbjpz (mgr.14184) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:09.027 INFO:teuthology.orchestra.run.smithi067.stdout:124554051607 2023-12-25T21:17:09.028 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-25T21:17:09.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:08 smithi175 bash[29404]: cluster 2023-12-25T21:17:07.590456+0000 mgr.smithi067.knbjpz (mgr.14184) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:10.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:10 smithi067 bash[26019]: cluster 2023-12-25T21:17:09.591080+0000 mgr.smithi067.knbjpz (mgr.14184) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:11.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:10 smithi175 bash[29404]: cluster 2023-12-25T21:17:09.591080+0000 mgr.smithi067.knbjpz (mgr.14184) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:12.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:12 smithi067 bash[26019]: cluster 2023-12-25T21:17:11.591662+0000 mgr.smithi067.knbjpz (mgr.14184) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:13.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:12 smithi175 bash[29404]: cluster 2023-12-25T21:17:11.591662+0000 mgr.smithi067.knbjpz (mgr.14184) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:13.869 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:14.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:14 smithi067 bash[26019]: cluster 2023-12-25T21:17:13.592297+0000 mgr.smithi067.knbjpz (mgr.14184) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:15.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:14 smithi175 bash[29404]: cluster 2023-12-25T21:17:13.592297+0000 mgr.smithi067.knbjpz (mgr.14184) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:16.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:16 smithi067 bash[26019]: cluster 2023-12-25T21:17:15.592931+0000 mgr.smithi067.knbjpz (mgr.14184) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:17.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:16 smithi175 bash[29404]: cluster 2023-12-25T21:17:15.592931+0000 mgr.smithi067.knbjpz (mgr.14184) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:17.262 INFO:teuthology.orchestra.run.smithi067.stdout:107374182425 2023-12-25T21:17:17.263 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-25T21:17:18.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:18 smithi067 bash[26019]: cluster 2023-12-25T21:17:17.593600+0000 mgr.smithi067.knbjpz (mgr.14184) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:19.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:18 smithi175 bash[29404]: cluster 2023-12-25T21:17:17.593600+0000 mgr.smithi067.knbjpz (mgr.14184) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:20 smithi067 bash[26019]: cluster 2023-12-25T21:17:19.594189+0000 mgr.smithi067.knbjpz (mgr.14184) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:21.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:20 smithi175 bash[29404]: cluster 2023-12-25T21:17:19.594189+0000 mgr.smithi067.knbjpz (mgr.14184) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:22.100 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:22 smithi067 bash[26019]: cluster 2023-12-25T21:17:21.594735+0000 mgr.smithi067.knbjpz (mgr.14184) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:23.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:22 smithi175 bash[29404]: cluster 2023-12-25T21:17:21.594735+0000 mgr.smithi067.knbjpz (mgr.14184) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:24.937 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:24 smithi067 bash[26019]: cluster 2023-12-25T21:17:23.595452+0000 mgr.smithi067.knbjpz (mgr.14184) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:25.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:24 smithi175 bash[29404]: cluster 2023-12-25T21:17:23.595452+0000 mgr.smithi067.knbjpz (mgr.14184) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:25.469 INFO:teuthology.orchestra.run.smithi067.stdout:146028888089 2023-12-25T21:17:25.470 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-25T21:17:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:26 smithi067 bash[26019]: cluster 2023-12-25T21:17:25.595930+0000 mgr.smithi067.knbjpz (mgr.14184) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:27.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:26 smithi175 bash[29404]: cluster 2023-12-25T21:17:25.595930+0000 mgr.smithi067.knbjpz (mgr.14184) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:28.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:28 smithi067 bash[26019]: cluster 2023-12-25T21:17:27.596506+0000 mgr.smithi067.knbjpz (mgr.14184) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:29.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:28 smithi175 bash[29404]: cluster 2023-12-25T21:17:27.596506+0000 mgr.smithi067.knbjpz (mgr.14184) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:30.314 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:30.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:30 smithi067 bash[26019]: cluster 2023-12-25T21:17:29.597102+0000 mgr.smithi067.knbjpz (mgr.14184) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:31.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:30 smithi175 bash[29404]: cluster 2023-12-25T21:17:29.597102+0000 mgr.smithi067.knbjpz (mgr.14184) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:32.922 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:32 smithi067 bash[26019]: cluster 2023-12-25T21:17:31.597669+0000 mgr.smithi067.knbjpz (mgr.14184) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:33.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:32 smithi175 bash[29404]: cluster 2023-12-25T21:17:31.597669+0000 mgr.smithi067.knbjpz (mgr.14184) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:33.813 INFO:teuthology.orchestra.run.smithi067.stdout:124554051612 2023-12-25T21:17:33.813 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-25T21:17:34.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:34 smithi067 bash[26019]: cluster 2023-12-25T21:17:33.598296+0000 mgr.smithi067.knbjpz (mgr.14184) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:35.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:34 smithi175 bash[29404]: cluster 2023-12-25T21:17:33.598296+0000 mgr.smithi067.knbjpz (mgr.14184) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:36.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:36 smithi067 bash[26019]: cluster 2023-12-25T21:17:35.598988+0000 mgr.smithi067.knbjpz (mgr.14184) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:37.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:36 smithi175 bash[29404]: cluster 2023-12-25T21:17:35.598988+0000 mgr.smithi067.knbjpz (mgr.14184) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:38.666 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:38.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:38 smithi067 bash[26019]: cluster 2023-12-25T21:17:37.599711+0000 mgr.smithi067.knbjpz (mgr.14184) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:39.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:38 smithi175 bash[29404]: cluster 2023-12-25T21:17:37.599711+0000 mgr.smithi067.knbjpz (mgr.14184) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:40.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:40 smithi067 bash[26019]: cluster 2023-12-25T21:17:39.600328+0000 mgr.smithi067.knbjpz (mgr.14184) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:41.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:40 smithi175 bash[29404]: cluster 2023-12-25T21:17:39.600328+0000 mgr.smithi067.knbjpz (mgr.14184) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:41.935 INFO:teuthology.orchestra.run.smithi067.stdout:163208757275 2023-12-25T21:17:41.936 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-25T21:17:42.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:42 smithi067 bash[26019]: cluster 2023-12-25T21:17:41.600949+0000 mgr.smithi067.knbjpz (mgr.14184) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:43.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:42 smithi175 bash[29404]: cluster 2023-12-25T21:17:41.600949+0000 mgr.smithi067.knbjpz (mgr.14184) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:44.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:44 smithi067 bash[26019]: cluster 2023-12-25T21:17:43.601595+0000 mgr.smithi067.knbjpz (mgr.14184) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:45.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:44 smithi175 bash[29404]: cluster 2023-12-25T21:17:43.601595+0000 mgr.smithi067.knbjpz (mgr.14184) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:46.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:46 smithi067 bash[26019]: cluster 2023-12-25T21:17:45.602180+0000 mgr.smithi067.knbjpz (mgr.14184) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:47.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:46 smithi175 bash[29404]: cluster 2023-12-25T21:17:45.602180+0000 mgr.smithi067.knbjpz (mgr.14184) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:48.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:48 smithi067 bash[26019]: cluster 2023-12-25T21:17:47.602658+0000 mgr.smithi067.knbjpz (mgr.14184) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:48 smithi175 bash[29404]: cluster 2023-12-25T21:17:47.602658+0000 mgr.smithi067.knbjpz (mgr.14184) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:49.881 INFO:teuthology.orchestra.run.smithi067.stdout:68719476769 2023-12-25T21:17:50.502 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476756 got 68719476769 for osd.0 2023-12-25T21:17:50.502 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-25T21:17:50.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:50 smithi067 bash[26019]: cluster 2023-12-25T21:17:49.603044+0000 mgr.smithi067.knbjpz (mgr.14184) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:50.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:50 smithi067 bash[26019]: audit 2023-12-25T21:17:49.881059+0000 mon.smithi067 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.67:0/1694780003' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T21:17:51.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:50 smithi175 bash[29404]: cluster 2023-12-25T21:17:49.603044+0000 mgr.smithi067.knbjpz (mgr.14184) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:51.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:50 smithi175 bash[29404]: audit 2023-12-25T21:17:49.881059+0000 mon.smithi067 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.67:0/1694780003' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T21:17:52.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:52 smithi067 bash[26019]: cluster 2023-12-25T21:17:51.603638+0000 mgr.smithi067.knbjpz (mgr.14184) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:52.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:52 smithi067 bash[26019]: audit 2023-12-25T21:17:52.238367+0000 mon.smithi067 (mon.0) 577 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:53.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:52 smithi175 bash[29404]: cluster 2023-12-25T21:17:51.603638+0000 mgr.smithi067.knbjpz (mgr.14184) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:52 smithi175 bash[29404]: audit 2023-12-25T21:17:52.238367+0000 mon.smithi067 (mon.0) 577 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:54.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:54 smithi067 bash[26019]: cluster 2023-12-25T21:17:53.604194+0000 mgr.smithi067.knbjpz (mgr.14184) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:55.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:54 smithi175 bash[29404]: cluster 2023-12-25T21:17:53.604194+0000 mgr.smithi067.knbjpz (mgr.14184) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:55.350 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:17:56.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:56 smithi067 bash[26019]: cluster 2023-12-25T21:17:55.604758+0000 mgr.smithi067.knbjpz (mgr.14184) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:57.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:56 smithi175 bash[29404]: cluster 2023-12-25T21:17:55.604758+0000 mgr.smithi067.knbjpz (mgr.14184) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:58.288 INFO:teuthology.orchestra.run.smithi067.stdout:94489280546 2023-12-25T21:17:58.894 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: cluster 2023-12-25T21:17:57.605307+0000 mgr.smithi067.knbjpz (mgr.14184) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:58.894 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:57.619567+0000 mon.smithi067 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:17:58.894 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:58.122527+0000 mon.smithi067 (mon.0) 579 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:17:58.894 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:58.287442+0000 mon.smithi067 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.67:0/2768398584' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:17:58.894 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:58.421875+0000 mon.smithi067 (mon.0) 581 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:58.894 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:58.423739+0000 mon.smithi067 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:17:58.895 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:58.432551+0000 mon.smithi067 (mon.0) 583 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:17:58.895 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:17:58 smithi067 bash[26019]: audit 2023-12-25T21:17:58.439705+0000 mon.smithi067 (mon.0) 584 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:17:58.895 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280533 got 94489280546 for osd.1 2023-12-25T21:17:58.896 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: cluster 2023-12-25T21:17:57.605307+0000 mgr.smithi067.knbjpz (mgr.14184) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:57.619567+0000 mon.smithi067 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:58.122527+0000 mon.smithi067 (mon.0) 579 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:58.287442+0000 mon.smithi067 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.67:0/2768398584' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:58.421875+0000 mon.smithi067 (mon.0) 581 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:58.423739+0000 mon.smithi067 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:58.432551+0000 mon.smithi067 (mon.0) 583 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:17:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:17:58 smithi175 bash[29404]: audit 2023-12-25T21:17:58.439705+0000 mon.smithi067 (mon.0) 584 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:18:00.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:00 smithi067 bash[26019]: cluster 2023-12-25T21:17:59.605911+0000 mgr.smithi067.knbjpz (mgr.14184) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:01.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:00 smithi175 bash[29404]: cluster 2023-12-25T21:17:59.605911+0000 mgr.smithi067.knbjpz (mgr.14184) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:02 smithi067 bash[26019]: cluster 2023-12-25T21:18:01.606500+0000 mgr.smithi067.knbjpz (mgr.14184) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:03.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:02 smithi175 bash[29404]: cluster 2023-12-25T21:18:01.606500+0000 mgr.smithi067.knbjpz (mgr.14184) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:03.741 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:04.929 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:04 smithi067 bash[26019]: cluster 2023-12-25T21:18:03.607129+0000 mgr.smithi067.knbjpz (mgr.14184) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:05.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:04 smithi175 bash[29404]: cluster 2023-12-25T21:18:03.607129+0000 mgr.smithi067.knbjpz (mgr.14184) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:06.756 INFO:teuthology.orchestra.run.smithi067.stdout:85899345957 2023-12-25T21:18:06.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:06 smithi067 bash[26019]: cluster 2023-12-25T21:18:05.607703+0000 mgr.smithi067.knbjpz (mgr.14184) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:07.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:06 smithi175 bash[29404]: cluster 2023-12-25T21:18:05.607703+0000 mgr.smithi067.knbjpz (mgr.14184) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:07.379 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345957 for osd.2 2023-12-25T21:18:07.380 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-25T21:18:07.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:07 smithi067 bash[26019]: audit 2023-12-25T21:18:06.755496+0000 mon.smithi067 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.67:0/1753197853' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:18:08.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:07 smithi175 bash[29404]: audit 2023-12-25T21:18:06.755496+0000 mon.smithi067 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.67:0/1753197853' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:18:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:08 smithi067 bash[26019]: cluster 2023-12-25T21:18:07.608275+0000 mgr.smithi067.knbjpz (mgr.14184) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:09.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:08 smithi175 bash[29404]: cluster 2023-12-25T21:18:07.608275+0000 mgr.smithi067.knbjpz (mgr.14184) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:10.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:10 smithi067 bash[26019]: cluster 2023-12-25T21:18:09.608839+0000 mgr.smithi067.knbjpz (mgr.14184) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:11.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:10 smithi175 bash[29404]: cluster 2023-12-25T21:18:09.608839+0000 mgr.smithi067.knbjpz (mgr.14184) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:12.220 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:12.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:12 smithi067 bash[26019]: cluster 2023-12-25T21:18:11.609425+0000 mgr.smithi067.knbjpz (mgr.14184) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:13.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:12 smithi175 bash[29404]: cluster 2023-12-25T21:18:11.609425+0000 mgr.smithi067.knbjpz (mgr.14184) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:14.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:14 smithi067 bash[26019]: cluster 2023-12-25T21:18:13.610094+0000 mgr.smithi067.knbjpz (mgr.14184) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:15.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:14 smithi175 bash[29404]: cluster 2023-12-25T21:18:13.610094+0000 mgr.smithi067.knbjpz (mgr.14184) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:15.274 INFO:teuthology.orchestra.run.smithi067.stdout:124554051620 2023-12-25T21:18:15.874 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051607 got 124554051620 for osd.3 2023-12-25T21:18:15.874 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-25T21:18:15.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:15 smithi067 bash[26019]: audit 2023-12-25T21:18:15.273423+0000 mon.smithi067 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.67:0/1662583887' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:18:16.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:15 smithi175 bash[29404]: audit 2023-12-25T21:18:15.273423+0000 mon.smithi067 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.67:0/1662583887' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:18:16.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:16 smithi067 bash[26019]: cluster 2023-12-25T21:18:15.610732+0000 mgr.smithi067.knbjpz (mgr.14184) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:17.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:16 smithi175 bash[29404]: cluster 2023-12-25T21:18:15.610732+0000 mgr.smithi067.knbjpz (mgr.14184) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:18 smithi067 bash[26019]: cluster 2023-12-25T21:18:17.611349+0000 mgr.smithi067.knbjpz (mgr.14184) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:18 smithi175 bash[29404]: cluster 2023-12-25T21:18:17.611349+0000 mgr.smithi067.knbjpz (mgr.14184) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:20.724 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:20.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:20 smithi067 bash[26019]: cluster 2023-12-25T21:18:19.611977+0000 mgr.smithi067.knbjpz (mgr.14184) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:21.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:20 smithi175 bash[29404]: cluster 2023-12-25T21:18:19.611977+0000 mgr.smithi067.knbjpz (mgr.14184) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:22.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:22 smithi067 bash[26019]: cluster 2023-12-25T21:18:21.612580+0000 mgr.smithi067.knbjpz (mgr.14184) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:23.034 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:22 smithi175 bash[29404]: cluster 2023-12-25T21:18:21.612580+0000 mgr.smithi067.knbjpz (mgr.14184) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:23.773 INFO:teuthology.orchestra.run.smithi067.stdout:107374182439 2023-12-25T21:18:24.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182425 got 107374182439 for osd.4 2023-12-25T21:18:24.297 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-25T21:18:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:24 smithi067 bash[26019]: cluster 2023-12-25T21:18:23.613097+0000 mgr.smithi067.knbjpz (mgr.14184) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:24 smithi067 bash[26019]: audit 2023-12-25T21:18:23.772902+0000 mon.smithi067 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.67:0/927385952' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:18:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:24 smithi175 bash[29404]: cluster 2023-12-25T21:18:23.613097+0000 mgr.smithi067.knbjpz (mgr.14184) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:24 smithi175 bash[29404]: audit 2023-12-25T21:18:23.772902+0000 mon.smithi067 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.67:0/927385952' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:18:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:26 smithi067 bash[26019]: cluster 2023-12-25T21:18:25.613739+0000 mgr.smithi067.knbjpz (mgr.14184) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:27.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:26 smithi175 bash[29404]: cluster 2023-12-25T21:18:25.613739+0000 mgr.smithi067.knbjpz (mgr.14184) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:28.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:28 smithi067 bash[26019]: cluster 2023-12-25T21:18:27.614416+0000 mgr.smithi067.knbjpz (mgr.14184) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:29.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:28 smithi175 bash[29404]: cluster 2023-12-25T21:18:27.614416+0000 mgr.smithi067.knbjpz (mgr.14184) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:29.138 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:30.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:30 smithi067 bash[26019]: cluster 2023-12-25T21:18:29.615049+0000 mgr.smithi067.knbjpz (mgr.14184) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:31.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:30 smithi175 bash[29404]: cluster 2023-12-25T21:18:29.615049+0000 mgr.smithi067.knbjpz (mgr.14184) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:32.163 INFO:teuthology.orchestra.run.smithi067.stdout:146028888102 2023-12-25T21:18:32.767 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888089 got 146028888102 for osd.5 2023-12-25T21:18:32.768 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-25T21:18:32.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:32 smithi067 bash[26019]: cluster 2023-12-25T21:18:31.615605+0000 mgr.smithi067.knbjpz (mgr.14184) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:32.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:32 smithi067 bash[26019]: audit 2023-12-25T21:18:32.163013+0000 mon.smithi067 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.67:0/553575746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:18:33.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:32 smithi175 bash[29404]: cluster 2023-12-25T21:18:31.615605+0000 mgr.smithi067.knbjpz (mgr.14184) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:33.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:32 smithi175 bash[29404]: audit 2023-12-25T21:18:32.163013+0000 mon.smithi067 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.67:0/553575746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:18:34.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:34 smithi067 bash[26019]: cluster 2023-12-25T21:18:33.616335+0000 mgr.smithi067.knbjpz (mgr.14184) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:35.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:34 smithi175 bash[29404]: cluster 2023-12-25T21:18:33.616335+0000 mgr.smithi067.knbjpz (mgr.14184) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:36.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:36 smithi067 bash[26019]: cluster 2023-12-25T21:18:35.617004+0000 mgr.smithi067.knbjpz (mgr.14184) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:36 smithi175 bash[29404]: cluster 2023-12-25T21:18:35.617004+0000 mgr.smithi067.knbjpz (mgr.14184) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:37.606 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:38.796 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:38 smithi067 bash[26019]: cluster 2023-12-25T21:18:37.617603+0000 mgr.smithi067.knbjpz (mgr.14184) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:38 smithi175 bash[29404]: cluster 2023-12-25T21:18:37.617603+0000 mgr.smithi067.knbjpz (mgr.14184) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:40.639 INFO:teuthology.orchestra.run.smithi067.stdout:124554051625 2023-12-25T21:18:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:40 smithi067 bash[26019]: cluster 2023-12-25T21:18:39.618325+0000 mgr.smithi067.knbjpz (mgr.14184) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:40 smithi067 bash[26019]: audit 2023-12-25T21:18:40.638650+0000 mon.smithi067 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.67:0/569752068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:18:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:40 smithi175 bash[29404]: cluster 2023-12-25T21:18:39.618325+0000 mgr.smithi067.knbjpz (mgr.14184) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:40 smithi175 bash[29404]: audit 2023-12-25T21:18:40.638650+0000 mon.smithi067 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.67:0/569752068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:18:41.267 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051612 got 124554051625 for osd.6 2023-12-25T21:18:41.267 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-25T21:18:42.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:42 smithi067 bash[26019]: cluster 2023-12-25T21:18:41.618975+0000 mgr.smithi067.knbjpz (mgr.14184) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:42 smithi175 bash[29404]: cluster 2023-12-25T21:18:41.618975+0000 mgr.smithi067.knbjpz (mgr.14184) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:44.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:44 smithi067 bash[26019]: cluster 2023-12-25T21:18:43.619601+0000 mgr.smithi067.knbjpz (mgr.14184) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:45.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:44 smithi175 bash[29404]: cluster 2023-12-25T21:18:43.619601+0000 mgr.smithi067.knbjpz (mgr.14184) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:46.118 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:46.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:46 smithi067 bash[26019]: cluster 2023-12-25T21:18:45.620112+0000 mgr.smithi067.knbjpz (mgr.14184) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:47.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:46 smithi175 bash[29404]: cluster 2023-12-25T21:18:45.620112+0000 mgr.smithi067.knbjpz (mgr.14184) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:48.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:48 smithi067 bash[26019]: cluster 2023-12-25T21:18:47.620567+0000 mgr.smithi067.knbjpz (mgr.14184) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:49.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:48 smithi175 bash[29404]: cluster 2023-12-25T21:18:47.620567+0000 mgr.smithi067.knbjpz (mgr.14184) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:49.042 INFO:teuthology.orchestra.run.smithi067.stdout:163208757289 2023-12-25T21:18:49.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757275 got 163208757289 for osd.7 2023-12-25T21:18:49.685 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-25T21:18:49.686 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:18:49.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:49 smithi067 bash[26019]: audit 2023-12-25T21:18:49.041958+0000 mon.smithi067 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.67:0/592043137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:18:50.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:49 smithi175 bash[29404]: audit 2023-12-25T21:18:49.041958+0000 mon.smithi067 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.67:0/592043137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:18:50.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:50 smithi067 bash[26019]: cluster 2023-12-25T21:18:49.620997+0000 mgr.smithi067.knbjpz (mgr.14184) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:51.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:50 smithi175 bash[29404]: cluster 2023-12-25T21:18:49.620997+0000 mgr.smithi067.knbjpz (mgr.14184) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:52.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:52 smithi067 bash[26019]: cluster 2023-12-25T21:18:51.621500+0000 mgr.smithi067.knbjpz (mgr.14184) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:52 smithi175 bash[29404]: cluster 2023-12-25T21:18:51.621500+0000 mgr.smithi067.knbjpz (mgr.14184) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:54.525 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:18:54.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:54 smithi067 bash[26019]: cluster 2023-12-25T21:18:53.622110+0000 mgr.smithi067.knbjpz (mgr.14184) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:55.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:54 smithi175 bash[29404]: cluster 2023-12-25T21:18:53.622110+0000 mgr.smithi067.knbjpz (mgr.14184) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:56.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:56 smithi067 bash[26019]: cluster 2023-12-25T21:18:55.622744+0000 mgr.smithi067.knbjpz (mgr.14184) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:57.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:56 smithi175 bash[29404]: cluster 2023-12-25T21:18:55.622744+0000 mgr.smithi067.knbjpz (mgr.14184) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:57.525 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:18:57.528 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2023-12-25T21:18:58.143 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":184,"stamp":"2023-12-25T21:18:55.622428+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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1241445,"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":"2023-12-25T21:15:39.423435+0000","last_change":"2023-12-25T21:15:39.423435+0000","last_active":"2023-12-25T21:15:39.423435+0000","last_peered":"2023-12-25T21:15:39.423435+0000","last_clean":"2023-12-25T21:15:39.423435+0000","last_became_active":"2023-12-25T21:15:39.422418+0000","last_became_peered":"2023-12-25T21:15:39.422418+0000","last_unstale":"2023-12-25T21:15:39.423435+0000","last_undegraded":"2023-12-25T21:15:39.423435+0000","last_fullsized":"2023-12-25T21:15:39.423435+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":"2023-12-25T21:15:18.608568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:15:18.608568+0000","last_clean_scrub_stamp":"2023-12-25T21:15:18.608568+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":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,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":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.84099999999999997,"15min":0.81499999999999995},"min":{"1min":0.60499999999999998,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.88,"5min":0.93899999999999995,"15min":0.95699999999999996},"min":{"1min":0.66100000000000003,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.2450000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":0.72299999999999998}]},{"osd":1,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.82299999999999995,"15min":0.79700000000000004},"min":{"1min":0.54500000000000004,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":2.5190000000000001,"5min":2.5190000000000001,"15min":2.5190000000000001},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.85199999999999998,"15min":0.85099999999999998},"min":{"1min":0.56699999999999995,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.135,"5min":1.8660000000000001,"15min":1.8660000000000001},"last":0.86799999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.94299999999999995,"15min":0.93899999999999995},"min":{"1min":0.67700000000000005,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.8069999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":0.92900000000000005},{"interface":"front","average":{"1min":1.006,"5min":0.94199999999999995,"15min":0.92800000000000005},"min":{"1min":0.755,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":2.3740000000000001,"5min":2.3740000000000001,"15min":2.3740000000000001},"last":1.034}]},{"osd":3,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.038,"15min":1.032},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.48,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.079,"5min":1.0449999999999999,"15min":1.0229999999999999},"min":{"1min":0.67200000000000004,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.9079999999999999,"5min":1.9079999999999999,"15min":1.9079999999999999},"last":1.0680000000000001}]},{"osd":4,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.115,"15min":1.099},"min":{"1min":0.82899999999999996,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":2.04,"5min":2.04,"15min":2.04},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.161,"5min":1.085,"15min":1.0669999999999999},"min":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":2.4670000000000001,"5min":2.4670000000000001,"15min":2.4670000000000001},"last":1.2609999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.085,"15min":1.0669999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":2.5600000000000001,"5min":2.5600000000000001,"15min":2.5600000000000001},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.147,"15min":1.143},"min":{"1min":0.78600000000000003,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.6519999999999999,"5min":1.9650000000000001,"15min":1.9650000000000001},"last":1.159}]},{"osd":6,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.214,"5min":1.266,"15min":1.2829999999999999},"min":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.5669999999999999,"5min":2.0409999999999999,"15min":2.0409999999999999},"last":1.25},{"interface":"front","average":{"1min":1.3300000000000001,"5min":1.28,"15min":1.254},"min":{"1min":0.98699999999999999,"5min":0.93999999999999995,"15min":0.93999999999999995},"max":{"1min":2.3999999999999999,"5min":2.3999999999999999,"15min":2.3999999999999999},"last":1.3160000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888107,"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":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.89800000000000002,"15min":0.879},"min":{"1min":0.64400000000000002,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.98399999999999999,"15min":0.97199999999999998},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4399999999999999,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.0600000000000001}]},{"osd":1,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.80300000000000005,"15min":0.80200000000000005},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.0740000000000001,"5min":1.319,"15min":1.319},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.83299999999999996,"15min":0.80700000000000005},"min":{"1min":0.629,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.82399999999999995}]},{"osd":2,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.95599999999999996,"15min":0.94799999999999995},"min":{"1min":0.80400000000000005,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":0.66300000000000003},{"interface":"front","average":{"1min":1.0780000000000001,"5min":0.99299999999999999,"15min":0.98299999999999998},"min":{"1min":0.70899999999999996,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.96699999999999997}]},{"osd":3,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1,"15min":1.014},"min":{"1min":0.624,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.391,"5min":1.9430000000000001,"15min":1.9430000000000001},"last":0.70699999999999996},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0029999999999999,"15min":1.01},"min":{"1min":0.754,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.623,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.2569999999999999}]},{"osd":4,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.083,"15min":1.0700000000000001},"min":{"1min":0.86899999999999999,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.4910000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.94399999999999995},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1220000000000001,"15min":1.119},"min":{"1min":0.876,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.4430000000000001,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.137}]},{"osd":6,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.2450000000000001,"5min":1.2250000000000001,"15min":1.2290000000000001},"min":{"1min":0.86399999999999999,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.6040000000000001,"5min":2.1070000000000002,"15min":2.1070000000000002},"last":1.1599999999999999},{"interface":"front","average":{"1min":1.252,"5min":1.236,"15min":1.246},"min":{"1min":0.97499999999999998,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.5389999999999999,"5min":2.2989999999999999,"15min":2.2989999999999999},"last":1.0960000000000001}]},{"osd":7,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.276,"5min":1.228,"15min":1.224},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.2949999999999999,"15min":1.2989999999999999},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.6879999999999999,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.22}]}]},{"osd":2,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":154131,"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":"Mon Dec 25 21:18:19 2023","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.68700000000000006,"15min":0.68500000000000005},"min":{"1min":0.504,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.92300000000000004,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.71899999999999997,"15min":0.72299999999999998},"min":{"1min":0.53600000000000003,"5min":0.316,"15min":0.316},"max":{"1min":1.0629999999999999,"5min":1.105,"15min":1.105},"last":0.71399999999999997}]},{"osd":1,"last update":"Mon Dec 25 21:18:21 2023","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.879,"15min":0.89900000000000002},"min":{"1min":0.62,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.1799999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.90800000000000003,"15min":0.93300000000000005},"min":{"1min":0.69999999999999996,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.1499999999999999,"5min":1.395,"15min":1.395},"last":0.91300000000000003}]},{"osd":3,"last update":"Mon Dec 25 21:18:31 2023","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":0.97799999999999998,"15min":0.97199999999999998},"min":{"1min":0.76800000000000002,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":1.026},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.004,"15min":1},"min":{"1min":0.82399999999999995,"5min":0.748,"15min":0.748},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.135}]},{"osd":4,"last update":"Mon Dec 25 21:18:29 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.90200000000000002,"15min":0.91900000000000004},"min":{"1min":0.58399999999999996,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.1479999999999999,"5min":1.206,"15min":1.206},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.91300000000000003,"15min":0.93799999999999994},"min":{"1min":0.64300000000000002,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.171,"5min":1.385,"15min":1.385},"last":0.93999999999999995}]},{"osd":5,"last update":"Mon Dec 25 21:18:37 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.0389999999999999,"15min":1.079},"min":{"1min":0.76300000000000001,"5min":0.745,"15min":0.745},"max":{"1min":1.4339999999999999,"5min":1.716,"15min":1.716},"last":1.048},{"interface":"front","average":{"1min":1.071,"5min":1.103,"15min":1.125},"min":{"1min":0.77300000000000002,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.3640000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.0069999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:18:31 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.0589999999999999,"15min":1.0760000000000001},"min":{"1min":0.73699999999999999,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.2889999999999999,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0760000000000001,"15min":1.1020000000000001},"min":{"1min":0.77800000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.415,"5min":1.516,"15min":1.516},"last":1.0960000000000001}]},{"osd":7,"last update":"Mon Dec 25 21:18:39 2023","interfaces":[{"interface":"back","average":{"1min":1.2070000000000001,"5min":1.151,"15min":1.137},"min":{"1min":0.97399999999999998,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.5740000000000001,"5min":1.593,"15min":1.593},"last":1.1639999999999999},{"interface":"front","average":{"1min":1.2,"5min":1.194,"15min":1.1910000000000001},"min":{"1min":0.86599999999999999,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.5880000000000001,"5min":1.657,"15min":1.657},"last":1.119}]}]},{"osd":0,"up_from":16,"seq":68719476782,"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":154131,"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":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.92300000000000004,"15min":0.90600000000000003},"min":{"1min":0.72199999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.228,"5min":1.268,"15min":1.268},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.0129999999999999,"5min":0.95199999999999996,"15min":0.93700000000000006},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.0409999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.746,"15min":0.72899999999999998},"min":{"1min":0.54100000000000004,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.153,"5min":1.264,"15min":1.264},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.76900000000000002,"15min":0.73099999999999998},"min":{"1min":0.623,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.1180000000000001,"5min":1.391,"15min":1.391},"last":0.73399999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.84099999999999997,"15min":0.83799999999999997},"min":{"1min":0.59899999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.95399999999999996},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.91100000000000003,"15min":0.90500000000000003},"min":{"1min":0.67100000000000004,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1639999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.90300000000000002}]},{"osd":4,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.84699999999999998,"15min":0.83699999999999997},"min":{"1min":0.55100000000000005,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.012,"5min":1.254,"15min":1.254},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.95699999999999996,"15min":0.96299999999999997},"min":{"1min":0.67900000000000005,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.218,"5min":1.274,"15min":1.274},"last":1.087}]},{"osd":5,"last update":"Mon Dec 25 21:18:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0589999999999999,"5min":1.0069999999999999,"15min":1},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.9630000000000001,"5min":1.9630000000000001,"15min":1.9630000000000001},"last":0.83099999999999996},{"interface":"front","average":{"1min":1.224,"5min":1.1040000000000001,"15min":1.0840000000000001},"min":{"1min":0.85699999999999998,"5min":0.752,"15min":0.752},"max":{"1min":1.748,"5min":1.748,"15min":1.748},"last":1.0089999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":1.0209999999999999,"15min":1.032},"min":{"1min":0.71599999999999997,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.876},{"interface":"front","average":{"1min":1.006,"5min":1.0669999999999999,"15min":1.0640000000000001},"min":{"1min":0.82299999999999995,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.228,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.92400000000000004}]},{"osd":7,"last update":"Mon Dec 25 21:18:41 2023","interfaces":[{"interface":"back","average":{"1min":1.2769999999999999,"5min":1.22,"15min":1.2030000000000001},"min":{"1min":0.98499999999999999,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.8560000000000001,"5min":1.98,"15min":1.98},"last":1.395},{"interface":"front","average":{"1min":1.2549999999999999,"5min":1.2070000000000001,"15min":1.1930000000000001},"min":{"1min":0.95999999999999996,"5min":0.93899999999999995,"15min":0.93899999999999995},"max":{"1min":1.944,"5min":1.944,"15min":1.944},"last":1.1240000000000001}]}]},{"osd":1,"up_from":22,"seq":94489280558,"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":"Mon Dec 25 21:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.83899999999999997,"15min":0.82699999999999996},"min":{"1min":0.70499999999999996,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.85399999999999998,"15min":0.84099999999999997},"min":{"1min":0.68999999999999995,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.70599999999999996}]},{"osd":2,"last update":"Mon Dec 25 21:18:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":0.95099999999999996,"15min":0.93000000000000005},"min":{"1min":0.79400000000000004,"5min":0.623,"15min":0.623},"max":{"1min":1.224,"5min":1.248,"15min":1.248},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0229999999999999,"15min":1.014},"min":{"1min":0.86899999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.032}]},{"osd":3,"last update":"Mon Dec 25 21:18:29 2023","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.85899999999999999,"15min":0.86599999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.1859999999999999,"5min":1.706,"15min":1.706},"last":1.1699999999999999},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.86799999999999999,"15min":0.85399999999999998},"min":{"1min":0.60599999999999998,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.097,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.82999999999999996}]},{"osd":4,"last update":"Mon Dec 25 21:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.95299999999999996,"15min":0.95599999999999996},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.2350000000000001,"5min":1.254,"15min":1.254},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.032,"15min":1.016},"min":{"1min":0.78600000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.323,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":0.98399999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:18:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":1.042,"15min":1.0600000000000001},"min":{"1min":0.53500000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.3600000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.016,"5min":1.083,"15min":1.1040000000000001},"min":{"1min":0.57199999999999995,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.4810000000000001,"5min":1.911,"15min":1.911},"last":1.052}]},{"osd":6,"last update":"Mon Dec 25 21:18:29 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.139,"15min":1.141},"min":{"1min":0.79000000000000004,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.333,"5min":2.028,"15min":2.028},"last":1.2929999999999999},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.1819999999999999,"15min":1.1890000000000001},"min":{"1min":0.85799999999999998,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.4870000000000001,"5min":2.004,"15min":2.004},"last":1.1459999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.1990000000000001,"15min":1.2050000000000001},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.5089999999999999,"5min":1.9430000000000001,"15min":1.9430000000000001},"last":1.45},{"interface":"front","average":{"1min":1.167,"5min":1.202,"15min":1.204},"min":{"1min":0.71699999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.349,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":1.222}]}]},{"osd":4,"up_from":25,"seq":107374182445,"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":"Mon Dec 25 21:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.70199999999999996,"15min":0.70799999999999996},"min":{"1min":0.46999999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.76600000000000001,"15min":0.76400000000000001},"min":{"1min":0.57099999999999995,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.628}]},{"osd":1,"last update":"Mon Dec 25 21:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.93899999999999995,"15min":0.94899999999999995},"min":{"1min":0.78300000000000003,"5min":0.62,"15min":0.62},"max":{"1min":1.26,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.86299999999999999,"15min":0.85599999999999998},"min":{"1min":0.68899999999999995,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.141,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.755}]},{"osd":2,"last update":"Mon Dec 25 21:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.83999999999999997,"15min":0.84099999999999997},"min":{"1min":0.63500000000000001,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.167,"5min":1.597,"15min":1.597},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.998,"5min":0.96899999999999997,"15min":0.97299999999999998},"min":{"1min":0.77200000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.252,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":0.80300000000000005}]},{"osd":3,"last update":"Mon Dec 25 21:18:33 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0569999999999999,"15min":1.0680000000000001},"min":{"1min":0.89400000000000002,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.873},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.98199999999999998,"15min":0.97099999999999997},"min":{"1min":0.79000000000000004,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2549999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":1.1499999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:18:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0369999999999999,"15min":1.0429999999999999},"min":{"1min":0.67400000000000004,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.91900000000000004},{"interface":"front","average":{"1min":1.042,"5min":1.0489999999999999,"15min":1.056},"min":{"1min":0.82799999999999996,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.246,"5min":1.359,"15min":1.359},"last":1.0349999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:18:33 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.0129999999999999,"15min":1.0269999999999999},"min":{"1min":0.69699999999999995,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.79300000000000004},{"interface":"front","average":{"1min":1.115,"5min":1.1299999999999999,"15min":1.1399999999999999},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":0.89800000000000002}]},{"osd":7,"last update":"Mon Dec 25 21:18:41 2023","interfaces":[{"interface":"back","average":{"1min":1.25,"5min":1.2250000000000001,"15min":1.226},"min":{"1min":0.97199999999999998,"5min":0.96699999999999997,"15min":0.96699999999999997},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.2569999999999999,"5min":1.1990000000000001,"15min":1.1970000000000001},"min":{"1min":0.97499999999999998,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.7450000000000001,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":1.0800000000000001}]}]},{"osd":3,"up_from":29,"seq":124554051629,"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,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":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.85299999999999998,"15min":0.84499999999999997},"min":{"1min":0.65800000000000003,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.095,"5min":2.2879999999999998,"15min":2.2879999999999998},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.88600000000000001,"15min":0.90600000000000003},"min":{"1min":0.60099999999999998,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.147,"5min":1.226,"15min":1.226},"last":0.878}]},{"osd":1,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.77100000000000002,"15min":0.77600000000000002},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"min":{"1min":0.61299999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.024,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.61799999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":1.0209999999999999,"15min":1.0269999999999999},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.0229999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.004,"15min":1.012},"min":{"1min":0.747,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.2070000000000001,"5min":1.359,"15min":1.359},"last":0.94899999999999995}]},{"osd":4,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.073,"15min":1.0640000000000001},"min":{"1min":0.89100000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.1890000000000001},{"interface":"front","average":{"1min":1.026,"5min":1.0649999999999999,"15min":1.0669999999999999},"min":{"1min":0.93200000000000005,"5min":0.749,"15min":0.749},"max":{"1min":1.242,"5min":2.379,"15min":2.379},"last":0.97999999999999998}]},{"osd":5,"last update":"Mon Dec 25 21:18:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0620000000000001,"15min":1.0820000000000001},"min":{"1min":0.71999999999999997,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.456,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.206,"15min":1.21},"min":{"1min":0.95199999999999996,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.129}]},{"osd":6,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":1.1499999999999999,"5min":1.1819999999999999,"15min":1.198},"min":{"1min":0.96399999999999997,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.4430000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.004},{"interface":"front","average":{"1min":1.24,"5min":1.2390000000000001,"15min":1.25},"min":{"1min":0.99199999999999999,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":1.2649999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:18:42 2023","interfaces":[{"interface":"back","average":{"1min":1.2290000000000001,"5min":1.234,"15min":1.248},"min":{"1min":0.97399999999999998,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.54,"5min":1.925,"15min":1.925},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.3069999999999999,"5min":1.27,"15min":1.2589999999999999},"min":{"1min":0.88,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.696,"5min":1.696,"15min":1.696},"last":1.228}]}]},{"osd":6,"up_from":29,"seq":124554051629,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.77100000000000002,"15min":0.78400000000000003},"min":{"1min":0.55700000000000005,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.0469999999999999,"5min":1.9610000000000001,"15min":1.9610000000000001},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.80600000000000005,"15min":0.81100000000000005},"min":{"1min":0.61099999999999999,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.0589999999999999,"5min":1.181,"15min":1.181},"last":0.59299999999999997}]},{"osd":1,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.86899999999999999,"15min":0.88500000000000001},"min":{"1min":0.623,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.161,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.98999999999999999,"15min":0.995},"min":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"max":{"1min":1.161,"5min":1.859,"15min":1.859},"last":0.90000000000000002}]},{"osd":2,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.86699999999999999,"15min":0.86299999999999999},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.873,"15min":0.86799999999999999},"min":{"1min":0.68300000000000005,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.198,"5min":1.419,"15min":1.419},"last":0.754}]},{"osd":3,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.92800000000000005,"15min":0.93100000000000005},"min":{"1min":0.751,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.2809999999999999,"5min":1.522,"15min":1.522},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.075,"5min":1.1140000000000001,"15min":1.125},"min":{"1min":0.89400000000000002,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.286,"5min":2.3639999999999999,"15min":2.3639999999999999},"last":0.81799999999999995}]},{"osd":4,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.96399999999999997,"15min":0.95299999999999996},"min":{"1min":0.76200000000000001,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.21,"5min":1.27,"15min":1.27},"last":1.042},{"interface":"front","average":{"1min":0.97999999999999998,"5min":1.008,"15min":1.0029999999999999},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3580000000000001,"5min":1.417,"15min":1.417},"last":1.1699999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:18:38 2023","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.1919999999999999,"15min":1.196},"min":{"1min":0.98099999999999998,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.337,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.079},{"interface":"front","average":{"1min":1.149,"5min":1.1579999999999999,"15min":1.1479999999999999},"min":{"1min":0.84599999999999997,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.633,"5min":1.633,"15min":1.633},"last":1.1220000000000001}]},{"osd":7,"last update":"Mon Dec 25 21:18:42 2023","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.175,"15min":1.161},"min":{"1min":0.92000000000000004,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.732,"5min":1.732,"15min":1.732},"last":1.107},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.2390000000000001,"15min":1.2370000000000001},"min":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"max":{"1min":1.401,"5min":1.575,"15min":1.575},"last":1.1899999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-25T21:18:58.145 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:18:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:58 smithi067 bash[26019]: audit 2023-12-25T21:18:57.521481+0000 mgr.smithi067.knbjpz (mgr.14184) 199 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:58 smithi067 bash[26019]: cluster 2023-12-25T21:18:57.623352+0000 mgr.smithi067.knbjpz (mgr.14184) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:18:58 smithi067 bash[26019]: audit 2023-12-25T21:18:58.448606+0000 mon.smithi067 (mon.0) 591 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:18:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:58 smithi175 bash[29404]: audit 2023-12-25T21:18:57.521481+0000 mgr.smithi067.knbjpz (mgr.14184) 199 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:58 smithi175 bash[29404]: cluster 2023-12-25T21:18:57.623352+0000 mgr.smithi067.knbjpz (mgr.14184) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:18:59.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:18:58 smithi175 bash[29404]: audit 2023-12-25T21:18:58.448606+0000 mon.smithi067 (mon.0) 591 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:19:00.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:00 smithi067 bash[26019]: cluster 2023-12-25T21:18:59.623951+0000 mgr.smithi067.knbjpz (mgr.14184) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:01.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:00 smithi175 bash[29404]: cluster 2023-12-25T21:18:59.623951+0000 mgr.smithi067.knbjpz (mgr.14184) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:02.983 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:19:02.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:02 smithi067 bash[26019]: cluster 2023-12-25T21:19:01.624547+0000 mgr.smithi067.knbjpz (mgr.14184) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:03.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:02 smithi175 bash[29404]: cluster 2023-12-25T21:19:01.624547+0000 mgr.smithi067.knbjpz (mgr.14184) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: cluster 2023-12-25T21:19:03.625118+0000 mgr.smithi067.knbjpz (mgr.14184) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: audit 2023-12-25T21:19:04.257325+0000 mon.smithi067 (mon.0) 592 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: audit 2023-12-25T21:19:04.270005+0000 mon.smithi067 (mon.0) 593 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: audit 2023-12-25T21:19:04.554847+0000 mon.smithi067 (mon.0) 594 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: audit 2023-12-25T21:19:04.556602+0000 mon.smithi067 (mon.0) 595 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: audit 2023-12-25T21:19:04.565126+0000 mon.smithi067 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:04.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:04 smithi067 bash[26019]: audit 2023-12-25T21:19:04.570340+0000 mon.smithi067 (mon.0) 597 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:19:05.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: cluster 2023-12-25T21:19:03.625118+0000 mgr.smithi067.knbjpz (mgr.14184) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:05.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: audit 2023-12-25T21:19:04.257325+0000 mon.smithi067 (mon.0) 592 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:05.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: audit 2023-12-25T21:19:04.270005+0000 mon.smithi067 (mon.0) 593 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:05.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: audit 2023-12-25T21:19:04.554847+0000 mon.smithi067 (mon.0) 594 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:05.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: audit 2023-12-25T21:19:04.556602+0000 mon.smithi067 (mon.0) 595 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:19:05.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: audit 2023-12-25T21:19:04.565126+0000 mon.smithi067 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:05.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:04 smithi175 bash[29404]: audit 2023-12-25T21:19:04.570340+0000 mon.smithi067 (mon.0) 597 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:19:06.101 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:19:06.104 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2023-12-25T21:19:06.750 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2023-12-25T21:19:05.625420+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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1241445,"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":"2023-12-25T21:15:39.423435+0000","last_change":"2023-12-25T21:15:39.423435+0000","last_active":"2023-12-25T21:15:39.423435+0000","last_peered":"2023-12-25T21:15:39.423435+0000","last_clean":"2023-12-25T21:15:39.423435+0000","last_became_active":"2023-12-25T21:15:39.422418+0000","last_became_peered":"2023-12-25T21:15:39.422418+0000","last_unstale":"2023-12-25T21:15:39.423435+0000","last_undegraded":"2023-12-25T21:15:39.423435+0000","last_fullsized":"2023-12-25T21:15:39.423435+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":"2023-12-25T21:15:18.608568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:15:18.608568+0000","last_clean_scrub_stamp":"2023-12-25T21:15:18.608568+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":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,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":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.84099999999999997,"15min":0.81499999999999995},"min":{"1min":0.60499999999999998,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.7170000000000001,"5min":1.7170000000000001,"15min":1.7170000000000001},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.88,"5min":0.93899999999999995,"15min":0.95699999999999996},"min":{"1min":0.66100000000000003,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.2450000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":0.89100000000000001}]},{"osd":1,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.82299999999999995,"15min":0.79700000000000004},"min":{"1min":0.54500000000000004,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":2.5190000000000001,"5min":2.5190000000000001,"15min":2.5190000000000001},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.85199999999999998,"15min":0.85099999999999998},"min":{"1min":0.56699999999999995,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.135,"5min":1.8660000000000001,"15min":1.8660000000000001},"last":1.1699999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.94299999999999995,"15min":0.93899999999999995},"min":{"1min":0.67700000000000005,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.8069999999999999,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":0.84699999999999998},{"interface":"front","average":{"1min":1.006,"5min":0.94199999999999995,"15min":0.92800000000000005},"min":{"1min":0.755,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":2.3740000000000001,"5min":2.3740000000000001,"15min":2.3740000000000001},"last":0.82499999999999996}]},{"osd":3,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.038,"15min":1.032},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.48,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.1180000000000001},{"interface":"front","average":{"1min":1.079,"5min":1.0449999999999999,"15min":1.0229999999999999},"min":{"1min":0.67200000000000004,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.9079999999999999,"5min":1.9079999999999999,"15min":1.9079999999999999},"last":0.56799999999999995}]},{"osd":4,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.115,"15min":1.099},"min":{"1min":0.82899999999999996,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":2.04,"5min":2.04,"15min":2.04},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.161,"5min":1.085,"15min":1.0669999999999999},"min":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":2.4670000000000001,"5min":2.4670000000000001,"15min":2.4670000000000001},"last":0.94799999999999995}]},{"osd":5,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.085,"15min":1.0669999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":2.5600000000000001,"5min":2.5600000000000001,"15min":2.5600000000000001},"last":0.70999999999999996},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.147,"15min":1.143},"min":{"1min":0.78600000000000003,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.6519999999999999,"5min":1.9650000000000001,"15min":1.9650000000000001},"last":1.0089999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.214,"5min":1.266,"15min":1.2829999999999999},"min":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.5669999999999999,"5min":2.0409999999999999,"15min":2.0409999999999999},"last":1.073},{"interface":"front","average":{"1min":1.3300000000000001,"5min":1.28,"15min":1.254},"min":{"1min":0.98699999999999999,"5min":0.93999999999999995,"15min":0.93999999999999995},"max":{"1min":2.3999999999999999,"5min":2.3999999999999999,"15min":2.3999999999999999},"last":1.0569999999999999}]}]},{"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":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.89800000000000002,"15min":0.879},"min":{"1min":0.64400000000000002,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":1.2889999999999999},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.98399999999999999,"15min":0.97199999999999998},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4399999999999999,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.147}]},{"osd":1,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.80300000000000005,"15min":0.80200000000000005},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.0740000000000001,"5min":1.319,"15min":1.319},"last":1.337},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.83299999999999996,"15min":0.80700000000000005},"min":{"1min":0.629,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.98099999999999998}]},{"osd":2,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.95599999999999996,"15min":0.94799999999999995},"min":{"1min":0.80400000000000005,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.0780000000000001,"5min":0.99299999999999999,"15min":0.98299999999999998},"min":{"1min":0.70899999999999996,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.88900000000000001}]},{"osd":3,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1,"15min":1.014},"min":{"1min":0.624,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.391,"5min":1.9430000000000001,"15min":1.9430000000000001},"last":1.0289999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0029999999999999,"15min":1.01},"min":{"1min":0.754,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.623,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.1739999999999999}]},{"osd":4,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.083,"15min":1.0700000000000001},"min":{"1min":0.86899999999999999,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.4910000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1220000000000001,"15min":1.119},"min":{"1min":0.876,"5min":0.84299999999999997,"15min":0.84299999999999997},"max":{"1min":1.4430000000000001,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.5820000000000001}]},{"osd":6,"last update":"Mon Dec 25 21:18:34 2023","interfaces":[{"interface":"back","average":{"1min":1.2450000000000001,"5min":1.2250000000000001,"15min":1.2290000000000001},"min":{"1min":0.86399999999999999,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.6040000000000001,"5min":2.1070000000000002,"15min":2.1070000000000002},"last":1.2390000000000001},{"interface":"front","average":{"1min":1.252,"5min":1.236,"15min":1.246},"min":{"1min":0.97499999999999998,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.5389999999999999,"5min":2.2989999999999999,"15min":2.2989999999999999},"last":1.2609999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.276,"5min":1.228,"15min":1.224},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.407},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.2949999999999999,"15min":1.2989999999999999},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.6879999999999999,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.371}]}]},{"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":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":154131,"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":"Mon Dec 25 21:18:19 2023","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.68700000000000006,"15min":0.68500000000000005},"min":{"1min":0.504,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.92300000000000004,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.71899999999999997,"15min":0.72299999999999998},"min":{"1min":0.53600000000000003,"5min":0.316,"15min":0.316},"max":{"1min":1.0629999999999999,"5min":1.105,"15min":1.105},"last":0.66500000000000004}]},{"osd":1,"last update":"Mon Dec 25 21:18:21 2023","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.879,"15min":0.89900000000000002},"min":{"1min":0.62,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.1799999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.90800000000000003,"15min":0.93300000000000005},"min":{"1min":0.69999999999999996,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.1499999999999999,"5min":1.395,"15min":1.395},"last":0.91100000000000003}]},{"osd":3,"last update":"Mon Dec 25 21:18:31 2023","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":0.97799999999999998,"15min":0.97199999999999998},"min":{"1min":0.76800000000000002,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.004,"15min":1},"min":{"1min":0.82399999999999995,"5min":0.748,"15min":0.748},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0920000000000001}]},{"osd":4,"last update":"Mon Dec 25 21:18:29 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.90200000000000002,"15min":0.91900000000000004},"min":{"1min":0.58399999999999996,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.1479999999999999,"5min":1.206,"15min":1.206},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.91300000000000003,"15min":0.93799999999999994},"min":{"1min":0.64300000000000002,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.171,"5min":1.385,"15min":1.385},"last":0.97799999999999998}]},{"osd":5,"last update":"Mon Dec 25 21:18:37 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":1.0389999999999999,"15min":1.079},"min":{"1min":0.76300000000000001,"5min":0.745,"15min":0.745},"max":{"1min":1.4339999999999999,"5min":1.716,"15min":1.716},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.071,"5min":1.103,"15min":1.125},"min":{"1min":0.77300000000000002,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.3640000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.0469999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:18:31 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.0589999999999999,"15min":1.0760000000000001},"min":{"1min":0.73699999999999999,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.2889999999999999,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0760000000000001,"15min":1.1020000000000001},"min":{"1min":0.77800000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.415,"5min":1.516,"15min":1.516},"last":1.1279999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:18:39 2023","interfaces":[{"interface":"back","average":{"1min":1.2070000000000001,"5min":1.151,"15min":1.137},"min":{"1min":0.97399999999999998,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.5740000000000001,"5min":1.593,"15min":1.593},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.2,"5min":1.194,"15min":1.1910000000000001},"min":{"1min":0.86599999999999999,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.5880000000000001,"5min":1.657,"15min":1.657},"last":1.105}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":154131,"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":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.92300000000000004,"15min":0.90600000000000003},"min":{"1min":0.72199999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.228,"5min":1.268,"15min":1.268},"last":0.92600000000000005},{"interface":"front","average":{"1min":1.0129999999999999,"5min":0.95199999999999996,"15min":0.93700000000000006},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":0.77600000000000002}]},{"osd":2,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.746,"15min":0.72899999999999998},"min":{"1min":0.54100000000000004,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.153,"5min":1.264,"15min":1.264},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.76900000000000002,"15min":0.73099999999999998},"min":{"1min":0.623,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.1180000000000001,"5min":1.391,"15min":1.391},"last":0.73899999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.84099999999999997,"15min":0.83799999999999997},"min":{"1min":0.59899999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.91100000000000003,"15min":0.90500000000000003},"min":{"1min":0.67100000000000004,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1639999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.0349999999999999}]},{"osd":4,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.84699999999999998,"15min":0.83699999999999997},"min":{"1min":0.55100000000000005,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.012,"5min":1.254,"15min":1.254},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.95699999999999996,"15min":0.96299999999999997},"min":{"1min":0.67900000000000005,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.218,"5min":1.274,"15min":1.274},"last":1.1499999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:18:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0589999999999999,"5min":1.0069999999999999,"15min":1},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.9630000000000001,"5min":1.9630000000000001,"15min":1.9630000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.224,"5min":1.1040000000000001,"15min":1.0840000000000001},"min":{"1min":0.85699999999999998,"5min":0.752,"15min":0.752},"max":{"1min":1.748,"5min":1.748,"15min":1.748},"last":1.26}]},{"osd":6,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":1.0209999999999999,"15min":1.032},"min":{"1min":0.71599999999999997,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":1.0600000000000001},{"interface":"front","average":{"1min":1.006,"5min":1.0669999999999999,"15min":1.0640000000000001},"min":{"1min":0.82299999999999995,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.228,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.1180000000000001}]},{"osd":7,"last update":"Mon Dec 25 21:18:41 2023","interfaces":[{"interface":"back","average":{"1min":1.2769999999999999,"5min":1.22,"15min":1.2030000000000001},"min":{"1min":0.98499999999999999,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.8560000000000001,"5min":1.98,"15min":1.98},"last":1.3260000000000001},{"interface":"front","average":{"1min":1.2549999999999999,"5min":1.2070000000000001,"15min":1.1930000000000001},"min":{"1min":0.95999999999999996,"5min":0.93899999999999995,"15min":0.93899999999999995},"max":{"1min":1.944,"5min":1.944,"15min":1.944},"last":1.2390000000000001}]}]},{"osd":1,"up_from":22,"seq":94489280560,"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":"Mon Dec 25 21:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.83899999999999997,"15min":0.82699999999999996},"min":{"1min":0.70499999999999996,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.629},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.85399999999999998,"15min":0.84099999999999997},"min":{"1min":0.68999999999999995,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.1040000000000001}]},{"osd":2,"last update":"Mon Dec 25 21:18:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":0.95099999999999996,"15min":0.93000000000000005},"min":{"1min":0.79400000000000004,"5min":0.623,"15min":0.623},"max":{"1min":1.224,"5min":1.248,"15min":1.248},"last":1.034},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0229999999999999,"15min":1.014},"min":{"1min":0.86899999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.96799999999999997}]},{"osd":3,"last update":"Mon Dec 25 21:18:29 2023","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.85899999999999999,"15min":0.86599999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.1859999999999999,"5min":1.706,"15min":1.706},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.86799999999999999,"15min":0.85399999999999998},"min":{"1min":0.60599999999999998,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.097,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.77200000000000002}]},{"osd":4,"last update":"Mon Dec 25 21:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.95299999999999996,"15min":0.95599999999999996},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.2350000000000001,"5min":1.254,"15min":1.254},"last":0.85599999999999998},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.032,"15min":1.016},"min":{"1min":0.78600000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.323,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":1.153}]},{"osd":5,"last update":"Mon Dec 25 21:18:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":1.042,"15min":1.0600000000000001},"min":{"1min":0.53500000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.3600000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.016,"5min":1.083,"15min":1.1040000000000001},"min":{"1min":0.57199999999999995,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.4810000000000001,"5min":1.911,"15min":1.911},"last":1.23}]},{"osd":6,"last update":"Mon Dec 25 21:18:29 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.139,"15min":1.141},"min":{"1min":0.79000000000000004,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.333,"5min":2.028,"15min":2.028},"last":0.92100000000000004},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.1819999999999999,"15min":1.1890000000000001},"min":{"1min":0.85799999999999998,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.4870000000000001,"5min":2.004,"15min":2.004},"last":1.331}]},{"osd":7,"last update":"Mon Dec 25 21:18:44 2023","interfaces":[{"interface":"back","average":{"1min":1.1399999999999999,"5min":1.1990000000000001,"15min":1.2050000000000001},"min":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.5089999999999999,"5min":1.9430000000000001,"15min":1.9430000000000001},"last":1.2689999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.202,"15min":1.204},"min":{"1min":0.71699999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.349,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":1.3959999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182447,"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":"Mon Dec 25 21:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.70199999999999996,"15min":0.70799999999999996},"min":{"1min":0.46999999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.76600000000000001,"15min":0.76400000000000001},"min":{"1min":0.57099999999999995,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.91300000000000003}]},{"osd":1,"last update":"Mon Dec 25 21:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.93899999999999995,"15min":0.94899999999999995},"min":{"1min":0.78300000000000003,"5min":0.62,"15min":0.62},"max":{"1min":1.26,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.86299999999999999,"15min":0.85599999999999998},"min":{"1min":0.68899999999999995,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.141,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.67200000000000004}]},{"osd":2,"last update":"Mon Dec 25 21:18:26 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.83999999999999997,"15min":0.84099999999999997},"min":{"1min":0.63500000000000001,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.167,"5min":1.597,"15min":1.597},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.998,"5min":0.96899999999999997,"15min":0.97299999999999998},"min":{"1min":0.77200000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.252,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":0.86399999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:18:33 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0569999999999999,"15min":1.0680000000000001},"min":{"1min":0.89400000000000002,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.98199999999999998,"15min":0.97099999999999997},"min":{"1min":0.79000000000000004,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2549999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.96299999999999997}]},{"osd":5,"last update":"Mon Dec 25 21:18:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0369999999999999,"15min":1.0429999999999999},"min":{"1min":0.67400000000000004,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.042,"5min":1.0489999999999999,"15min":1.056},"min":{"1min":0.82799999999999996,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.246,"5min":1.359,"15min":1.359},"last":1.0009999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:18:33 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.0129999999999999,"15min":1.0269999999999999},"min":{"1min":0.69699999999999995,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.88700000000000001},{"interface":"front","average":{"1min":1.115,"5min":1.1299999999999999,"15min":1.1399999999999999},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.425,"5min":1.425,"15min":1.425},"last":0.97999999999999998}]},{"osd":7,"last update":"Mon Dec 25 21:18:41 2023","interfaces":[{"interface":"back","average":{"1min":1.25,"5min":1.2250000000000001,"15min":1.226},"min":{"1min":0.97199999999999998,"5min":0.96699999999999997,"15min":0.96699999999999997},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.2569999999999999,"5min":1.1990000000000001,"15min":1.1970000000000001},"min":{"1min":0.97499999999999998,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.7450000000000001,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":1.014}]}]},{"osd":3,"up_from":29,"seq":124554051631,"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,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":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.85299999999999998,"15min":0.84499999999999997},"min":{"1min":0.65800000000000003,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.095,"5min":2.2879999999999998,"15min":2.2879999999999998},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.88600000000000001,"15min":0.90600000000000003},"min":{"1min":0.60099999999999998,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.147,"5min":1.226,"15min":1.226},"last":0.88300000000000001}]},{"osd":1,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.77100000000000002,"15min":0.77600000000000002},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"min":{"1min":0.61299999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.024,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.502}]},{"osd":2,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":1.0209999999999999,"15min":1.0269999999999999},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.004,"15min":1.012},"min":{"1min":0.747,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.2070000000000001,"5min":1.359,"15min":1.359},"last":0.93999999999999995}]},{"osd":4,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.073,"15min":1.0640000000000001},"min":{"1min":0.89100000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":1.0089999999999999},{"interface":"front","average":{"1min":1.026,"5min":1.0649999999999999,"15min":1.0669999999999999},"min":{"1min":0.93200000000000005,"5min":0.749,"15min":0.749},"max":{"1min":1.242,"5min":2.379,"15min":2.379},"last":0.76000000000000001}]},{"osd":5,"last update":"Mon Dec 25 21:18:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0620000000000001,"15min":1.0820000000000001},"min":{"1min":0.71999999999999997,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.456,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.83699999999999997},{"interface":"front","average":{"1min":1.2290000000000001,"5min":1.206,"15min":1.21},"min":{"1min":0.95199999999999996,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.081}]},{"osd":6,"last update":"Mon Dec 25 21:18:28 2023","interfaces":[{"interface":"back","average":{"1min":1.1499999999999999,"5min":1.1819999999999999,"15min":1.198},"min":{"1min":0.96399999999999997,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.4430000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.76900000000000002},{"interface":"front","average":{"1min":1.24,"5min":1.2390000000000001,"15min":1.25},"min":{"1min":0.99199999999999999,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":0.91100000000000003}]},{"osd":7,"last update":"Mon Dec 25 21:18:42 2023","interfaces":[{"interface":"back","average":{"1min":1.2290000000000001,"5min":1.234,"15min":1.248},"min":{"1min":0.97399999999999998,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.54,"5min":1.925,"15min":1.925},"last":0.60699999999999998},{"interface":"front","average":{"1min":1.3069999999999999,"5min":1.27,"15min":1.2589999999999999},"min":{"1min":0.88,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.696,"5min":1.696,"15min":1.696},"last":0.81000000000000005}]}]},{"osd":6,"up_from":29,"seq":124554051631,"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":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.77100000000000002,"15min":0.78400000000000003},"min":{"1min":0.55700000000000005,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.0469999999999999,"5min":1.9610000000000001,"15min":1.9610000000000001},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.80600000000000005,"15min":0.81100000000000005},"min":{"1min":0.61099999999999999,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.0589999999999999,"5min":1.181,"15min":1.181},"last":0.66900000000000004}]},{"osd":1,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.86899999999999999,"15min":0.88500000000000001},"min":{"1min":0.623,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.161,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.98999999999999999,"15min":0.995},"min":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"max":{"1min":1.161,"5min":1.859,"15min":1.859},"last":0.80200000000000005}]},{"osd":2,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.86699999999999999,"15min":0.86299999999999999},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.873,"15min":0.86799999999999999},"min":{"1min":0.68300000000000005,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.198,"5min":1.419,"15min":1.419},"last":0.90800000000000003}]},{"osd":3,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.92800000000000005,"15min":0.93100000000000005},"min":{"1min":0.751,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.2809999999999999,"5min":1.522,"15min":1.522},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.075,"5min":1.1140000000000001,"15min":1.125},"min":{"1min":0.89400000000000002,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.286,"5min":2.3639999999999999,"15min":2.3639999999999999},"last":0.85099999999999998}]},{"osd":4,"last update":"Mon Dec 25 21:18:27 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.96399999999999997,"15min":0.95299999999999996},"min":{"1min":0.76200000000000001,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.21,"5min":1.27,"15min":1.27},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.97999999999999998,"5min":1.008,"15min":1.0029999999999999},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3580000000000001,"5min":1.417,"15min":1.417},"last":0.88700000000000001}]},{"osd":5,"last update":"Mon Dec 25 21:18:38 2023","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.1919999999999999,"15min":1.196},"min":{"1min":0.98099999999999998,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.337,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.276},{"interface":"front","average":{"1min":1.149,"5min":1.1579999999999999,"15min":1.1479999999999999},"min":{"1min":0.84599999999999997,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.633,"5min":1.633,"15min":1.633},"last":1.161}]},{"osd":7,"last update":"Mon Dec 25 21:18:42 2023","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.175,"15min":1.161},"min":{"1min":0.92000000000000004,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.732,"5min":1.732,"15min":1.732},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.2390000000000001,"15min":1.2370000000000001},"min":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"max":{"1min":1.401,"5min":1.575,"15min":1.575},"last":1.177}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-25T21:19:06.751 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-25T21:19:06.751 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-25T21:19:06.751 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-25T21:19:06.751 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-25T21:19:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:06 smithi067 bash[26019]: cluster 2023-12-25T21:19:05.625685+0000 mgr.smithi067.knbjpz (mgr.14184) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:07.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:06 smithi175 bash[29404]: cluster 2023-12-25T21:19:05.625685+0000 mgr.smithi067.knbjpz (mgr.14184) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:07.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:07 smithi067 bash[26019]: audit 2023-12-25T21:19:06.092905+0000 mgr.smithi067.knbjpz (mgr.14184) 205 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:08.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:07 smithi175 bash[29404]: audit 2023-12-25T21:19:06.092905+0000 mgr.smithi067.knbjpz (mgr.14184) 205 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:08.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:08 smithi067 bash[26019]: cluster 2023-12-25T21:19:07.626265+0000 mgr.smithi067.knbjpz (mgr.14184) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:09.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:08 smithi175 bash[29404]: cluster 2023-12-25T21:19:07.626265+0000 mgr.smithi067.knbjpz (mgr.14184) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:10.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:10 smithi067 bash[26019]: cluster 2023-12-25T21:19:09.626742+0000 mgr.smithi067.knbjpz (mgr.14184) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:11.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:10 smithi175 bash[29404]: cluster 2023-12-25T21:19:09.626742+0000 mgr.smithi067.knbjpz (mgr.14184) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:11.605 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/mon.smithi067/config 2023-12-25T21:19:12.796 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:12 smithi067 bash[26019]: cluster 2023-12-25T21:19:11.627221+0000 mgr.smithi067.knbjpz (mgr.14184) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:13.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:12 smithi175 bash[29404]: cluster 2023-12-25T21:19:11.627221+0000 mgr.smithi067.knbjpz (mgr.14184) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:14.524 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:19:14.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:14 smithi067 bash[26019]: cluster 2023-12-25T21:19:13.627713+0000 mgr.smithi067.knbjpz (mgr.14184) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:14.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:14 smithi067 bash[26019]: audit 2023-12-25T21:19:14.523759+0000 mon.smithi067 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.67:0/1834892766' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:19:15.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:14 smithi175 bash[29404]: cluster 2023-12-25T21:19:13.627713+0000 mgr.smithi067.knbjpz (mgr.14184) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:15.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:14 smithi175 bash[29404]: audit 2023-12-25T21:19:14.523759+0000 mon.smithi067 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.67:0/1834892766' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:19:15.127 INFO:teuthology.orchestra.run.smithi067.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-25T21:19:15.128 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-25T21:19:15.128 INFO:tasks.cephadm:Setup complete, yielding 2023-12-25T21:19:15.128 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:19:15.139 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:19:15.139 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-25T21:19:16.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:16 smithi067 bash[26019]: cluster 2023-12-25T21:19:15.628257+0000 mgr.smithi067.knbjpz (mgr.14184) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:17.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:16 smithi175 bash[29404]: cluster 2023-12-25T21:19:15.628257+0000 mgr.smithi067.knbjpz (mgr.14184) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:18.284 INFO:teuthology.orchestra.run.smithi067.stdout:Backend: cephadm 2023-12-25T21:19:18.285 INFO:teuthology.orchestra.run.smithi067.stdout:Available: Yes 2023-12-25T21:19:18.285 INFO:teuthology.orchestra.run.smithi067.stdout:Paused: No 2023-12-25T21:19:18.916 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-25T21:19:18.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:18 smithi067 bash[26019]: cluster 2023-12-25T21:19:17.628879+0000 mgr.smithi067.knbjpz (mgr.14184) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:19.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:18 smithi175 bash[29404]: cluster 2023-12-25T21:19:17.628879+0000 mgr.smithi067.knbjpz (mgr.14184) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:19.980 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:19 smithi067 bash[26019]: audit 2023-12-25T21:19:18.283518+0000 mgr.smithi067.knbjpz (mgr.14184) 212 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:20.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:19 smithi175 bash[29404]: audit 2023-12-25T21:19:18.283518+0000 mgr.smithi067.knbjpz (mgr.14184) 212 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:20.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:20 smithi067 bash[26019]: cluster 2023-12-25T21:19:19.629343+0000 mgr.smithi067.knbjpz (mgr.14184) 213 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:21.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:20 smithi175 bash[29404]: cluster 2023-12-25T21:19:19.629343+0000 mgr.smithi067.knbjpz (mgr.14184) 213 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 *:9093,9094 running (3m) 17s ago 6m 14.5M - 0.23.0 ba2b418f427c 102de1cb8c59 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (6m) 17s ago 6m 7564k - 16.2.14-385-gb14a0a10 49d1f3e5e58d ce9a3171e40b 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi175 smithi175 running (5m) 17s ago 5m 8939k - 16.2.14-385-gb14a0a10 49d1f3e5e58d df246d09ac7f 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 *:3000 running (3m) 17s ago 5m 42.9M - 8.3.5 dad864ee21e9 8d741e0e143b 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.knbjpz smithi067 *:9283 running (7m) 17s ago 7m 429M - 16.2.14-385-gb14a0a10 49d1f3e5e58d f61f0b818704 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi175.bwsesn smithi175 *:8443,9283 running (5m) 17s ago 5m 378M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 271e51a6313e 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (7m) 17s ago 7m 61.5M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d 9eb9e4d36117 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi175 smithi175 running (5m) 17s ago 5m 57.7M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d d775373ae297 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 *:9100 running (5m) 17s ago 5m 11.3M - 1.3.1 1dbe0e931976 20ef66bfdf66 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi175 smithi175 *:9100 running (5m) 17s ago 5m 14.0M - 1.3.1 1dbe0e931976 37f9adc412f8 2023-12-25T21:19:22.038 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi175 running (4m) 17s ago 4m 35.0M 3785M 16.2.14-385-gb14a0a10 49d1f3e5e58d 52b852f2f556 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (4m) 17s ago 4m 34.6M 3529M 16.2.14-385-gb14a0a10 49d1f3e5e58d d3e02533a57d 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi175 running (4m) 17s ago 4m 34.8M 3785M 16.2.14-385-gb14a0a10 49d1f3e5e58d 84353f4962ab 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (4m) 17s ago 4m 35.0M 3529M 16.2.14-385-gb14a0a10 49d1f3e5e58d 11e139303b4e 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi175 running (4m) 17s ago 4m 34.6M 3785M 16.2.14-385-gb14a0a10 49d1f3e5e58d fc30315a1e3e 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi067 running (3m) 17s ago 4m 34.1M 3529M 16.2.14-385-gb14a0a10 49d1f3e5e58d eedfafcad7eb 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi175 running (4m) 17s ago 4m 34.7M 3785M 16.2.14-385-gb14a0a10 49d1f3e5e58d e547420addfd 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi067 running (3m) 17s ago 3m 37.3M 3529M 16.2.14-385-gb14a0a10 49d1f3e5e58d c87ddc38d44e 2023-12-25T21:19:22.039 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi175 smithi175 *:9095 running (5m) 17s ago 5m 53.8M - 2.33.4 514e6a882f6e 0b477bf8dc5a 2023-12-25T21:19:22.623 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-25T21:19:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:22 smithi067 bash[26019]: cluster 2023-12-25T21:19:21.629935+0000 mgr.smithi067.knbjpz (mgr.14184) 214 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:22 smithi175 bash[29404]: cluster 2023-12-25T21:19:21.629935+0000 mgr.smithi067.knbjpz (mgr.14184) 214 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:23.898 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:23 smithi067 bash[26019]: audit 2023-12-25T21:19:22.013951+0000 mgr.smithi067.knbjpz (mgr.14184) 215 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:24.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:23 smithi175 bash[29404]: audit 2023-12-25T21:19:22.013951+0000 mgr.smithi067.knbjpz (mgr.14184) 215 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:24.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:24 smithi067 bash[26019]: cluster 2023-12-25T21:19:23.630612+0000 mgr.smithi067.knbjpz (mgr.14184) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:25.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:24 smithi175 bash[29404]: cluster 2023-12-25T21:19:23.630612+0000 mgr.smithi067.knbjpz (mgr.14184) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:25.727 INFO:teuthology.orchestra.run.smithi067.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-25T21:19:25.727 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager ?:9093,9094 1/1 21s ago 6m count:1 2023-12-25T21:19:25.727 INFO:teuthology.orchestra.run.smithi067.stdout:crash 2/2 21s ago 6m * 2023-12-25T21:19:25.727 INFO:teuthology.orchestra.run.smithi067.stdout:grafana ?:3000 1/1 21s ago 6m count:1 2023-12-25T21:19:25.727 INFO:teuthology.orchestra.run.smithi067.stdout:mgr 2/2 21s ago 7m count:2 2023-12-25T21:19:25.727 INFO:teuthology.orchestra.run.smithi067.stdout:mon 2/2 21s ago 5m smithi067:172.21.15.67=smithi067;smithi175:172.21.15.175=smithi175;count:2 2023-12-25T21:19:25.728 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter ?:9100 2/2 21s ago 6m * 2023-12-25T21:19:25.728 INFO:teuthology.orchestra.run.smithi067.stdout:osd.all-available-devices 8 21s ago 5m * 2023-12-25T21:19:25.728 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus ?:9095 1/1 21s ago 6m count:1 2023-12-25T21:19:26.332 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-25T21:19:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:26 smithi067 bash[26019]: cluster 2023-12-25T21:19:25.631203+0000 mgr.smithi067.knbjpz (mgr.14184) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:26.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:26 smithi067 bash[26019]: audit 2023-12-25T21:19:25.719075+0000 mgr.smithi067.knbjpz (mgr.14184) 218 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:27.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:26 smithi175 bash[29404]: cluster 2023-12-25T21:19:25.631203+0000 mgr.smithi067.knbjpz (mgr.14184) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:27.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:26 smithi175 bash[29404]: audit 2023-12-25T21:19:25.719075+0000 mgr.smithi067.knbjpz (mgr.14184) 218 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:28 smithi067 bash[26019]: cluster 2023-12-25T21:19:27.631826+0000 mgr.smithi067.knbjpz (mgr.14184) 219 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:29.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:28 smithi175 bash[29404]: cluster 2023-12-25T21:19:27.631826+0000 mgr.smithi067.knbjpz (mgr.14184) 219 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:29.468 INFO:teuthology.orchestra.run.smithi067.stdout:HOST ADDR LABELS STATUS 2023-12-25T21:19:29.469 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 172.21.15.67 2023-12-25T21:19:29.469 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 172.21.15.175 2023-12-25T21:19:29.469 INFO:teuthology.orchestra.run.smithi067.stdout:2 hosts in cluster 2023-12-25T21:19:30.154 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-25T21:19:30.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:30 smithi067 bash[26019]: audit 2023-12-25T21:19:29.466457+0000 mgr.smithi067.knbjpz (mgr.14184) 220 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:30.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:30 smithi067 bash[26019]: cluster 2023-12-25T21:19:29.632493+0000 mgr.smithi067.knbjpz (mgr.14184) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:31.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:30 smithi175 bash[29404]: audit 2023-12-25T21:19:29.466457+0000 mgr.smithi067.knbjpz (mgr.14184) 220 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:31.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:30 smithi175 bash[29404]: cluster 2023-12-25T21:19:29.632493+0000 mgr.smithi067.knbjpz (mgr.14184) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:32.923 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:32 smithi067 bash[26019]: cluster 2023-12-25T21:19:31.633075+0000 mgr.smithi067.knbjpz (mgr.14184) 222 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:33.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:32 smithi175 bash[29404]: cluster 2023-12-25T21:19:31.633075+0000 mgr.smithi067.knbjpz (mgr.14184) 222 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd _CVFT53440042400BGN 372G 3m ago LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd _de547af6c0355d7d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd _00e453fc2e772875 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd _420438e6b48e297d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd _8bb0263f6516e40c 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme0n1 ssd _CVFT623300M0400BGN 372G 3m ago LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme1n1 ssd _e98e351b419acb80 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme2n1 ssd _bb43aba58b5f5e81 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme3n1 ssd _a6cee42bace1286d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:33.374 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme4n1 ssd _2e4119e4d9ea2c9f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:34.027 INFO:teuthology.run_tasks:Running task vip... 2023-12-25T21:19:34.039 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-25T21:19:34.039 INFO:tasks.vip:peername 172.21.15.67 2023-12-25T21:19:34.042 INFO:tasks.vip:172.21.15.67 in 172.21.0.0/20, pos 3906 2023-12-25T21:19:34.046 INFO:tasks.vip:smithi067.front.sepia.ceph.com static 10.0.15.67, vnet 10.0.0.0/16 2023-12-25T21:19:34.046 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-25T21:19:34.047 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip route ls 2023-12-25T21:19:34.061 INFO:teuthology.orchestra.run.smithi067.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-25T21:19:34.062 INFO:teuthology.orchestra.run.smithi067.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2023-12-25T21:19:34.062 INFO:teuthology.orchestra.run.smithi067.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-25T21:19:34.062 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 2023-12-25T21:19:34.062 INFO:teuthology.orchestra.run.smithi067.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2023-12-25T21:19:34.063 INFO:tasks.vip:Configuring 10.0.15.67 on smithi067.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:19:34.063 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr add 10.0.15.67/16 dev enp3s0f1 2023-12-25T21:19:34.121 INFO:tasks.vip:peername 172.21.15.175 2023-12-25T21:19:34.124 INFO:tasks.vip:172.21.15.175 in 172.21.0.0/20, pos 4014 2023-12-25T21:19:34.128 INFO:tasks.vip:smithi175.front.sepia.ceph.com static 10.0.15.175, vnet 10.0.0.0/16 2023-12-25T21:19:34.129 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip route ls 2023-12-25T21:19:34.141 INFO:teuthology.orchestra.run.smithi175.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-25T21:19:34.142 INFO:teuthology.orchestra.run.smithi175.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.175 metric 100 2023-12-25T21:19:34.142 INFO:teuthology.orchestra.run.smithi175.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-25T21:19:34.142 INFO:teuthology.orchestra.run.smithi175.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.175 2023-12-25T21:19:34.142 INFO:teuthology.orchestra.run.smithi175.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.175 metric 100 2023-12-25T21:19:34.143 INFO:tasks.vip:Configuring 10.0.15.175 on smithi175.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:19:34.143 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip addr add 10.0.15.175/16 dev enp3s0f1 2023-12-25T21:19:34.200 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:19:34.210 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:19:34.211 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-25T21:19:34.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:34 smithi067 bash[26019]: audit 2023-12-25T21:19:33.365553+0000 mgr.smithi067.knbjpz (mgr.14184) 223 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:34.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:34 smithi067 bash[26019]: cluster 2023-12-25T21:19:33.633691+0000 mgr.smithi067.knbjpz (mgr.14184) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:35.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:34 smithi175 bash[29404]: audit 2023-12-25T21:19:33.365553+0000 mgr.smithi067.knbjpz (mgr.14184) 223 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:35.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:34 smithi175 bash[29404]: cluster 2023-12-25T21:19:33.633691+0000 mgr.smithi067.knbjpz (mgr.14184) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:36.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:36 smithi067 bash[26019]: cluster 2023-12-25T21:19:35.634334+0000 mgr.smithi067.knbjpz (mgr.14184) 225 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:37.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:36 smithi175 bash[29404]: cluster 2023-12-25T21:19:35.634334+0000 mgr.smithi067.knbjpz (mgr.14184) 225 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:37.499 INFO:teuthology.orchestra.run.smithi067.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:19:37.499 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd _CVFT53440042400BGN 372G 3m ago LVM detected, locked 2023-12-25T21:19:37.499 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme1n1 ssd _de547af6c0355d7d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.499 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme2n1 ssd _00e453fc2e772875 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.499 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme3n1 ssd _420438e6b48e297d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.500 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme4n1 ssd _8bb0263f6516e40c 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.500 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme0n1 ssd _CVFT623300M0400BGN 372G 3m ago LVM detected, locked 2023-12-25T21:19:37.500 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme1n1 ssd _e98e351b419acb80 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.500 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme2n1 ssd _bb43aba58b5f5e81 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.500 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme3n1 ssd _a6cee42bace1286d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.500 INFO:teuthology.orchestra.run.smithi067.stdout:smithi175 /dev/nvme4n1 ssd _2e4119e4d9ea2c9f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:19:37.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:37 smithi067 bash[26019]: audit 2023-12-25T21:19:37.526033+0000 mon.smithi067 (mon.0) 599 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:19:38.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:37 smithi175 bash[29404]: audit 2023-12-25T21:19:37.526033+0000 mon.smithi067 (mon.0) 599 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:19:38.078 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:19:38.088 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:19:38.088 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:19:38.105 INFO:teuthology.orchestra.run.smithi067.stderr:+ systemctl stop nfs-server 2023-12-25T21:19:38.126 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi175.front.sepia.ceph.com 2023-12-25T21:19:38.126 DEBUG:teuthology.orchestra.run.smithi175:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:19:38.141 INFO:teuthology.orchestra.run.smithi175.stderr:+ systemctl stop nfs-server 2023-12-25T21:19:38.166 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:19:38.175 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:19:38.175 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-12-25T21:19:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:38 smithi067 bash[26019]: audit 2023-12-25T21:19:37.489868+0000 mgr.smithi067.knbjpz (mgr.14184) 226 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:38.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:38 smithi067 bash[26019]: cluster 2023-12-25T21:19:37.634905+0000 mgr.smithi067.knbjpz (mgr.14184) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:38 smithi175 bash[29404]: audit 2023-12-25T21:19:37.489868+0000 mgr.smithi067.knbjpz (mgr.14184) 226 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:39.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:38 smithi175 bash[29404]: cluster 2023-12-25T21:19:37.634905+0000 mgr.smithi067.knbjpz (mgr.14184) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:40.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:40 smithi067 bash[26019]: cluster 2023-12-25T21:19:39.635567+0000 mgr.smithi067.knbjpz (mgr.14184) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:41.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:40 smithi175 bash[29404]: cluster 2023-12-25T21:19:39.635567+0000 mgr.smithi067.knbjpz (mgr.14184) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:41.631 INFO:teuthology.orchestra.run.smithi067.stdout:Scheduled rgw.foorgw update... 2023-12-25T21:19:42.287 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.67/16' 2023-12-25T21:19:42.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:42 smithi067 bash[26019]: audit 2023-12-25T21:19:41.617199+0000 mgr.smithi067.knbjpz (mgr.14184) 229 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:42.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:42 smithi067 bash[26019]: cephadm 2023-12-25T21:19:41.618697+0000 mgr.smithi067.knbjpz (mgr.14184) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:19:42.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:42 smithi067 bash[26019]: audit 2023-12-25T21:19:41.629991+0000 mon.smithi067 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:42.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:42 smithi067 bash[26019]: cluster 2023-12-25T21:19:41.635964+0000 mgr.smithi067.knbjpz (mgr.14184) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:42 smithi175 bash[29404]: audit 2023-12-25T21:19:41.617199+0000 mgr.smithi067.knbjpz (mgr.14184) 229 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:42 smithi175 bash[29404]: cephadm 2023-12-25T21:19:41.618697+0000 mgr.smithi067.knbjpz (mgr.14184) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:19:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:42 smithi175 bash[29404]: audit 2023-12-25T21:19:41.629991+0000 mon.smithi067 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:43.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:42 smithi175 bash[29404]: cluster 2023-12-25T21:19:41.635964+0000 mgr.smithi067.knbjpz (mgr.14184) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:44.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:44 smithi175 bash[29404]: audit 2023-12-25T21:19:43.377677+0000 mon.smithi067 (mon.0) 601 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:44 smithi175 bash[29404]: cluster 2023-12-25T21:19:43.636469+0000 mgr.smithi067.knbjpz (mgr.14184) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:44 smithi175 bash[29404]: audit 2023-12-25T21:19:44.127593+0000 mon.smithi067 (mon.0) 602 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:44.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:44 smithi067 bash[26019]: audit 2023-12-25T21:19:43.377677+0000 mon.smithi067 (mon.0) 601 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:44.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:44 smithi067 bash[26019]: cluster 2023-12-25T21:19:43.636469+0000 mgr.smithi067.knbjpz (mgr.14184) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:44.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:44 smithi067 bash[26019]: audit 2023-12-25T21:19:44.127593+0000 mon.smithi067 (mon.0) 602 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:46.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:46 smithi067 bash[26019]: cluster 2023-12-25T21:19:45.637071+0000 mgr.smithi067.knbjpz (mgr.14184) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:46.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:46 smithi067 bash[26019]: audit 2023-12-25T21:19:45.650711+0000 mgr.smithi067.knbjpz (mgr.14184) 234 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.67/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:46.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:46 smithi067 bash[26019]: audit 2023-12-25T21:19:45.652195+0000 mon.smithi067 (mon.0) 603 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:19:46.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:46 smithi175 bash[29404]: cluster 2023-12-25T21:19:45.637071+0000 mgr.smithi067.knbjpz (mgr.14184) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:46 smithi175 bash[29404]: audit 2023-12-25T21:19:45.650711+0000 mgr.smithi067.knbjpz (mgr.14184) 234 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.67/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:19:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:46 smithi175 bash[29404]: audit 2023-12-25T21:19:45.652195+0000 mon.smithi067 (mon.0) 603 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:19:47.232 INFO:teuthology.orchestra.run.smithi067.stdout:NFS Cluster Created Successfully 2023-12-25T21:19:47.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:47 smithi067 bash[26019]: audit 2023-12-25T21:19:46.165511+0000 mon.smithi067 (mon.0) 604 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:19:47.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:47 smithi067 bash[26019]: cluster 2023-12-25T21:19:46.165626+0000 mon.smithi067 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-25T21:19:47.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:47 smithi067 bash[26019]: audit 2023-12-25T21:19:46.169700+0000 mon.smithi067 (mon.0) 606 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:19:47.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:47 smithi067 bash[26019]: audit 2023-12-25T21:19:47.170118+0000 mon.smithi067 (mon.0) 607 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:19:47.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:47 smithi067 bash[26019]: cluster 2023-12-25T21:19:47.170350+0000 mon.smithi067 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-25T21:19:47.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:47 smithi175 bash[29404]: audit 2023-12-25T21:19:46.165511+0000 mon.smithi067 (mon.0) 604 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:19:47.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:47 smithi175 bash[29404]: cluster 2023-12-25T21:19:46.165626+0000 mon.smithi067 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-25T21:19:47.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:47 smithi175 bash[29404]: audit 2023-12-25T21:19:46.169700+0000 mon.smithi067 (mon.0) 606 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:19:47.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:47 smithi175 bash[29404]: audit 2023-12-25T21:19:47.170118+0000 mon.smithi067 (mon.0) 607 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:19:47.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:47 smithi175 bash[29404]: cluster 2023-12-25T21:19:47.170350+0000 mon.smithi067 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-25T21:19:47.884 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:19:47.901 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:19:47.901 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-12-25T21:19:47.916 INFO:teuthology.orchestra.run.smithi067.stderr:+ dnf install -y python3-boto3 2023-12-25T21:19:47.916 INFO:teuthology.orchestra.run.smithi067.stderr:bash: dnf: command not found 2023-12-25T21:19:47.916 INFO:teuthology.orchestra.run.smithi067.stderr:+ apt install -y python3-boto3 2023-12-25T21:19:47.921 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:19:47.921 INFO:teuthology.orchestra.run.smithi067.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-12-25T21:19:47.921 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:19:47.994 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2023-12-25T21:19:48.306 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2023-12-25T21:19:48.306 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2023-12-25T21:19:48.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:48 smithi067 bash[26019]: cephadm 2023-12-25T21:19:47.220264+0000 mgr.smithi067.knbjpz (mgr.14184) 235 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-25T21:19:48.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:48 smithi067 bash[26019]: audit 2023-12-25T21:19:47.224968+0000 mon.smithi067 (mon.0) 609 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:48.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:48 smithi067 bash[26019]: cephadm 2023-12-25T21:19:47.226643+0000 mgr.smithi067.knbjpz (mgr.14184) 236 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:19:48.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:48 smithi067 bash[26019]: audit 2023-12-25T21:19:47.231311+0000 mon.smithi067 (mon.0) 610 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:48.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:48 smithi067 bash[26019]: cluster 2023-12-25T21:19:47.637770+0000 mgr.smithi067.knbjpz (mgr.14184) 237 : cluster [DBG] pgmap v212: 33 pgs: 16 creating+peering, 16 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:48.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:48 smithi067 bash[26019]: cluster 2023-12-25T21:19:48.171693+0000 mon.smithi067 (mon.0) 611 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T21:19:48.531 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages were automatically installed and are no longer required: 2023-12-25T21:19:48.531 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-25T21:19:48.531 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-25T21:19:48.531 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-25T21:19:48.531 INFO:teuthology.orchestra.run.smithi067.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-25T21:19:48.532 INFO:teuthology.orchestra.run.smithi067.stdout:The following additional packages will be installed: 2023-12-25T21:19:48.533 INFO:teuthology.orchestra.run.smithi067.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-12-25T21:19:48.533 INFO:teuthology.orchestra.run.smithi067.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-12-25T21:19:48.533 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-12-25T21:19:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:48 smithi175 bash[29404]: cephadm 2023-12-25T21:19:47.220264+0000 mgr.smithi067.knbjpz (mgr.14184) 235 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-25T21:19:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:48 smithi175 bash[29404]: audit 2023-12-25T21:19:47.224968+0000 mon.smithi067 (mon.0) 609 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:48 smithi175 bash[29404]: cephadm 2023-12-25T21:19:47.226643+0000 mgr.smithi067.knbjpz (mgr.14184) 236 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:19:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:48 smithi175 bash[29404]: audit 2023-12-25T21:19:47.231311+0000 mon.smithi067 (mon.0) 610 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:48 smithi175 bash[29404]: cluster 2023-12-25T21:19:47.637770+0000 mgr.smithi067.knbjpz (mgr.14184) 237 : cluster [DBG] pgmap v212: 33 pgs: 16 creating+peering, 16 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:48.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:48 smithi175 bash[29404]: cluster 2023-12-25T21:19:48.171693+0000 mon.smithi067 (mon.0) 611 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T21:19:48.536 INFO:teuthology.orchestra.run.smithi067.stdout:Suggested packages: 2023-12-25T21:19:48.536 INFO:teuthology.orchestra.run.smithi067.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-12-25T21:19:48.536 INFO:teuthology.orchestra.run.smithi067.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-12-25T21:19:48.536 INFO:teuthology.orchestra.run.smithi067.stdout: sgml-base-doc debhelper 2023-12-25T21:19:48.578 INFO:teuthology.orchestra.run.smithi067.stdout:The following NEW packages will be installed: 2023-12-25T21:19:48.580 INFO:teuthology.orchestra.run.smithi067.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-12-25T21:19:48.580 INFO:teuthology.orchestra.run.smithi067.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-12-25T21:19:48.580 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-12-25T21:19:48.580 INFO:teuthology.orchestra.run.smithi067.stdout: xml-core 2023-12-25T21:19:48.723 INFO:teuthology.orchestra.run.smithi067.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-12-25T21:19:48.723 INFO:teuthology.orchestra.run.smithi067.stdout:Need to get 4,955 kB of archives. 2023-12-25T21:19:48.723 INFO:teuthology.orchestra.run.smithi067.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-12-25T21:19:48.723 INFO:teuthology.orchestra.run.smithi067.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-12-25T21:19:48.754 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-12-25T21:19:48.781 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-12-25T21:19:48.886 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-12-25T21:19:48.889 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-12-25T21:19:48.890 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-12-25T21:19:48.897 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-12-25T21:19:48.898 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-12-25T21:19:48.937 INFO:teuthology.orchestra.run.smithi067.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2023-12-25T21:19:48.938 INFO:teuthology.orchestra.run.smithi067.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.18.04.1 [3,255 kB] 2023-12-25T21:19:49.015 INFO:teuthology.orchestra.run.smithi067.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-s3transfer all 0.3.3-1ubuntu0.18.04.1 [46.7 kB] 2023-12-25T21:19:49.015 INFO:teuthology.orchestra.run.smithi067.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-12-25T21:19:49.016 INFO:teuthology.orchestra.run.smithi067.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-12-25T21:19:49.016 INFO:teuthology.orchestra.run.smithi067.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-12-25T21:19:49.021 INFO:teuthology.orchestra.run.smithi067.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2023-12-25T21:19:49.284 INFO:teuthology.orchestra.run.smithi067.stderr:debconf: unable to initialize frontend: Dialog 2023-12-25T21:19:49.284 INFO:teuthology.orchestra.run.smithi067.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-12-25T21:19:49.285 INFO:teuthology.orchestra.run.smithi067.stderr:debconf: falling back to frontend: Readline 2023-12-25T21:19:49.305 INFO:teuthology.orchestra.run.smithi067.stderr:debconf: unable to initialize frontend: Readline 2023-12-25T21:19:49.305 INFO:teuthology.orchestra.run.smithi067.stderr:debconf: (This frontend requires a controlling tty.) 2023-12-25T21:19:49.305 INFO:teuthology.orchestra.run.smithi067.stderr:debconf: falling back to frontend: Teletype 2023-12-25T21:19:49.311 INFO:teuthology.orchestra.run.smithi067.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-12-25T21:19:49.379 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 4,955 kB in 0s (11.6 MB/s) 2023-12-25T21:19:50.088 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package sgml-base. 2023-12-25T21:19:50.151 INFO:teuthology.orchestra.run.smithi067.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 172445 files and directories currently installed.) 2023-12-25T21:19:50.157 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-12-25T21:19:50.226 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking sgml-base (1.29) ... 2023-12-25T21:19:50.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:50 smithi067 bash[26019]: cluster 2023-12-25T21:19:49.245026+0000 mon.smithi067 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi067.knbjpz(active, since 6m), standbys: smithi175.bwsesn 2023-12-25T21:19:50.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:50 smithi067 bash[26019]: cluster 2023-12-25T21:19:49.638457+0000 mgr.smithi067.knbjpz (mgr.14184) 238 : cluster [DBG] pgmap v214: 33 pgs: 16 creating+peering, 15 unknown, 2 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:50.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:50 smithi175 bash[29404]: cluster 2023-12-25T21:19:49.245026+0000 mon.smithi067 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi067.knbjpz(active, since 6m), standbys: smithi175.bwsesn 2023-12-25T21:19:50.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:50 smithi175 bash[29404]: cluster 2023-12-25T21:19:49.638457+0000 mgr.smithi067.knbjpz (mgr.14184) 238 : cluster [DBG] pgmap v214: 33 pgs: 16 creating+peering, 15 unknown, 2 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:51.002 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package xml-core. 2023-12-25T21:19:51.014 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-12-25T21:19:51.114 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking xml-core (0.18) ... 2023-12-25T21:19:52.442 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package docutils-common. 2023-12-25T21:19:52.461 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-12-25T21:19:52.526 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-12-25T21:19:52.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:52 smithi067 bash[26019]: cluster 2023-12-25T21:19:51.639137+0000 mgr.smithi067.knbjpz (mgr.14184) 239 : cluster [DBG] pgmap v215: 33 pgs: 11 creating+peering, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:53.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:52 smithi175 bash[29404]: cluster 2023-12-25T21:19:51.639137+0000 mgr.smithi067.knbjpz (mgr.14184) 239 : cluster [DBG] pgmap v215: 33 pgs: 11 creating+peering, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:53.208 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package libpaper1:amd64. 2023-12-25T21:19:53.221 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-12-25T21:19:53.350 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-12-25T21:19:53.681 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package libpaper-utils. 2023-12-25T21:19:53.697 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-12-25T21:19:53.737 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-12-25T21:19:54.048 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-dateutil. 2023-12-25T21:19:54.064 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-12-25T21:19:54.106 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-12-25T21:19:54.376 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-roman. 2023-12-25T21:19:54.392 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-12-25T21:19:54.426 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-12-25T21:19:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:54 smithi067 bash[26019]: audit 2023-12-25T21:19:53.147233+0000 mon.smithi067 (mon.0) 613 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:54.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:54 smithi067 bash[26019]: cluster 2023-12-25T21:19:53.639862+0000 mgr.smithi067.knbjpz (mgr.14184) 240 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:54 smithi175 bash[29404]: audit 2023-12-25T21:19:53.147233+0000 mon.smithi067 (mon.0) 613 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:54 smithi175 bash[29404]: cluster 2023-12-25T21:19:53.639862+0000 mgr.smithi067.knbjpz (mgr.14184) 240 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:55.080 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-docutils. 2023-12-25T21:19:55.098 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-12-25T21:19:55.225 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-12-25T21:19:55.661 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-jmespath. 2023-12-25T21:19:55.677 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-12-25T21:19:55.744 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-12-25T21:19:56.056 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-botocore. 2023-12-25T21:19:56.072 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-12-25T21:19:56.114 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-12-25T21:19:56.942 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: cluster 2023-12-25T21:19:55.640368+0000 mgr.smithi067.knbjpz (mgr.14184) 241 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:56.942 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.664281+0000 mon.smithi067 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.942 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.666096+0000 mon.smithi067 (mon.0) 615 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:56.942 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.667690+0000 mon.smithi067 (mon.0) 616 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:19:56.942 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.677291+0000 mon.smithi067 (mon.0) 617 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.688110+0000 mon.smithi067 (mon.0) 618 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: cephadm 2023-12-25T21:19:55.696615+0000 mgr.smithi067.knbjpz (mgr.14184) 242 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.704149+0000 mon.smithi067 (mon.0) 619 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.705025+0000 mon.smithi067 (mon.0) 620 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi175.avzpqu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.713124+0000 mon.smithi067 (mon.0) 621 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi175.avzpqu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.722047+0000 mon.smithi067 (mon.0) 622 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: audit 2023-12-25T21:19:55.723392+0000 mon.smithi067 (mon.0) 623 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:56.943 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:56 smithi175 bash[29404]: cephadm 2023-12-25T21:19:55.724459+0000 mgr.smithi067.knbjpz (mgr.14184) 243 : cephadm [INF] Deploying daemon rgw.foorgw.smithi175.avzpqu on smithi175 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: cluster 2023-12-25T21:19:55.640368+0000 mgr.smithi067.knbjpz (mgr.14184) 241 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.664281+0000 mon.smithi067 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.666096+0000 mon.smithi067 (mon.0) 615 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.667690+0000 mon.smithi067 (mon.0) 616 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.677291+0000 mon.smithi067 (mon.0) 617 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.688110+0000 mon.smithi067 (mon.0) 618 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:19:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: cephadm 2023-12-25T21:19:55.696615+0000 mgr.smithi067.knbjpz (mgr.14184) 242 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:19:56.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.704149+0000 mon.smithi067 (mon.0) 619 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.705025+0000 mon.smithi067 (mon.0) 620 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi175.avzpqu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:19:56.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.713124+0000 mon.smithi067 (mon.0) 621 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi175.avzpqu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:19:56.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.722047+0000 mon.smithi067 (mon.0) 622 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:56.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: audit 2023-12-25T21:19:55.723392+0000 mon.smithi067 (mon.0) 623 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:56.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:56 smithi067 bash[26019]: cephadm 2023-12-25T21:19:55.724459+0000 mgr.smithi067.knbjpz (mgr.14184) 243 : cephadm [INF] Deploying daemon rgw.foorgw.smithi175.avzpqu on smithi175 2023-12-25T21:19:57.194 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-s3transfer. 2023-12-25T21:19:57.211 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-12-25T21:19:57.261 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-12-25T21:19:57.555 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-boto3. 2023-12-25T21:19:57.574 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-12-25T21:19:57.614 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-12-25T21:19:57.934 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-olefile. 2023-12-25T21:19:57.952 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-12-25T21:19:57.993 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-12-25T21:19:58.313 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-pil:amd64. 2023-12-25T21:19:58.329 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-12-25T21:19:58.527 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-12-25T21:19:58.950 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:58 smithi175 bash[29404]: cluster 2023-12-25T21:19:57.641113+0000 mgr.smithi067.knbjpz (mgr.14184) 244 : cluster [DBG] pgmap v218: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:58.950 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:58 smithi175 bash[29404]: audit 2023-12-25T21:19:58.052513+0000 mon.smithi067 (mon.0) 624 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:58.950 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:58 smithi175 bash[29404]: audit 2023-12-25T21:19:58.054482+0000 mon.smithi067 (mon.0) 625 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi067.oilmkj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:19:58.950 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:58 smithi175 bash[29404]: audit 2023-12-25T21:19:58.060099+0000 mon.smithi067 (mon.0) 626 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi067.oilmkj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:19:58.950 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:58 smithi175 bash[29404]: audit 2023-12-25T21:19:58.067815+0000 mon.smithi067 (mon.0) 627 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:58.950 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:58 smithi175 bash[29404]: audit 2023-12-25T21:19:58.069224+0000 mon.smithi067 (mon.0) 628 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:58 smithi067 bash[26019]: cluster 2023-12-25T21:19:57.641113+0000 mgr.smithi067.knbjpz (mgr.14184) 244 : cluster [DBG] pgmap v218: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:19:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:58 smithi067 bash[26019]: audit 2023-12-25T21:19:58.052513+0000 mon.smithi067 (mon.0) 624 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:58 smithi067 bash[26019]: audit 2023-12-25T21:19:58.054482+0000 mon.smithi067 (mon.0) 625 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi067.oilmkj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:19:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:58 smithi067 bash[26019]: audit 2023-12-25T21:19:58.060099+0000 mon.smithi067 (mon.0) 626 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi067.oilmkj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:19:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:58 smithi067 bash[26019]: audit 2023-12-25T21:19:58.067815+0000 mon.smithi067 (mon.0) 627 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:19:58.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:58 smithi067 bash[26019]: audit 2023-12-25T21:19:58.069224+0000 mon.smithi067 (mon.0) 628 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:59.662 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package python3-pygments. 2023-12-25T21:19:59.679 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-12-25T21:19:59.762 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-12-25T21:19:59.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:19:59 smithi067 bash[26019]: cephadm 2023-12-25T21:19:58.070465+0000 mgr.smithi067.knbjpz (mgr.14184) 245 : cephadm [INF] Deploying daemon rgw.foorgw.smithi067.oilmkj on smithi067 2023-12-25T21:20:00.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:19:59 smithi175 bash[29404]: cephadm 2023-12-25T21:19:58.070465+0000 mgr.smithi067.knbjpz (mgr.14184) 245 : cephadm [INF] Deploying daemon rgw.foorgw.smithi067.oilmkj on smithi067 2023-12-25T21:20:00.351 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-12-25T21:20:00.873 INFO:teuthology.orchestra.run.smithi067.stdout:debconf: unable to initialize frontend: Dialog 2023-12-25T21:20:00.873 INFO:teuthology.orchestra.run.smithi067.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-12-25T21:20:00.873 INFO:teuthology.orchestra.run.smithi067.stdout:debconf: falling back to frontend: Readline 2023-12-25T21:20:00.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:00 smithi067 bash[26019]: cluster 2023-12-25T21:19:59.641748+0000 mgr.smithi067.knbjpz (mgr.14184) 246 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:00 smithi067 bash[26019]: cluster 2023-12-25T21:19:59.687501+0000 mon.smithi067 (mon.0) 629 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T21:20:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:00 smithi067 bash[26019]: audit 2023-12-25T21:19:59.688317+0000 mon.smithi175 (mon.1) 19 : audit [INF] from='client.? 172.21.15.175:0/4271568843' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:20:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:00 smithi067 bash[26019]: audit 2023-12-25T21:19:59.689742+0000 mon.smithi067 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:20:00.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:00 smithi067 bash[26019]: cluster 2023-12-25T21:20:00.000164+0000 mon.smithi067 (mon.0) 631 : cluster [INF] overall HEALTH_OK 2023-12-25T21:20:01.033 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:20:01.033 INFO:teuthology.orchestra.run.smithi067.stdout:Creating config file /etc/papersize with new version 2023-12-25T21:20:01.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:00 smithi175 bash[29404]: cluster 2023-12-25T21:19:59.641748+0000 mgr.smithi067.knbjpz (mgr.14184) 246 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:01.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:00 smithi175 bash[29404]: cluster 2023-12-25T21:19:59.687501+0000 mon.smithi067 (mon.0) 629 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T21:20:01.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:00 smithi175 bash[29404]: audit 2023-12-25T21:19:59.688317+0000 mon.smithi175 (mon.1) 19 : audit [INF] from='client.? 172.21.15.175:0/4271568843' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:20:01.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:00 smithi175 bash[29404]: audit 2023-12-25T21:19:59.689742+0000 mon.smithi067 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:20:01.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:00 smithi175 bash[29404]: cluster 2023-12-25T21:20:00.000164+0000 mon.smithi067 (mon.0) 631 : cluster [INF] overall HEALTH_OK 2023-12-25T21:20:01.690 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:00.686219+0000 mon.smithi067 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: cluster 2023-12-25T21:20:00.686437+0000 mon.smithi067 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.231509+0000 mon.smithi067 (mon.0) 634 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.238597+0000 mon.smithi067 (mon.0) 635 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.264663+0000 mon.smithi067 (mon.0) 636 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.270476+0000 mon.smithi067 (mon.0) 637 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:20:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.271757+0000 mon.smithi067 (mon.0) 638 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.279838+0000 mon.smithi067 (mon.0) 639 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.281265+0000 mon.smithi067 (mon.0) 640 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.330595+0000 mon.smithi067 (mon.0) 641 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.335077+0000 mon.smithi067 (mon.0) 642 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.392258+0000 mon.smithi067 (mon.0) 643 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.400321+0000 mon.smithi067 (mon.0) 644 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: audit 2023-12-25T21:20:01.409860+0000 mon.smithi067 (mon.0) 645 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:01 smithi067 bash[26019]: cluster 2023-12-25T21:20:01.693104+0000 mon.smithi067 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:00.686219+0000 mon.smithi067 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: cluster 2023-12-25T21:20:00.686437+0000 mon.smithi067 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.231509+0000 mon.smithi067 (mon.0) 634 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.238597+0000 mon.smithi067 (mon.0) 635 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.264663+0000 mon.smithi067 (mon.0) 636 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.270476+0000 mon.smithi067 (mon.0) 637 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:20:02.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.271757+0000 mon.smithi067 (mon.0) 638 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.279838+0000 mon.smithi067 (mon.0) 639 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.281265+0000 mon.smithi067 (mon.0) 640 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.330595+0000 mon.smithi067 (mon.0) 641 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.335077+0000 mon.smithi067 (mon.0) 642 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.392258+0000 mon.smithi067 (mon.0) 643 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.400321+0000 mon.smithi067 (mon.0) 644 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.rctsqh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: audit 2023-12-25T21:20:01.409860+0000 mon.smithi067 (mon.0) 645 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:02.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:01 smithi175 bash[29404]: cluster 2023-12-25T21:20:01.693104+0000 mon.smithi067 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T21:20:02.447 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-roman (2.0.0-3) ... 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cephadm 2023-12-25T21:20:01.263905+0000 mgr.smithi067.knbjpz (mgr.14184) 247 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.rctsqh 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cephadm 2023-12-25T21:20:01.271354+0000 mgr.smithi067.knbjpz (mgr.14184) 248 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cephadm 2023-12-25T21:20:01.391221+0000 mgr.smithi067.knbjpz (mgr.14184) 249 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cephadm 2023-12-25T21:20:01.391461+0000 mgr.smithi067.knbjpz (mgr.14184) 250 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.rctsqh-rgw 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cephadm 2023-12-25T21:20:01.410861+0000 mgr.smithi067.knbjpz (mgr.14184) 251 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi067.rctsqh on smithi067 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cluster 2023-12-25T21:20:01.642278+0000 mgr.smithi067.knbjpz (mgr.14184) 252 : cluster [DBG] pgmap v222: 65 pgs: 8 creating+peering, 17 unknown, 40 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: audit 2023-12-25T21:20:01.697625+0000 mon.smithi175 (mon.1) 20 : audit [INF] from='client.? 172.21.15.175:0/4271568843' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: audit 2023-12-25T21:20:01.699349+0000 mon.smithi067 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:20:02.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: audit 2023-12-25T21:20:02.696674+0000 mon.smithi067 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T21:20:02.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:02 smithi067 bash[26019]: cluster 2023-12-25T21:20:02.696934+0000 mon.smithi067 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T21:20:03.006 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cephadm 2023-12-25T21:20:01.263905+0000 mgr.smithi067.knbjpz (mgr.14184) 247 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.rctsqh 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cephadm 2023-12-25T21:20:01.271354+0000 mgr.smithi067.knbjpz (mgr.14184) 248 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cephadm 2023-12-25T21:20:01.391221+0000 mgr.smithi067.knbjpz (mgr.14184) 249 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cephadm 2023-12-25T21:20:01.391461+0000 mgr.smithi067.knbjpz (mgr.14184) 250 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.rctsqh-rgw 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cephadm 2023-12-25T21:20:01.410861+0000 mgr.smithi067.knbjpz (mgr.14184) 251 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi067.rctsqh on smithi067 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cluster 2023-12-25T21:20:01.642278+0000 mgr.smithi067.knbjpz (mgr.14184) 252 : cluster [DBG] pgmap v222: 65 pgs: 8 creating+peering, 17 unknown, 40 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: audit 2023-12-25T21:20:01.697625+0000 mon.smithi175 (mon.1) 20 : audit [INF] from='client.? 172.21.15.175:0/4271568843' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: audit 2023-12-25T21:20:01.699349+0000 mon.smithi067 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: audit 2023-12-25T21:20:02.696674+0000 mon.smithi067 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T21:20:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:02 smithi175 bash[29404]: cluster 2023-12-25T21:20:02.696934+0000 mon.smithi067 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T21:20:03.476 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-12-25T21:20:04.133 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up sgml-base (1.29) ... 2023-12-25T21:20:04.390 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-12-25T21:20:04.683 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up xml-core (0.18) ... 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: cluster 2023-12-25T21:20:03.643057+0000 mgr.smithi067.knbjpz (mgr.14184) 253 : cluster [DBG] pgmap v225: 97 pgs: 11 creating+peering, 25 unknown, 61 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: cluster 2023-12-25T21:20:03.909157+0000 mon.smithi067 (mon.0) 650 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: audit 2023-12-25T21:20:03.910253+0000 mon.smithi067 (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: audit 2023-12-25T21:20:03.913618+0000 mon.smithi175 (mon.1) 21 : audit [INF] from='client.? 172.21.15.175:0/4271568843' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: audit 2023-12-25T21:20:03.914800+0000 mon.smithi067 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: audit 2023-12-25T21:20:04.639300+0000 mon.smithi067 (mon.0) 653 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:04 smithi067 bash[26019]: audit 2023-12-25T21:20:04.650606+0000 mon.smithi067 (mon.0) 654 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: cluster 2023-12-25T21:20:03.643057+0000 mgr.smithi067.knbjpz (mgr.14184) 253 : cluster [DBG] pgmap v225: 97 pgs: 11 creating+peering, 25 unknown, 61 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: cluster 2023-12-25T21:20:03.909157+0000 mon.smithi067 (mon.0) 650 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: audit 2023-12-25T21:20:03.910253+0000 mon.smithi067 (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: audit 2023-12-25T21:20:03.913618+0000 mon.smithi175 (mon.1) 21 : audit [INF] from='client.? 172.21.15.175:0/4271568843' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: audit 2023-12-25T21:20:03.914800+0000 mon.smithi067 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: audit 2023-12-25T21:20:04.639300+0000 mon.smithi067 (mon.0) 653 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:05.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:04 smithi175 bash[29404]: audit 2023-12-25T21:20:04.650606+0000 mon.smithi067 (mon.0) 654 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:05.932 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-12-25T21:20:06.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:05 smithi067 bash[26019]: cephadm 2023-12-25T21:20:04.668037+0000 mgr.smithi067.knbjpz (mgr.14184) 254 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.rzmkkp on smithi175 2023-12-25T21:20:06.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:05 smithi067 bash[26019]: audit 2023-12-25T21:20:04.909664+0000 mon.smithi067 (mon.0) 655 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:20:06.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:05 smithi067 bash[26019]: audit 2023-12-25T21:20:04.909924+0000 mon.smithi067 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:20:06.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:05 smithi067 bash[26019]: cluster 2023-12-25T21:20:04.910323+0000 mon.smithi067 (mon.0) 657 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T21:20:06.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:05 smithi175 bash[29404]: cephadm 2023-12-25T21:20:04.668037+0000 mgr.smithi067.knbjpz (mgr.14184) 254 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.rzmkkp on smithi175 2023-12-25T21:20:06.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:05 smithi175 bash[29404]: audit 2023-12-25T21:20:04.909664+0000 mon.smithi067 (mon.0) 655 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:20:06.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:05 smithi175 bash[29404]: audit 2023-12-25T21:20:04.909924+0000 mon.smithi067 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:20:06.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:05 smithi175 bash[29404]: cluster 2023-12-25T21:20:04.910323+0000 mon.smithi067 (mon.0) 657 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T21:20:06.292 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-12-25T21:20:06.877 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-12-25T21:20:07.023 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-12-25T21:20:07.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:06 smithi067 bash[26019]: cluster 2023-12-25T21:20:05.643825+0000 mgr.smithi067.knbjpz (mgr.14184) 255 : cluster [DBG] pgmap v228: 129 pgs: 10 creating+peering, 39 unknown, 80 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-25T21:20:07.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:06 smithi067 bash[26019]: cluster 2023-12-25T21:20:05.929713+0000 mon.smithi067 (mon.0) 658 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T21:20:07.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:06 smithi067 bash[26019]: audit 2023-12-25T21:20:05.932001+0000 mon.smithi067 (mon.0) 659 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:20:07.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:06 smithi067 bash[26019]: audit 2023-12-25T21:20:05.937523+0000 mon.smithi175 (mon.1) 22 : audit [INF] from='client.? 172.21.15.175:0/3863647921' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:20:07.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:06 smithi067 bash[26019]: audit 2023-12-25T21:20:05.938834+0000 mon.smithi067 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:20:07.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:06 smithi067 bash[26019]: audit 2023-12-25T21:20:06.063264+0000 mon.smithi067 (mon.0) 661 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:06 smithi175 bash[29404]: cluster 2023-12-25T21:20:05.643825+0000 mgr.smithi067.knbjpz (mgr.14184) 255 : cluster [DBG] pgmap v228: 129 pgs: 10 creating+peering, 39 unknown, 80 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-25T21:20:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:06 smithi175 bash[29404]: cluster 2023-12-25T21:20:05.929713+0000 mon.smithi067 (mon.0) 658 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T21:20:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:06 smithi175 bash[29404]: audit 2023-12-25T21:20:05.932001+0000 mon.smithi067 (mon.0) 659 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:20:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:06 smithi175 bash[29404]: audit 2023-12-25T21:20:05.937523+0000 mon.smithi175 (mon.1) 22 : audit [INF] from='client.? 172.21.15.175:0/3863647921' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:20:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:06 smithi175 bash[29404]: audit 2023-12-25T21:20:05.938834+0000 mon.smithi067 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:20:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:06 smithi175 bash[29404]: audit 2023-12-25T21:20:06.063264+0000 mon.smithi067 (mon.0) 661 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:07.750 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-12-25T21:20:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:06.935165+0000 mon.smithi067 (mon.0) 662 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:06.935876+0000 mon.smithi067 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: cluster 2023-12-25T21:20:06.936785+0000 mon.smithi067 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:06.941919+0000 mon.smithi175 (mon.1) 23 : audit [INF] from='client.? 172.21.15.175:0/3863647921' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:06.945987+0000 mon.smithi067 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:06.952748+0000 mon.smithi067 (mon.0) 666 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:07.939048+0000 mon.smithi067 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: audit 2023-12-25T21:20:07.939236+0000 mon.smithi067 (mon.0) 668 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:20:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:07 smithi067 bash[26019]: cluster 2023-12-25T21:20:07.939416+0000 mon.smithi067 (mon.0) 669 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-25T21:20:08.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:06.935165+0000 mon.smithi067 (mon.0) 662 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:20:08.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:06.935876+0000 mon.smithi067 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:20:08.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: cluster 2023-12-25T21:20:06.936785+0000 mon.smithi067 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T21:20:08.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:06.941919+0000 mon.smithi175 (mon.1) 23 : audit [INF] from='client.? 172.21.15.175:0/3863647921' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:08.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:06.945987+0000 mon.smithi067 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:08.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:06.952748+0000 mon.smithi067 (mon.0) 666 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:08.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:07.939048+0000 mon.smithi067 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi175.avzpqu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:20:08.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: audit 2023-12-25T21:20:07.939236+0000 mon.smithi067 (mon.0) 668 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:20:08.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:07 smithi175 bash[29404]: cluster 2023-12-25T21:20:07.939416+0000 mon.smithi067 (mon.0) 669 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-25T21:20:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:08 smithi067 bash[26019]: cluster 2023-12-25T21:20:07.644413+0000 mgr.smithi067.knbjpz (mgr.14184) 256 : cluster [DBG] pgmap v231: 161 pgs: 23 creating+peering, 20 unknown, 118 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 2 op/s 2023-12-25T21:20:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:08 smithi067 bash[26019]: audit 2023-12-25T21:20:08.482327+0000 mon.smithi067 (mon.0) 670 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.rzmkkp"}]: dispatch 2023-12-25T21:20:09.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:08 smithi175 bash[29404]: cluster 2023-12-25T21:20:07.644413+0000 mgr.smithi067.knbjpz (mgr.14184) 256 : cluster [DBG] pgmap v231: 161 pgs: 23 creating+peering, 20 unknown, 118 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 2 op/s 2023-12-25T21:20:09.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:08 smithi175 bash[29404]: audit 2023-12-25T21:20:08.482327+0000 mon.smithi067 (mon.0) 670 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.rzmkkp"}]: dispatch 2023-12-25T21:20:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: cephadm 2023-12-25T21:20:08.481220+0000 mgr.smithi067.knbjpz (mgr.14184) 257 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.rzmkkp ... 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:20:10.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.rzmkkp ... 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: cephadm 2023-12-25T21:20:08.481730+0000 mgr.smithi067.knbjpz (mgr.14184) 258 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: cephadm 2023-12-25T21:20:08.484042+0000 mgr.smithi067.knbjpz (mgr.14184) 259 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.rzmkkp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.rzmkkp ... 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:09 smithi067 bash[26019]: cephadm 2023-12-25T21:20:08.488545+0000 mgr.smithi067.knbjpz (mgr.14184) 260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qkxaeb on smithi067 2023-12-25T21:20:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: cephadm 2023-12-25T21:20:08.481220+0000 mgr.smithi067.knbjpz (mgr.14184) 257 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.rzmkkp ... 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:20:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.rzmkkp ... 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: cephadm 2023-12-25T21:20:08.481730+0000 mgr.smithi067.knbjpz (mgr.14184) 258 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: cephadm 2023-12-25T21:20:08.484042+0000 mgr.smithi067.knbjpz (mgr.14184) 259 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.rzmkkp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-rzmkkp 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.rzmkkp 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.rzmkkp ... 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:10.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:10.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:10.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:09 smithi175 bash[29404]: cephadm 2023-12-25T21:20:08.488545+0000 mgr.smithi067.knbjpz (mgr.14184) 260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qkxaeb on smithi067 2023-12-25T21:20:11.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:10 smithi067 bash[26019]: cluster 2023-12-25T21:20:09.645305+0000 mgr.smithi067.knbjpz (mgr.14184) 261 : cluster [DBG] pgmap v233: 161 pgs: 23 creating+peering, 14 unknown, 124 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 864 B/s wr, 51 op/s 2023-12-25T21:20:11.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:10 smithi175 bash[29404]: cluster 2023-12-25T21:20:09.645305+0000 mgr.smithi067.knbjpz (mgr.14184) 261 : cluster [DBG] pgmap v233: 161 pgs: 23 creating+peering, 14 unknown, 124 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 864 B/s wr, 51 op/s 2023-12-25T21:20:12.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:12 smithi067 bash[26019]: cluster 2023-12-25T21:20:11.646630+0000 mgr.smithi067.knbjpz (mgr.14184) 262 : cluster [DBG] pgmap v234: 161 pgs: 14 creating+peering, 147 active+clean; 4.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 5.7 KiB/s wr, 225 op/s 2023-12-25T21:20:12.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:12 smithi067 bash[26019]: audit 2023-12-25T21:20:12.505918+0000 mon.smithi067 (mon.0) 671 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qkxaeb"}]: dispatch 2023-12-25T21:20:12.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:12 smithi067 bash[26019]: audit 2023-12-25T21:20:12.515277+0000 mon.smithi067 (mon.0) 672 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:12.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:12 smithi067 bash[26019]: audit 2023-12-25T21:20:12.518716+0000 mon.smithi067 (mon.0) 673 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:20:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:12 smithi175 bash[29404]: cluster 2023-12-25T21:20:11.646630+0000 mgr.smithi067.knbjpz (mgr.14184) 262 : cluster [DBG] pgmap v234: 161 pgs: 14 creating+peering, 147 active+clean; 4.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 5.7 KiB/s wr, 225 op/s 2023-12-25T21:20:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:12 smithi175 bash[29404]: audit 2023-12-25T21:20:12.505918+0000 mon.smithi067 (mon.0) 671 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qkxaeb"}]: dispatch 2023-12-25T21:20:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:12 smithi175 bash[29404]: audit 2023-12-25T21:20:12.515277+0000 mon.smithi067 (mon.0) 672 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:12 smithi175 bash[29404]: audit 2023-12-25T21:20:12.518716+0000 mon.smithi067 (mon.0) 673 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:20:13.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cephadm 2023-12-25T21:20:12.504814+0000 mgr.smithi067.knbjpz (mgr.14184) 263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:13.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qkxaeb ... 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:20:13.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qkxaeb ... 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cephadm 2023-12-25T21:20:12.505236+0000 mgr.smithi067.knbjpz (mgr.14184) 264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:13.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cephadm 2023-12-25T21:20:12.507486+0000 mgr.smithi067.knbjpz (mgr.14184) 265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qkxaeb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qkxaeb ... 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cephadm 2023-12-25T21:20:12.515713+0000 mgr.smithi067.knbjpz (mgr.14184) 266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.yvvuqi on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cephadm 2023-12-25T21:20:12.517463+0000 mgr.smithi067.knbjpz (mgr.14184) 267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.qrvhvc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cluster 2023-12-25T21:20:12.519127+0000 mgr.smithi067.knbjpz (mgr.14184) 268 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 KiB/s rd, 6.1 KiB/s wr, 249 op/s 2023-12-25T21:20:14.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:13 smithi067 bash[26019]: cluster 2023-12-25T21:20:12.622467+0000 mon.smithi067 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:20:14.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cephadm 2023-12-25T21:20:12.504814+0000 mgr.smithi067.knbjpz (mgr.14184) 263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:14.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:14.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qkxaeb ... 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:14.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qkxaeb ... 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:14.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cephadm 2023-12-25T21:20:12.505236+0000 mgr.smithi067.knbjpz (mgr.14184) 264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cephadm 2023-12-25T21:20:12.507486+0000 mgr.smithi067.knbjpz (mgr.14184) 265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qkxaeb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qkxaeb 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qkxaeb 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qkxaeb ... 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:14.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:14.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:14.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:14.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cephadm 2023-12-25T21:20:12.515713+0000 mgr.smithi067.knbjpz (mgr.14184) 266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.yvvuqi on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:14.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cephadm 2023-12-25T21:20:12.517463+0000 mgr.smithi067.knbjpz (mgr.14184) 267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.qrvhvc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:14.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cluster 2023-12-25T21:20:12.519127+0000 mgr.smithi067.knbjpz (mgr.14184) 268 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 KiB/s rd, 6.1 KiB/s wr, 249 op/s 2023-12-25T21:20:14.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:13 smithi175 bash[29404]: cluster 2023-12-25T21:20:12.622467+0000 mon.smithi067 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:20:15.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:15 smithi067 bash[26019]: cluster 2023-12-25T21:20:14.520305+0000 mgr.smithi067.knbjpz (mgr.14184) 269 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 5.3 KiB/s wr, 216 op/s 2023-12-25T21:20:16.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:15 smithi175 bash[29404]: cluster 2023-12-25T21:20:14.520305+0000 mgr.smithi067.knbjpz (mgr.14184) 269 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 5.3 KiB/s wr, 216 op/s 2023-12-25T21:20:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:16 smithi175 bash[29404]: audit 2023-12-25T21:20:15.762851+0000 mon.smithi067 (mon.0) 675 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:16 smithi175 bash[29404]: audit 2023-12-25T21:20:16.082795+0000 mon.smithi067 (mon.0) 676 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:17.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:16 smithi067 bash[26019]: audit 2023-12-25T21:20:15.762851+0000 mon.smithi067 (mon.0) 675 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:17.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:16 smithi067 bash[26019]: audit 2023-12-25T21:20:16.082795+0000 mon.smithi067 (mon.0) 676 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:18.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:17 smithi175 bash[29404]: cluster 2023-12-25T21:20:16.521783+0000 mgr.smithi067.knbjpz (mgr.14184) 270 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 4.5 KiB/s wr, 184 op/s 2023-12-25T21:20:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:17 smithi067 bash[26019]: cluster 2023-12-25T21:20:16.521783+0000 mgr.smithi067.knbjpz (mgr.14184) 270 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 4.5 KiB/s wr, 184 op/s 2023-12-25T21:20:19.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:19 smithi067 bash[26019]: audit 2023-12-25T21:20:18.394210+0000 mon.smithi067 (mon.0) 677 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:19.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:19 smithi067 bash[26019]: cluster 2023-12-25T21:20:18.523212+0000 mgr.smithi067.knbjpz (mgr.14184) 271 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 3.8 KiB/s wr, 154 op/s 2023-12-25T21:20:19.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:19 smithi067 bash[26019]: audit 2023-12-25T21:20:18.712915+0000 mon.smithi067 (mon.0) 678 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:19.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:19 smithi067 bash[26019]: audit 2023-12-25T21:20:19.001019+0000 mon.smithi067 (mon.0) 679 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:19.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:19 smithi067 bash[26019]: audit 2023-12-25T21:20:19.002244+0000 mon.smithi067 (mon.0) 680 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:20:19.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:19 smithi175 bash[29404]: audit 2023-12-25T21:20:18.394210+0000 mon.smithi067 (mon.0) 677 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:19.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:19 smithi175 bash[29404]: cluster 2023-12-25T21:20:18.523212+0000 mgr.smithi067.knbjpz (mgr.14184) 271 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 3.8 KiB/s wr, 154 op/s 2023-12-25T21:20:19.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:19 smithi175 bash[29404]: audit 2023-12-25T21:20:18.712915+0000 mon.smithi067 (mon.0) 678 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:19.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:19 smithi175 bash[29404]: audit 2023-12-25T21:20:19.001019+0000 mon.smithi067 (mon.0) 679 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:19.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:19 smithi175 bash[29404]: audit 2023-12-25T21:20:19.002244+0000 mon.smithi067 (mon.0) 680 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: cephadm 2023-12-25T21:20:19.006967+0000 mgr.smithi067.knbjpz (mgr.14184) 272 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: audit 2023-12-25T21:20:19.405138+0000 mon.smithi067 (mon.0) 681 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: audit 2023-12-25T21:20:19.415038+0000 mon.smithi067 (mon.0) 682 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: audit 2023-12-25T21:20:19.423524+0000 mon.smithi067 (mon.0) 683 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: cluster 2023-12-25T21:20:19.426647+0000 mgr.smithi067.knbjpz (mgr.14184) 273 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 3.7 KiB/s wr, 143 op/s 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: audit 2023-12-25T21:20:19.437324+0000 mon.smithi067 (mon.0) 684 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: audit 2023-12-25T21:20:19.462066+0000 mon.smithi067 (mon.0) 685 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:20 smithi067 bash[26019]: cephadm 2023-12-25T21:20:19.467677+0000 mgr.smithi067.knbjpz (mgr.14184) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.pyrrjj on smithi175 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: cephadm 2023-12-25T21:20:19.006967+0000 mgr.smithi067.knbjpz (mgr.14184) 272 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: audit 2023-12-25T21:20:19.405138+0000 mon.smithi067 (mon.0) 681 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: audit 2023-12-25T21:20:19.415038+0000 mon.smithi067 (mon.0) 682 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: audit 2023-12-25T21:20:19.423524+0000 mon.smithi067 (mon.0) 683 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: cluster 2023-12-25T21:20:19.426647+0000 mgr.smithi067.knbjpz (mgr.14184) 273 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 3.7 KiB/s wr, 143 op/s 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: audit 2023-12-25T21:20:19.437324+0000 mon.smithi067 (mon.0) 684 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: audit 2023-12-25T21:20:19.462066+0000 mon.smithi067 (mon.0) 685 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:20.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:20 smithi175 bash[29404]: cephadm 2023-12-25T21:20:19.467677+0000 mgr.smithi067.knbjpz (mgr.14184) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.pyrrjj on smithi175 2023-12-25T21:20:21.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:21 smithi067 bash[26019]: cluster 2023-12-25T21:20:20.420595+0000 mon.smithi067 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:20:21.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:21 smithi067 bash[26019]: cluster 2023-12-25T21:20:20.420647+0000 mon.smithi067 (mon.0) 687 : cluster [INF] Cluster is now healthy 2023-12-25T21:20:21.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:21 smithi067 bash[26019]: audit 2023-12-25T21:20:21.094564+0000 mon.smithi067 (mon.0) 688 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:21.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:21 smithi175 bash[29404]: cluster 2023-12-25T21:20:20.420595+0000 mon.smithi067 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:20:21.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:21 smithi175 bash[29404]: cluster 2023-12-25T21:20:20.420647+0000 mon.smithi067 (mon.0) 687 : cluster [INF] Cluster is now healthy 2023-12-25T21:20:21.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:21 smithi175 bash[29404]: audit 2023-12-25T21:20:21.094564+0000 mon.smithi067 (mon.0) 688 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:22 smithi067 bash[26019]: cluster 2023-12-25T21:20:21.427924+0000 mgr.smithi067.knbjpz (mgr.14184) 275 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 837 B/s wr, 31 op/s 2023-12-25T21:20:23.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:22 smithi175 bash[29404]: cluster 2023-12-25T21:20:21.427924+0000 mgr.smithi067.knbjpz (mgr.14184) 275 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 837 B/s wr, 31 op/s 2023-12-25T21:20:23.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:23 smithi067 bash[26019]: audit 2023-12-25T21:20:23.463453+0000 mon.smithi067 (mon.0) 689 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.pyrrjj"}]: dispatch 2023-12-25T21:20:23.785 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:23 smithi175 bash[29404]: audit 2023-12-25T21:20:23.463453+0000 mon.smithi067 (mon.0) 689 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.pyrrjj"}]: dispatch 2023-12-25T21:20:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: cluster 2023-12-25T21:20:23.429170+0000 mgr.smithi067.knbjpz (mgr.14184) 276 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 187 B/s wr, 2 op/s 2023-12-25T21:20:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: cephadm 2023-12-25T21:20:23.462319+0000 mgr.smithi067.knbjpz (mgr.14184) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:24.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.pyrrjj ... 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:24.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.pyrrjj ... 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: cephadm 2023-12-25T21:20:23.462895+0000 mgr.smithi067.knbjpz (mgr.14184) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: cephadm 2023-12-25T21:20:23.465126+0000 mgr.smithi067.knbjpz (mgr.14184) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.pyrrjj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:24.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.pyrrjj ... 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:24 smithi067 bash[26019]: cephadm 2023-12-25T21:20:23.469797+0000 mgr.smithi067.knbjpz (mgr.14184) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.xjzhjp on smithi067 2023-12-25T21:20:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: cluster 2023-12-25T21:20:23.429170+0000 mgr.smithi067.knbjpz (mgr.14184) 276 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 187 B/s wr, 2 op/s 2023-12-25T21:20:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: cephadm 2023-12-25T21:20:23.462319+0000 mgr.smithi067.knbjpz (mgr.14184) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.pyrrjj ... 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:20:25.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.pyrrjj ... 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: cephadm 2023-12-25T21:20:23.462895+0000 mgr.smithi067.knbjpz (mgr.14184) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: cephadm 2023-12-25T21:20:23.465126+0000 mgr.smithi067.knbjpz (mgr.14184) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.pyrrjj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pyrrjj 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pyrrjj 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.pyrrjj ... 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:25.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:24 smithi175 bash[29404]: cephadm 2023-12-25T21:20:23.469797+0000 mgr.smithi067.knbjpz (mgr.14184) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.xjzhjp on smithi067 2023-12-25T21:20:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:26 smithi067 bash[26019]: cluster 2023-12-25T21:20:25.430340+0000 mgr.smithi067.knbjpz (mgr.14184) 281 : cluster [DBG] pgmap v242: 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 2023-12-25T21:20:27.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:26 smithi175 bash[29404]: cluster 2023-12-25T21:20:25.430340+0000 mgr.smithi067.knbjpz (mgr.14184) 281 : cluster [DBG] pgmap v242: 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 2023-12-25T21:20:27.725 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for sgml-base (1.29) ... 2023-12-25T21:20:27.854 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:27 smithi067 bash[26019]: audit 2023-12-25T21:20:27.357478+0000 mon.smithi067 (mon.0) 690 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.xjzhjp"}]: dispatch 2023-12-25T21:20:27.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:27 smithi067 bash[26019]: audit 2023-12-25T21:20:27.369290+0000 mon.smithi067 (mon.0) 691 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:27 smithi175 bash[29404]: audit 2023-12-25T21:20:27.357478+0000 mon.smithi067 (mon.0) 690 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.xjzhjp"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:27 smithi175 bash[29404]: audit 2023-12-25T21:20:27.369290+0000 mon.smithi067 (mon.0) 691 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:20:28.328 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for sgml-base (1.29) ... 2023-12-25T21:20:28.467 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-12-25T21:20:28.853 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-12-25T21:20:28.907 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-12-25T21:20:28.934 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-12-25T21:20:28.965 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-12-25T21:20:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cephadm 2023-12-25T21:20:27.356305+0000 mgr.smithi067.knbjpz (mgr.14184) 282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:28.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xjzhjp ... 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:28.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xjzhjp ... 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:28.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cephadm 2023-12-25T21:20:27.356825+0000 mgr.smithi067.knbjpz (mgr.14184) 283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cephadm 2023-12-25T21:20:27.358663+0000 mgr.smithi067.knbjpz (mgr.14184) 284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.xjzhjp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xjzhjp ... 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cephadm 2023-12-25T21:20:27.360963+0000 mgr.smithi067.knbjpz (mgr.14184) 285 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.dwfbpv on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:29.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cephadm 2023-12-25T21:20:27.362654+0000 mgr.smithi067.knbjpz (mgr.14184) 286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:29.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cluster 2023-12-25T21:20:27.364491+0000 mgr.smithi067.knbjpz (mgr.14184) 287 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-25T21:20:29.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:28 smithi067 bash[26019]: cluster 2023-12-25T21:20:27.646274+0000 mon.smithi067 (mon.0) 692 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:20:29.001 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-12-25T21:20:29.033 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-12-25T21:20:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cephadm 2023-12-25T21:20:27.356305+0000 mgr.smithi067.knbjpz (mgr.14184) 282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xjzhjp ... 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xjzhjp ... 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cephadm 2023-12-25T21:20:27.356825+0000 mgr.smithi067.knbjpz (mgr.14184) 283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cephadm 2023-12-25T21:20:27.358663+0000 mgr.smithi067.knbjpz (mgr.14184) 284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.xjzhjp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xjzhjp 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xjzhjp 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xjzhjp ... 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cephadm 2023-12-25T21:20:27.360963+0000 mgr.smithi067.knbjpz (mgr.14184) 285 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.dwfbpv on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cephadm 2023-12-25T21:20:27.362654+0000 mgr.smithi067.knbjpz (mgr.14184) 286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:29.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cluster 2023-12-25T21:20:27.364491+0000 mgr.smithi067.knbjpz (mgr.14184) 287 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-25T21:20:29.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:28 smithi175 bash[29404]: cluster 2023-12-25T21:20:27.646274+0000 mon.smithi067 (mon.0) 692 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:20:29.059 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-12-25T21:20:29.084 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-12-25T21:20:29.109 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-12-25T21:20:29.135 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-12-25T21:20:29.160 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-12-25T21:20:29.186 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-12-25T21:20:29.211 INFO:teuthology.orchestra.run.smithi067.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-12-25T21:20:29.627 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-12-25T21:20:30.012 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-12-25T21:20:30.321 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-12-25T21:20:30.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:30 smithi067 bash[26019]: cluster 2023-12-25T21:20:29.365252+0000 mgr.smithi067.knbjpz (mgr.14184) 288 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-25T21:20:31.000 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-12-25T21:20:31.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:30 smithi175 bash[29404]: cluster 2023-12-25T21:20:29.365252+0000 mgr.smithi067.knbjpz (mgr.14184) 288 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-25T21:20:31.055 INFO:teuthology.orchestra.run.smithi067.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-12-25T21:20:32.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:32 smithi067 bash[26019]: audit 2023-12-25T21:20:31.113389+0000 mon.smithi067 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:32.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:32 smithi067 bash[26019]: cluster 2023-12-25T21:20:31.366855+0000 mgr.smithi067.knbjpz (mgr.14184) 289 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 171 B/s wr, 2 op/s 2023-12-25T21:20:32.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:32 smithi175 bash[29404]: audit 2023-12-25T21:20:31.113389+0000 mon.smithi067 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:32.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:32 smithi175 bash[29404]: cluster 2023-12-25T21:20:31.366855+0000 mgr.smithi067.knbjpz (mgr.14184) 289 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 171 B/s wr, 2 op/s 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.308984+0000 mon.smithi067 (mon.0) 694 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: cluster 2023-12-25T21:20:33.367718+0000 mgr.smithi067.knbjpz (mgr.14184) 290 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.620641+0000 mon.smithi067 (mon.0) 695 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.622632+0000 mon.smithi067 (mon.0) 696 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.624152+0000 mon.smithi067 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: cephadm 2023-12-25T21:20:33.630484+0000 mgr.smithi067.knbjpz (mgr.14184) 291 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.912806+0000 mon.smithi067 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: cluster 2023-12-25T21:20:33.914037+0000 mgr.smithi067.knbjpz (mgr.14184) 292 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 488 B/s rd, 0 op/s 2023-12-25T21:20:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.922476+0000 mon.smithi067 (mon.0) 699 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:20:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: audit 2023-12-25T21:20:33.936895+0000 mon.smithi067 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:34 smithi175 bash[29404]: cephadm 2023-12-25T21:20:33.941384+0000 mgr.smithi067.knbjpz (mgr.14184) 293 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.jknnty on smithi175 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.308984+0000 mon.smithi067 (mon.0) 694 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: cluster 2023-12-25T21:20:33.367718+0000 mgr.smithi067.knbjpz (mgr.14184) 290 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.620641+0000 mon.smithi067 (mon.0) 695 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.622632+0000 mon.smithi067 (mon.0) 696 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.624152+0000 mon.smithi067 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: cephadm 2023-12-25T21:20:33.630484+0000 mgr.smithi067.knbjpz (mgr.14184) 291 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.912806+0000 mon.smithi067 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: cluster 2023-12-25T21:20:33.914037+0000 mgr.smithi067.knbjpz (mgr.14184) 292 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 488 B/s rd, 0 op/s 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.922476+0000 mon.smithi067 (mon.0) 699 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: audit 2023-12-25T21:20:33.936895+0000 mon.smithi067 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:34.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:34 smithi067 bash[26019]: cephadm 2023-12-25T21:20:33.941384+0000 mgr.smithi067.knbjpz (mgr.14184) 293 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.jknnty on smithi175 2023-12-25T21:20:35.327 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring fsid 1d242438-a36a-11ee-95a5-87774f69a715 2023-12-25T21:20:35.359 INFO:teuthology.orchestra.run.smithi067.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a 2023-12-25T21:20:35.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:35 smithi175 bash[29404]: cluster 2023-12-25T21:20:34.307495+0000 mon.smithi067 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:20:35.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:35 smithi175 bash[29404]: cluster 2023-12-25T21:20:34.307556+0000 mon.smithi067 (mon.0) 702 : cluster [INF] Cluster is now healthy 2023-12-25T21:20:35.805 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:35 smithi067 bash[26019]: cluster 2023-12-25T21:20:34.307495+0000 mon.smithi067 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:20:35.806 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:35 smithi067 bash[26019]: cluster 2023-12-25T21:20:34.307556+0000 mon.smithi067 (mon.0) 702 : cluster [INF] Cluster is now healthy 2023-12-25T21:20:36.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:36 smithi067 bash[26019]: cluster 2023-12-25T21:20:35.915355+0000 mgr.smithi067.knbjpz (mgr.14184) 294 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 878 B/s rd, 0 op/s 2023-12-25T21:20:36.786 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:36 smithi175 bash[29404]: cluster 2023-12-25T21:20:35.915355+0000 mgr.smithi067.knbjpz (mgr.14184) 294 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 878 B/s rd, 0 op/s 2023-12-25T21:20:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:37 smithi067 bash[26019]: audit 2023-12-25T21:20:37.708153+0000 mon.smithi067 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.jknnty"}]: dispatch 2023-12-25T21:20:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:37 smithi175 bash[29404]: audit 2023-12-25T21:20:37.708153+0000 mon.smithi067 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.jknnty"}]: dispatch 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: cephadm 2023-12-25T21:20:37.706953+0000 mgr.smithi067.knbjpz (mgr.14184) 295 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.jknnty ... 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:39.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.jknnty ... 2023-12-25T21:20:39.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: cephadm 2023-12-25T21:20:37.707458+0000 mgr.smithi067.knbjpz (mgr.14184) 296 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: cephadm 2023-12-25T21:20:37.709637+0000 mgr.smithi067.knbjpz (mgr.14184) 297 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.jknnty ... 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:39.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: cephadm 2023-12-25T21:20:37.713658+0000 mgr.smithi067.knbjpz (mgr.14184) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.ogejqq on smithi067 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:38 smithi067 bash[26019]: cluster 2023-12-25T21:20:37.916325+0000 mgr.smithi067.knbjpz (mgr.14184) 299 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: cephadm 2023-12-25T21:20:37.706953+0000 mgr.smithi067.knbjpz (mgr.14184) 295 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.jknnty ... 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.jknnty ... 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: cephadm 2023-12-25T21:20:37.707458+0000 mgr.smithi067.knbjpz (mgr.14184) 296 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: cephadm 2023-12-25T21:20:37.709637+0000 mgr.smithi067.knbjpz (mgr.14184) 297 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:39.041 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.jknnty ... 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: cephadm 2023-12-25T21:20:37.713658+0000 mgr.smithi067.knbjpz (mgr.14184) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.ogejqq on smithi067 2023-12-25T21:20:39.042 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:38 smithi175 bash[29404]: cluster 2023-12-25T21:20:37.916325+0000 mgr.smithi067.knbjpz (mgr.14184) 299 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T21:20:39.857 INFO:teuthology.run_tasks:Running task python... 2023-12-25T21:20:39.868 INFO:tasks.python:Running python on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:20:39.868 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-12-25T21:20:39.869 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-12-25T21:20:41.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:40 smithi067 bash[26019]: cluster 2023-12-25T21:20:39.917225+0000 mgr.smithi067.knbjpz (mgr.14184) 300 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 97 B/s wr, 2 op/s 2023-12-25T21:20:41.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:40 smithi175 bash[29404]: cluster 2023-12-25T21:20:39.917225+0000 mgr.smithi067.knbjpz (mgr.14184) 300 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 97 B/s wr, 2 op/s 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cluster 2023-12-25T21:20:40.988855+0000 mon.smithi067 (mon.0) 704 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: audit 2023-12-25T21:20:40.991525+0000 mon.smithi067 (mon.0) 705 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cephadm 2023-12-25T21:20:41.517325+0000 mgr.smithi067.knbjpz (mgr.14184) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.ogejqq ... 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.ogejqq ... 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cephadm 2023-12-25T21:20:41.517712+0000 mgr.smithi067.knbjpz (mgr.14184) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: audit 2023-12-25T21:20:41.518377+0000 mon.smithi067 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.ogejqq"}]: dispatch 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cephadm 2023-12-25T21:20:41.520176+0000 mgr.smithi067.knbjpz (mgr.14184) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.ogejqq ... 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cephadm 2023-12-25T21:20:41.524562+0000 mgr.smithi067.knbjpz (mgr.14184) 304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cephadm 2023-12-25T21:20:41.527939+0000 mgr.smithi067.knbjpz (mgr.14184) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:42.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:42 smithi175 bash[29404]: cluster 2023-12-25T21:20:41.529219+0000 mgr.smithi067.knbjpz (mgr.14184) 306 : cluster [DBG] pgmap v252: 193 pgs: 32 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 250 B/s wr, 3 op/s 2023-12-25T21:20:42.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cluster 2023-12-25T21:20:40.988855+0000 mon.smithi067 (mon.0) 704 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: audit 2023-12-25T21:20:40.991525+0000 mon.smithi067 (mon.0) 705 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cephadm 2023-12-25T21:20:41.517325+0000 mgr.smithi067.knbjpz (mgr.14184) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.ogejqq ... 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:42.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.ogejqq ... 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:42.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cephadm 2023-12-25T21:20:41.517712+0000 mgr.smithi067.knbjpz (mgr.14184) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: audit 2023-12-25T21:20:41.518377+0000 mon.smithi067 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.ogejqq"}]: dispatch 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cephadm 2023-12-25T21:20:41.520176+0000 mgr.smithi067.knbjpz (mgr.14184) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.ogejqq ... 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:20:42.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cephadm 2023-12-25T21:20:41.524562+0000 mgr.smithi067.knbjpz (mgr.14184) 304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:42.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cephadm 2023-12-25T21:20:41.527939+0000 mgr.smithi067.knbjpz (mgr.14184) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:20:42.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:42 smithi067 bash[26019]: cluster 2023-12-25T21:20:41.529219+0000 mgr.smithi067.knbjpz (mgr.14184) 306 : cluster [DBG] pgmap v252: 193 pgs: 32 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 250 B/s wr, 3 op/s 2023-12-25T21:20:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:43 smithi175 bash[29404]: cluster 2023-12-25T21:20:41.984575+0000 mon.smithi067 (mon.0) 707 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:20:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:43 smithi175 bash[29404]: audit 2023-12-25T21:20:41.995540+0000 mon.smithi067 (mon.0) 708 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-25T21:20:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:43 smithi175 bash[29404]: cluster 2023-12-25T21:20:41.996087+0000 mon.smithi067 (mon.0) 709 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-25T21:20:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:43 smithi175 bash[29404]: audit 2023-12-25T21:20:41.999252+0000 mon.smithi067 (mon.0) 710 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:43 smithi175 bash[29404]: audit 2023-12-25T21:20:42.996017+0000 mon.smithi067 (mon.0) 711 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:20:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:43 smithi175 bash[29404]: cluster 2023-12-25T21:20:42.996271+0000 mon.smithi067 (mon.0) 712 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-25T21:20:43.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:43 smithi067 bash[26019]: cluster 2023-12-25T21:20:41.984575+0000 mon.smithi067 (mon.0) 707 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:20:43.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:43 smithi067 bash[26019]: audit 2023-12-25T21:20:41.995540+0000 mon.smithi067 (mon.0) 708 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-25T21:20:43.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:43 smithi067 bash[26019]: cluster 2023-12-25T21:20:41.996087+0000 mon.smithi067 (mon.0) 709 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-25T21:20:43.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:43 smithi067 bash[26019]: audit 2023-12-25T21:20:41.999252+0000 mon.smithi067 (mon.0) 710 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:20:43.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:43 smithi067 bash[26019]: audit 2023-12-25T21:20:42.996017+0000 mon.smithi067 (mon.0) 711 : audit [INF] from='client.? 172.21.15.67:0/390979518' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:20:43.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:43 smithi067 bash[26019]: cluster 2023-12-25T21:20:42.996271+0000 mon.smithi067 (mon.0) 712 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-25T21:20:44.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:44 smithi175 bash[29404]: cluster 2023-12-25T21:20:43.529920+0000 mgr.smithi067.knbjpz (mgr.14184) 307 : cluster [DBG] pgmap v255: 193 pgs: 12 creating+peering, 20 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 364 B/s wr, 2 op/s 2023-12-25T21:20:44.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:44 smithi067 bash[26019]: cluster 2023-12-25T21:20:43.529920+0000 mgr.smithi067.knbjpz (mgr.14184) 307 : cluster [DBG] pgmap v255: 193 pgs: 12 creating+peering, 20 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 364 B/s wr, 2 op/s 2023-12-25T21:20:45.089 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:20:45.099 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:20:45.099 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-12-25T21:20:45.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:45 smithi067 bash[26019]: cluster 2023-12-25T21:20:44.019383+0000 mon.smithi067 (mon.0) 713 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-25T21:20:45.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:45 smithi067 bash[26019]: audit 2023-12-25T21:20:44.029632+0000 mon.smithi067 (mon.0) 714 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-25T21:20:45.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:45 smithi175 bash[29404]: cluster 2023-12-25T21:20:44.019383+0000 mon.smithi067 (mon.0) 713 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-25T21:20:45.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:45 smithi175 bash[29404]: audit 2023-12-25T21:20:44.029632+0000 mon.smithi067 (mon.0) 714 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-25T21:20:46.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:46 smithi067 bash[26019]: audit 2023-12-25T21:20:45.026196+0000 mon.smithi067 (mon.0) 715 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-25T21:20:46.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:46 smithi067 bash[26019]: cluster 2023-12-25T21:20:45.026396+0000 mon.smithi067 (mon.0) 716 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-25T21:20:46.371 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:46 smithi067 bash[26019]: cluster 2023-12-25T21:20:45.530952+0000 mgr.smithi067.knbjpz (mgr.14184) 308 : cluster [DBG] pgmap v258: 225 pgs: 17 creating+peering, 33 unknown, 175 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2023-12-25T21:20:46.371 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:46 smithi067 bash[26019]: cluster 2023-12-25T21:20:46.025981+0000 mon.smithi067 (mon.0) 717 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-25T21:20:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:46 smithi175 bash[29404]: audit 2023-12-25T21:20:45.026196+0000 mon.smithi067 (mon.0) 715 : audit [INF] from='client.? 172.21.15.67:0/2993717252' entity='client.rgw.foorgw.smithi067.oilmkj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-25T21:20:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:46 smithi175 bash[29404]: cluster 2023-12-25T21:20:45.026396+0000 mon.smithi067 (mon.0) 716 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-25T21:20:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:46 smithi175 bash[29404]: cluster 2023-12-25T21:20:45.530952+0000 mgr.smithi067.knbjpz (mgr.14184) 308 : cluster [DBG] pgmap v258: 225 pgs: 17 creating+peering, 33 unknown, 175 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2023-12-25T21:20:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:46 smithi175 bash[29404]: cluster 2023-12-25T21:20:46.025981+0000 mon.smithi067 (mon.0) 717 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-25T21:20:47.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:47 smithi067 bash[26019]: audit 2023-12-25T21:20:46.143159+0000 mon.smithi067 (mon.0) 718 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:47.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:47 smithi175 bash[29404]: audit 2023-12-25T21:20:46.143159+0000 mon.smithi067 (mon.0) 718 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:48 smithi067 bash[26019]: cluster 2023-12-25T21:20:47.532683+0000 mgr.smithi067.knbjpz (mgr.14184) 309 : cluster [DBG] pgmap v260: 225 pgs: 5 creating+peering, 5 unknown, 215 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 676 B/s rd, 1.1 KiB/s wr, 7 op/s 2023-12-25T21:20:48.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:48 smithi175 bash[29404]: cluster 2023-12-25T21:20:47.532683+0000 mgr.smithi067.knbjpz (mgr.14184) 309 : cluster [DBG] pgmap v260: 225 pgs: 5 creating+peering, 5 unknown, 215 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 676 B/s rd, 1.1 KiB/s wr, 7 op/s 2023-12-25T21:20:48.648 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2023-12-25T21:20:48.648 INFO:teuthology.orchestra.run.smithi067.stdout: "bind": "/foouser", 2023-12-25T21:20:48.648 INFO:teuthology.orchestra.run.smithi067.stdout: "path": "/", 2023-12-25T21:20:48.649 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster": "foo", 2023-12-25T21:20:48.649 INFO:teuthology.orchestra.run.smithi067.stdout: "mode": "RW", 2023-12-25T21:20:48.649 INFO:teuthology.orchestra.run.smithi067.stdout: "squash": "none" 2023-12-25T21:20:48.649 INFO:teuthology.orchestra.run.smithi067.stdout:} 2023-12-25T21:20:49.351 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:20:49.364 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-25T21:20:49.364 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:20:49.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:49 smithi067 bash[26019]: audit 2023-12-25T21:20:48.445252+0000 mgr.smithi067.knbjpz (mgr.14184) 310 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:20:49.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:49 smithi175 bash[29404]: audit 2023-12-25T21:20:48.445252+0000 mgr.smithi067.knbjpz (mgr.14184) 310 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:20:50.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:50 smithi067 bash[26019]: cluster 2023-12-25T21:20:49.534148+0000 mgr.smithi067.knbjpz (mgr.14184) 311 : cluster [DBG] pgmap v261: 225 pgs: 5 creating+peering, 220 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2023-12-25T21:20:50.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:50 smithi175 bash[29404]: cluster 2023-12-25T21:20:49.534148+0000 mgr.smithi067.knbjpz (mgr.14184) 311 : cluster [DBG] pgmap v261: 225 pgs: 5 creating+peering, 220 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2023-12-25T21:20:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:52 smithi067 bash[26019]: audit 2023-12-25T21:20:51.161329+0000 mon.smithi067 (mon.0) 719 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:52 smithi067 bash[26019]: cluster 2023-12-25T21:20:51.536087+0000 mgr.smithi067.knbjpz (mgr.14184) 312 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.1 KiB/s wr, 13 op/s 2023-12-25T21:20:52.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:52 smithi175 bash[29404]: audit 2023-12-25T21:20:51.161329+0000 mon.smithi067 (mon.0) 719 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:20:52.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:52 smithi175 bash[29404]: cluster 2023-12-25T21:20:51.536087+0000 mgr.smithi067.knbjpz (mgr.14184) 312 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.1 KiB/s wr, 13 op/s 2023-12-25T21:20:52.686 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:20:52.687 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:20:53.307 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-25T21:20:53.308 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:20:53.319 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-25T21:20:53.319 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:20:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:53 smithi067 bash[26019]: audit 2023-12-25T21:20:52.674385+0000 mgr.smithi067.knbjpz (mgr.14184) 313 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:20:53.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:53 smithi175 bash[29404]: audit 2023-12-25T21:20:52.674385+0000 mgr.smithi067.knbjpz (mgr.14184) 313 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:20:54.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:54 smithi067 bash[26019]: cluster 2023-12-25T21:20:53.538112+0000 mgr.smithi067.knbjpz (mgr.14184) 314 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 961 B/s wr, 16 op/s 2023-12-25T21:20:54.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:54 smithi175 bash[29404]: cluster 2023-12-25T21:20:53.538112+0000 mgr.smithi067.knbjpz (mgr.14184) 314 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 961 B/s wr, 16 op/s 2023-12-25T21:20:56.443 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:20:56.444 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:20:56.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:56 smithi067 bash[26019]: cluster 2023-12-25T21:20:55.539795+0000 mgr.smithi067.knbjpz (mgr.14184) 315 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 818 B/s wr, 15 op/s 2023-12-25T21:20:57.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:56 smithi175 bash[29404]: cluster 2023-12-25T21:20:55.539795+0000 mgr.smithi067.knbjpz (mgr.14184) 315 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 818 B/s wr, 15 op/s 2023-12-25T21:20:57.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:20:57.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:57 smithi067 bash[26019]: audit 2023-12-25T21:20:56.429468+0000 mgr.smithi067.knbjpz (mgr.14184) 316 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:20:58.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:57 smithi175 bash[29404]: audit 2023-12-25T21:20:56.429468+0000 mgr.smithi067.knbjpz (mgr.14184) 316 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:20:58.045 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:20:58.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:20:58 smithi067 bash[26019]: cluster 2023-12-25T21:20:57.541753+0000 mgr.smithi067.knbjpz (mgr.14184) 317 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 711 B/s wr, 13 op/s 2023-12-25T21:20:59.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:20:58 smithi175 bash[29404]: cluster 2023-12-25T21:20:57.541753+0000 mgr.smithi067.knbjpz (mgr.14184) 317 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 711 B/s wr, 13 op/s 2023-12-25T21:21:00.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:00 smithi067 bash[26019]: cluster 2023-12-25T21:20:59.543127+0000 mgr.smithi067.knbjpz (mgr.14184) 318 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 426 B/s wr, 11 op/s 2023-12-25T21:21:01.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:00 smithi175 bash[29404]: cluster 2023-12-25T21:20:59.543127+0000 mgr.smithi067.knbjpz (mgr.14184) 318 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 426 B/s wr, 11 op/s 2023-12-25T21:21:01.364 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:01.364 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:01.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:02.981 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:02.992 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:02 smithi067 bash[26019]: audit 2023-12-25T21:21:01.350490+0000 mgr.smithi067.knbjpz (mgr.14184) 319 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:02.992 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:02 smithi067 bash[26019]: cluster 2023-12-25T21:21:01.544911+0000 mgr.smithi067.knbjpz (mgr.14184) 320 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 255 B/s wr, 10 op/s 2023-12-25T21:21:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:02 smithi175 bash[29404]: audit 2023-12-25T21:21:01.350490+0000 mgr.smithi067.knbjpz (mgr.14184) 319 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:02 smithi175 bash[29404]: cluster 2023-12-25T21:21:01.544911+0000 mgr.smithi067.knbjpz (mgr.14184) 320 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 255 B/s wr, 10 op/s 2023-12-25T21:21:04.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:04 smithi067 bash[26019]: cluster 2023-12-25T21:21:03.546566+0000 mgr.smithi067.knbjpz (mgr.14184) 321 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 85 B/s wr, 4 op/s 2023-12-25T21:21:05.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:04 smithi175 bash[29404]: cluster 2023-12-25T21:21:03.546566+0000 mgr.smithi067.knbjpz (mgr.14184) 321 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 85 B/s wr, 4 op/s 2023-12-25T21:21:06.280 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:06.281 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:06.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:06.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:06 smithi067 bash[26019]: cluster 2023-12-25T21:21:05.548383+0000 mgr.smithi067.knbjpz (mgr.14184) 322 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2023-12-25T21:21:07.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:06 smithi175 bash[29404]: cluster 2023-12-25T21:21:05.548383+0000 mgr.smithi067.knbjpz (mgr.14184) 322 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2023-12-25T21:21:07.910 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:07.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:07 smithi067 bash[26019]: audit 2023-12-25T21:21:06.269907+0000 mgr.smithi067.knbjpz (mgr.14184) 323 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:08.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:07 smithi175 bash[29404]: audit 2023-12-25T21:21:06.269907+0000 mgr.smithi067.knbjpz (mgr.14184) 323 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:08.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:08 smithi067 bash[26019]: cluster 2023-12-25T21:21:07.550352+0000 mgr.smithi067.knbjpz (mgr.14184) 324 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:09.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:08 smithi175 bash[29404]: cluster 2023-12-25T21:21:07.550352+0000 mgr.smithi067.knbjpz (mgr.14184) 324 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:10 smithi067 bash[26019]: cluster 2023-12-25T21:21:09.551580+0000 mgr.smithi067.knbjpz (mgr.14184) 325 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:11.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:10 smithi175 bash[29404]: cluster 2023-12-25T21:21:09.551580+0000 mgr.smithi067.knbjpz (mgr.14184) 325 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:11.166 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:11.166 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:11.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:12.832 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:12.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:12 smithi067 bash[26019]: audit 2023-12-25T21:21:11.151938+0000 mgr.smithi067.knbjpz (mgr.14184) 326 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:12.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:12 smithi067 bash[26019]: cluster 2023-12-25T21:21:11.553283+0000 mgr.smithi067.knbjpz (mgr.14184) 327 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:21:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:12 smithi175 bash[29404]: audit 2023-12-25T21:21:11.151938+0000 mgr.smithi067.knbjpz (mgr.14184) 326 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:12 smithi175 bash[29404]: cluster 2023-12-25T21:21:11.553283+0000 mgr.smithi067.knbjpz (mgr.14184) 327 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:21:14.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:14 smithi067 bash[26019]: cluster 2023-12-25T21:21:13.555058+0000 mgr.smithi067.knbjpz (mgr.14184) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:15.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:14 smithi175 bash[29404]: cluster 2023-12-25T21:21:13.555058+0000 mgr.smithi067.knbjpz (mgr.14184) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:16.066 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:16.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:16.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:16 smithi067 bash[26019]: cluster 2023-12-25T21:21:15.556713+0000 mgr.smithi067.knbjpz (mgr.14184) 329 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:16 smithi175 bash[29404]: cluster 2023-12-25T21:21:15.556713+0000 mgr.smithi067.knbjpz (mgr.14184) 329 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:17.651 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:17.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:17 smithi067 bash[26019]: audit 2023-12-25T21:21:16.059846+0000 mgr.smithi067.knbjpz (mgr.14184) 330 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:18.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:17 smithi175 bash[29404]: audit 2023-12-25T21:21:16.059846+0000 mgr.smithi067.knbjpz (mgr.14184) 330 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:18.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:18 smithi067 bash[26019]: cluster 2023-12-25T21:21:17.559101+0000 mgr.smithi067.knbjpz (mgr.14184) 331 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:19.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:18 smithi175 bash[29404]: cluster 2023-12-25T21:21:17.559101+0000 mgr.smithi067.knbjpz (mgr.14184) 331 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:20.658 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:20.658 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:20.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:20 smithi067 bash[26019]: cluster 2023-12-25T21:21:19.560355+0000 mgr.smithi067.knbjpz (mgr.14184) 332 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:21.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:20 smithi175 bash[29404]: cluster 2023-12-25T21:21:19.560355+0000 mgr.smithi067.knbjpz (mgr.14184) 332 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:21.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:21.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:21 smithi067 bash[26019]: audit 2023-12-25T21:21:20.647236+0000 mgr.smithi067.knbjpz (mgr.14184) 333 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:22.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:21 smithi175 bash[29404]: audit 2023-12-25T21:21:20.647236+0000 mgr.smithi067.knbjpz (mgr.14184) 333 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:22.239 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:22 smithi067 bash[26019]: cluster 2023-12-25T21:21:21.562129+0000 mgr.smithi067.knbjpz (mgr.14184) 334 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:22 smithi175 bash[29404]: cluster 2023-12-25T21:21:21.562129+0000 mgr.smithi067.knbjpz (mgr.14184) 334 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:21:24.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:24 smithi067 bash[26019]: cluster 2023-12-25T21:21:23.563907+0000 mgr.smithi067.knbjpz (mgr.14184) 335 : 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 2023-12-25T21:21:25.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:24 smithi175 bash[29404]: cluster 2023-12-25T21:21:23.563907+0000 mgr.smithi067.knbjpz (mgr.14184) 335 : 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 2023-12-25T21:21:25.400 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:25.401 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:26.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:27.008 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:27.020 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:26 smithi067 bash[26019]: audit 2023-12-25T21:21:25.386519+0000 mgr.smithi067.knbjpz (mgr.14184) 336 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:27.020 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:26 smithi067 bash[26019]: cluster 2023-12-25T21:21:25.565683+0000 mgr.smithi067.knbjpz (mgr.14184) 337 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:27.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:26 smithi175 bash[29404]: audit 2023-12-25T21:21:25.386519+0000 mgr.smithi067.knbjpz (mgr.14184) 336 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:27.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:26 smithi175 bash[29404]: cluster 2023-12-25T21:21:25.565683+0000 mgr.smithi067.knbjpz (mgr.14184) 337 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:29.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:28 smithi175 bash[29404]: cluster 2023-12-25T21:21:27.567745+0000 mgr.smithi067.knbjpz (mgr.14184) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:28 smithi067 bash[26019]: cluster 2023-12-25T21:21:27.567745+0000 mgr.smithi067.knbjpz (mgr.14184) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:30.310 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:30.311 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:30.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:31.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:30 smithi175 bash[29404]: cluster 2023-12-25T21:21:29.569570+0000 mgr.smithi067.knbjpz (mgr.14184) 339 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:30 smithi067 bash[26019]: cluster 2023-12-25T21:21:29.569570+0000 mgr.smithi067.knbjpz (mgr.14184) 339 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:31.975 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:32.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:31 smithi175 bash[29404]: audit 2023-12-25T21:21:30.298652+0000 mgr.smithi067.knbjpz (mgr.14184) 340 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:32.306 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:31 smithi067 bash[26019]: audit 2023-12-25T21:21:30.298652+0000 mgr.smithi067.knbjpz (mgr.14184) 340 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:33.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:32 smithi175 bash[29404]: cluster 2023-12-25T21:21:31.571318+0000 mgr.smithi067.knbjpz (mgr.14184) 341 : 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, 0 op/s 2023-12-25T21:21:33.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:32 smithi067 bash[26019]: cluster 2023-12-25T21:21:31.571318+0000 mgr.smithi067.knbjpz (mgr.14184) 341 : 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, 0 op/s 2023-12-25T21:21:35.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:34 smithi175 bash[29404]: cluster 2023-12-25T21:21:33.573144+0000 mgr.smithi067.knbjpz (mgr.14184) 342 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:34 smithi067 bash[26019]: cluster 2023-12-25T21:21:33.573144+0000 mgr.smithi067.knbjpz (mgr.14184) 342 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:35.255 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:35.256 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:35.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:36.917 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:37.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:36 smithi067 bash[26019]: audit 2023-12-25T21:21:35.249866+0000 mgr.smithi067.knbjpz (mgr.14184) 343 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:37.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:36 smithi067 bash[26019]: cluster 2023-12-25T21:21:35.574859+0000 mgr.smithi067.knbjpz (mgr.14184) 344 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:37.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:36 smithi175 bash[29404]: audit 2023-12-25T21:21:35.249866+0000 mgr.smithi067.knbjpz (mgr.14184) 343 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:37.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:36 smithi175 bash[29404]: cluster 2023-12-25T21:21:35.574859+0000 mgr.smithi067.knbjpz (mgr.14184) 344 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:38 smithi067 bash[26019]: cluster 2023-12-25T21:21:37.576855+0000 mgr.smithi067.knbjpz (mgr.14184) 345 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:39.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:38 smithi175 bash[29404]: cluster 2023-12-25T21:21:37.576855+0000 mgr.smithi067.knbjpz (mgr.14184) 345 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:40.081 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:40.081 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:40.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:40.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:40 smithi067 bash[26019]: cluster 2023-12-25T21:21:39.578089+0000 mgr.smithi067.knbjpz (mgr.14184) 346 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:41.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:40 smithi175 bash[29404]: cluster 2023-12-25T21:21:39.578089+0000 mgr.smithi067.knbjpz (mgr.14184) 346 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:41.686 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:41.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:41 smithi067 bash[26019]: audit 2023-12-25T21:21:40.072877+0000 mgr.smithi067.knbjpz (mgr.14184) 347 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:41.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:41 smithi067 bash[26019]: audit 2023-12-25T21:21:41.532382+0000 mon.smithi067 (mon.0) 720 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:21:42.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:41 smithi175 bash[29404]: audit 2023-12-25T21:21:40.072877+0000 mgr.smithi067.knbjpz (mgr.14184) 347 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:42.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:41 smithi175 bash[29404]: audit 2023-12-25T21:21:41.532382+0000 mon.smithi067 (mon.0) 720 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:21:43.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:42 smithi067 bash[26019]: cluster 2023-12-25T21:21:41.579813+0000 mgr.smithi067.knbjpz (mgr.14184) 348 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:21:43.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:42 smithi175 bash[29404]: cluster 2023-12-25T21:21:41.579813+0000 mgr.smithi067.knbjpz (mgr.14184) 348 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:21:44.845 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:44.846 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:20:33.606142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:20:33.297764Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:20:33.606505Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:20:33.298174Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:20:33.298409Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:20:33.607882Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:20:33.298632Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:20:33.299083Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:20:33.298874Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:20:33.299862Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:45.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:44 smithi067 bash[26019]: cluster 2023-12-25T21:21:43.581486+0000 mgr.smithi067.knbjpz (mgr.14184) 349 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:45.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:44 smithi175 bash[29404]: cluster 2023-12-25T21:21:43.581486+0000 mgr.smithi067.knbjpz (mgr.14184) 349 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:45.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:46.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:45 smithi067 bash[26019]: audit 2023-12-25T21:21:44.831610+0000 mgr.smithi067.knbjpz (mgr.14184) 350 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:46.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:45 smithi067 bash[26019]: audit 2023-12-25T21:21:45.580359+0000 mon.smithi067 (mon.0) 721 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2023-12-25T21:21:46.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:45 smithi067 bash[26019]: audit 2023-12-25T21:21:45.580930+0000 mon.smithi067 (mon.0) 722 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-12-25T21:21:46.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:45 smithi175 bash[29404]: audit 2023-12-25T21:21:44.831610+0000 mgr.smithi067.knbjpz (mgr.14184) 350 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:46.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:45 smithi175 bash[29404]: audit 2023-12-25T21:21:45.580359+0000 mon.smithi067 (mon.0) 721 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2023-12-25T21:21:46.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:45 smithi175 bash[29404]: audit 2023-12-25T21:21:45.580930+0000 mon.smithi067 (mon.0) 722 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-12-25T21:21:46.475 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:47.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:46 smithi067 bash[26019]: cluster 2023-12-25T21:21:45.583151+0000 mgr.smithi067.knbjpz (mgr.14184) 351 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:47.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:46 smithi067 bash[26019]: audit 2023-12-25T21:21:45.832468+0000 mon.smithi067 (mon.0) 723 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2023-12-25T21:21:47.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:46 smithi067 bash[26019]: audit 2023-12-25T21:21:45.832582+0000 mon.smithi067 (mon.0) 724 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-12-25T21:21:47.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:46 smithi067 bash[26019]: cluster 2023-12-25T21:21:45.832650+0000 mon.smithi067 (mon.0) 725 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-25T21:21:47.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:46 smithi175 bash[29404]: cluster 2023-12-25T21:21:45.583151+0000 mgr.smithi067.knbjpz (mgr.14184) 351 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:21:47.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:46 smithi175 bash[29404]: audit 2023-12-25T21:21:45.832468+0000 mon.smithi067 (mon.0) 723 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2023-12-25T21:21:47.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:46 smithi175 bash[29404]: audit 2023-12-25T21:21:45.832582+0000 mon.smithi067 (mon.0) 724 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-12-25T21:21:47.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:46 smithi175 bash[29404]: cluster 2023-12-25T21:21:45.832650+0000 mon.smithi067 (mon.0) 725 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-25T21:21:47.925 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:47 smithi067 bash[26019]: cluster 2023-12-25T21:21:46.834126+0000 mon.smithi067 (mon.0) 726 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-25T21:21:47.925 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:47 smithi067 bash[26019]: audit 2023-12-25T21:21:47.409307+0000 mon.smithi067 (mon.0) 727 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:47 smithi175 bash[29404]: cluster 2023-12-25T21:21:46.834126+0000 mon.smithi067 (mon.0) 726 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-25T21:21:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:47 smithi175 bash[29404]: audit 2023-12-25T21:21:47.409307+0000 mon.smithi067 (mon.0) 727 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: cluster 2023-12-25T21:21:47.584074+0000 mgr.smithi067.knbjpz (mgr.14184) 352 : cluster [DBG] pgmap v292: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: audit 2023-12-25T21:21:47.973376+0000 mon.smithi067 (mon.0) 728 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: audit 2023-12-25T21:21:48.273204+0000 mon.smithi067 (mon.0) 729 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: audit 2023-12-25T21:21:48.275028+0000 mon.smithi067 (mon.0) 730 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: audit 2023-12-25T21:21:48.283110+0000 mon.smithi067 (mon.0) 731 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: audit 2023-12-25T21:21:48.294380+0000 mon.smithi067 (mon.0) 732 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: audit 2023-12-25T21:21:48.308546+0000 mon.smithi067 (mon.0) 733 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: cluster 2023-12-25T21:21:48.405856+0000 mon.smithi067 (mon.0) 734 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-25T21:21:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:48 smithi067 bash[26019]: cluster 2023-12-25T21:21:48.405931+0000 mon.smithi067 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:21:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: cluster 2023-12-25T21:21:47.584074+0000 mgr.smithi067.knbjpz (mgr.14184) 352 : cluster [DBG] pgmap v292: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-25T21:21:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: audit 2023-12-25T21:21:47.973376+0000 mon.smithi067 (mon.0) 728 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: audit 2023-12-25T21:21:48.273204+0000 mon.smithi067 (mon.0) 729 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:21:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: audit 2023-12-25T21:21:48.275028+0000 mon.smithi067 (mon.0) 730 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:21:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: audit 2023-12-25T21:21:48.283110+0000 mon.smithi067 (mon.0) 731 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: audit 2023-12-25T21:21:48.294380+0000 mon.smithi067 (mon.0) 732 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:21:49.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: audit 2023-12-25T21:21:48.308546+0000 mon.smithi067 (mon.0) 733 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:49.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: cluster 2023-12-25T21:21:48.405856+0000 mon.smithi067 (mon.0) 734 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-25T21:21:49.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:48 smithi175 bash[29404]: cluster 2023-12-25T21:21:48.405931+0000 mon.smithi067 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:21:49.798 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:49.798 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:27.362543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.gbahco on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:50.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:49 smithi067 bash[26019]: cluster 2023-12-25T21:21:48.284074+0000 mgr.smithi067.knbjpz (mgr.14184) 353 : cluster [DBG] pgmap v293: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:50.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:49 smithi067 bash[26019]: cephadm 2023-12-25T21:21:48.312456+0000 mgr.smithi067.knbjpz (mgr.14184) 354 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.koreqg on smithi175 2023-12-25T21:21:50.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:49 smithi175 bash[29404]: cluster 2023-12-25T21:21:48.284074+0000 mgr.smithi067.knbjpz (mgr.14184) 353 : cluster [DBG] pgmap v293: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:50.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:49 smithi175 bash[29404]: cephadm 2023-12-25T21:21:48.312456+0000 mgr.smithi067.knbjpz (mgr.14184) 354 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.koreqg on smithi175 2023-12-25T21:21:50.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:51.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:50 smithi067 bash[26019]: audit 2023-12-25T21:21:49.786301+0000 mgr.smithi067.knbjpz (mgr.14184) 355 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:51.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:50 smithi175 bash[29404]: audit 2023-12-25T21:21:49.786301+0000 mgr.smithi067.knbjpz (mgr.14184) 355 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:51.439 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:51 smithi067 bash[26019]: cluster 2023-12-25T21:21:50.285451+0000 mgr.smithi067.knbjpz (mgr.14184) 356 : cluster [DBG] pgmap v294: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 152 B/s rd, 0 op/s 2023-12-25T21:21:52.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:51 smithi175 bash[29404]: cluster 2023-12-25T21:21:50.285451+0000 mgr.smithi067.knbjpz (mgr.14184) 356 : cluster [DBG] pgmap v294: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 152 B/s rd, 0 op/s 2023-12-25T21:21:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: cephadm 2023-12-25T21:21:52.082659+0000 mgr.smithi067.knbjpz (mgr.14184) 357 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.koreqg ... 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.koreqg ... 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: cephadm 2023-12-25T21:21:52.083248+0000 mgr.smithi067.knbjpz (mgr.14184) 358 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:52 smithi067 bash[26019]: audit 2023-12-25T21:21:52.083976+0000 mon.smithi067 (mon.0) 736 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.koreqg"}]: dispatch 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: cephadm 2023-12-25T21:21:52.085679+0000 mgr.smithi067.knbjpz (mgr.14184) 359 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.koreqg ... 2023-12-25T21:21:53.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:53.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:53.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:53.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: cephadm 2023-12-25T21:21:52.090785+0000 mgr.smithi067.knbjpz (mgr.14184) 360 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.azbzcw on smithi067 2023-12-25T21:21:53.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:53 smithi067 bash[26019]: cluster 2023-12-25T21:21:52.287887+0000 mgr.smithi067.knbjpz (mgr.14184) 361 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 152 B/s rd, 0 op/s 2023-12-25T21:21:53.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: cephadm 2023-12-25T21:21:52.082659+0000 mgr.smithi067.knbjpz (mgr.14184) 357 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.koreqg ... 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:21:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:52 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.koreqg ... 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: cephadm 2023-12-25T21:21:52.083248+0000 mgr.smithi067.knbjpz (mgr.14184) 358 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: audit 2023-12-25T21:21:52.083976+0000 mon.smithi067 (mon.0) 736 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.koreqg"}]: dispatch 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: cephadm 2023-12-25T21:21:52.085679+0000 mgr.smithi067.knbjpz (mgr.14184) 359 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.koreqg ... 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: cephadm 2023-12-25T21:21:52.090785+0000 mgr.smithi067.knbjpz (mgr.14184) 360 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.azbzcw on smithi067 2023-12-25T21:21:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:53 smithi175 bash[29404]: cluster 2023-12-25T21:21:52.287887+0000 mgr.smithi067.knbjpz (mgr.14184) 361 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 152 B/s rd, 0 op/s 2023-12-25T21:21:54.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:54 smithi175 bash[29404]: cluster 2023-12-25T21:21:52.989221+0000 mon.smithi067 (mon.0) 737 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-25T21:21:54.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:54 smithi175 bash[29404]: cluster 2023-12-25T21:21:52.989304+0000 mon.smithi067 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-25T21:21:54.381 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:54 smithi067 bash[26019]: cluster 2023-12-25T21:21:52.989221+0000 mon.smithi067 (mon.0) 737 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-25T21:21:54.381 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:54 smithi067 bash[26019]: cluster 2023-12-25T21:21:52.989304+0000 mon.smithi067 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-25T21:21:54.845 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:54.846 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:37.709393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jknnty on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jknnty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jknnty\nDeploy daemon haproxy.nfs.foo.smithi175.jknnty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.519858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ogejqq on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ogejqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ogejqq\nDeploy daemon haproxy.nfs.foo.smithi067.ogejqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:20:41.524368Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.cpmgme on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:21:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:55 smithi067 bash[26019]: cluster 2023-12-25T21:21:54.289041+0000 mgr.smithi067.knbjpz (mgr.14184) 362 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-25T21:21:55.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:55 smithi067 bash[26019]: audit 2023-12-25T21:21:54.839172+0000 mgr.smithi067.knbjpz (mgr.14184) 363 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:55.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:55 smithi175 bash[29404]: cluster 2023-12-25T21:21:54.289041+0000 mgr.smithi067.knbjpz (mgr.14184) 362 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-25T21:21:55.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:55 smithi175 bash[29404]: audit 2023-12-25T21:21:54.839172+0000 mgr.smithi067.knbjpz (mgr.14184) 363 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:21:55.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:21:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: cephadm 2023-12-25T21:21:55.885126+0000 mgr.smithi067.knbjpz (mgr.14184) 364 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.azbzcw ... 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:21:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.azbzcw ... 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: cephadm 2023-12-25T21:21:55.885688+0000 mgr.smithi067.knbjpz (mgr.14184) 365 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: audit 2023-12-25T21:21:55.886308+0000 mon.smithi067 (mon.0) 739 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.azbzcw"}]: dispatch 2023-12-25T21:21:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: cephadm 2023-12-25T21:21:55.887605+0000 mgr.smithi067.knbjpz (mgr.14184) 366 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.azbzcw ... 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: cephadm 2023-12-25T21:21:55.891208+0000 mgr.smithi067.knbjpz (mgr.14184) 367 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: cephadm 2023-12-25T21:21:55.893588+0000 mgr.smithi067.knbjpz (mgr.14184) 368 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:21:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:56 smithi067 bash[26019]: cluster 2023-12-25T21:21:55.894769+0000 mgr.smithi067.knbjpz (mgr.14184) 369 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: cephadm 2023-12-25T21:21:55.885126+0000 mgr.smithi067.knbjpz (mgr.14184) 364 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.azbzcw ... 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.azbzcw ... 2023-12-25T21:21:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: cephadm 2023-12-25T21:21:55.885688+0000 mgr.smithi067.knbjpz (mgr.14184) 365 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: audit 2023-12-25T21:21:55.886308+0000 mon.smithi067 (mon.0) 739 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.azbzcw"}]: dispatch 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: cephadm 2023-12-25T21:21:55.887605+0000 mgr.smithi067.knbjpz (mgr.14184) 366 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.azbzcw ... 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: cephadm 2023-12-25T21:21:55.891208+0000 mgr.smithi067.knbjpz (mgr.14184) 367 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: cephadm 2023-12-25T21:21:55.893588+0000 mgr.smithi067.knbjpz (mgr.14184) 368 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:21:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:56 smithi175 bash[29404]: cluster 2023-12-25T21:21:55.894769+0000 mgr.smithi067.knbjpz (mgr.14184) 369 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2023-12-25T21:21:56.410 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:21:57.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:57 smithi175 bash[29404]: cluster 2023-12-25T21:21:56.010594+0000 mon.smithi067 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:21:57.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:57 smithi175 bash[29404]: audit 2023-12-25T21:21:56.239542+0000 mon.smithi067 (mon.0) 741 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:57.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:57 smithi067 bash[26019]: cluster 2023-12-25T21:21:56.010594+0000 mon.smithi067 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:21:57.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:57 smithi067 bash[26019]: audit 2023-12-25T21:21:56.239542+0000 mon.smithi067 (mon.0) 741 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:21:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:21:58 smithi067 bash[26019]: cluster 2023-12-25T21:21:57.896389+0000 mgr.smithi067.knbjpz (mgr.14184) 370 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:21:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:21:58 smithi175 bash[29404]: cluster 2023-12-25T21:21:57.896389+0000 mgr.smithi067.knbjpz (mgr.14184) 370 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:21:59.688 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:21:59.688 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:00.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:00 smithi067 bash[26019]: audit 2023-12-25T21:21:59.674887+0000 mgr.smithi067.knbjpz (mgr.14184) 371 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:00 smithi067 bash[26019]: cluster 2023-12-25T21:21:59.898057+0000 mgr.smithi067.knbjpz (mgr.14184) 372 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-25T21:22:01.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:00 smithi175 bash[29404]: audit 2023-12-25T21:21:59.674887+0000 mgr.smithi067.knbjpz (mgr.14184) 371 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:01.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:00 smithi175 bash[29404]: cluster 2023-12-25T21:21:59.898057+0000 mgr.smithi067.knbjpz (mgr.14184) 372 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-25T21:22:01.290 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:02 smithi175 bash[29404]: audit 2023-12-25T21:22:01.264843+0000 mon.smithi067 (mon.0) 742 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:22:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:02 smithi175 bash[29404]: cluster 2023-12-25T21:22:01.899996+0000 mgr.smithi067.knbjpz (mgr.14184) 373 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:22:02.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:02 smithi067 bash[26019]: audit 2023-12-25T21:22:01.264843+0000 mon.smithi067 (mon.0) 742 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:22:02.577 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:02 smithi067 bash[26019]: cluster 2023-12-25T21:22:01.899996+0000 mgr.smithi067.knbjpz (mgr.14184) 373 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:22:04.358 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:04.358 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:04.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:05.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:04 smithi067 bash[26019]: cluster 2023-12-25T21:22:03.901284+0000 mgr.smithi067.knbjpz (mgr.14184) 374 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:22:05.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:04 smithi175 bash[29404]: cluster 2023-12-25T21:22:03.901284+0000 mgr.smithi067.knbjpz (mgr.14184) 374 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:22:05.919 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:06.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:05 smithi067 bash[26019]: audit 2023-12-25T21:22:04.352299+0000 mgr.smithi067.knbjpz (mgr.14184) 375 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:06.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:05 smithi175 bash[29404]: audit 2023-12-25T21:22:04.352299+0000 mgr.smithi067.knbjpz (mgr.14184) 375 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:07.195 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:06 smithi067 bash[26019]: cluster 2023-12-25T21:22:05.902851+0000 mgr.smithi067.knbjpz (mgr.14184) 376 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:22:07.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:06 smithi175 bash[29404]: cluster 2023-12-25T21:22:05.902851+0000 mgr.smithi067.knbjpz (mgr.14184) 376 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:22:09.024 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:09.024 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:09.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:08 smithi067 bash[26019]: cluster 2023-12-25T21:22:07.904765+0000 mgr.smithi067.knbjpz (mgr.14184) 377 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:09.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:08 smithi175 bash[29404]: cluster 2023-12-25T21:22:07.904765+0000 mgr.smithi067.knbjpz (mgr.14184) 377 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:09.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:10.584 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:11.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:10 smithi067 bash[26019]: audit 2023-12-25T21:22:09.011076+0000 mgr.smithi067.knbjpz (mgr.14184) 378 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:11.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:10 smithi067 bash[26019]: cluster 2023-12-25T21:22:09.906341+0000 mgr.smithi067.knbjpz (mgr.14184) 379 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:11.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:10 smithi175 bash[29404]: audit 2023-12-25T21:22:09.011076+0000 mgr.smithi067.knbjpz (mgr.14184) 378 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:11.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:10 smithi175 bash[29404]: cluster 2023-12-25T21:22:09.906341+0000 mgr.smithi067.knbjpz (mgr.14184) 379 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:12.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:12 smithi067 bash[26019]: cluster 2023-12-25T21:22:11.908312+0000 mgr.smithi067.knbjpz (mgr.14184) 380 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:13.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:12 smithi175 bash[29404]: cluster 2023-12-25T21:22:11.908312+0000 mgr.smithi067.knbjpz (mgr.14184) 380 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:13.808 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:13.808 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:14.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:15.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:14 smithi067 bash[26019]: audit 2023-12-25T21:22:13.802414+0000 mgr.smithi067.knbjpz (mgr.14184) 381 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:15.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:14 smithi067 bash[26019]: cluster 2023-12-25T21:22:13.909555+0000 mgr.smithi067.knbjpz (mgr.14184) 382 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:15.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:14 smithi175 bash[29404]: audit 2023-12-25T21:22:13.802414+0000 mgr.smithi067.knbjpz (mgr.14184) 381 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:15.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:14 smithi175 bash[29404]: cluster 2023-12-25T21:22:13.909555+0000 mgr.smithi067.knbjpz (mgr.14184) 382 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:15.400 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:17.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:16 smithi067 bash[26019]: cluster 2023-12-25T21:22:15.911117+0000 mgr.smithi067.knbjpz (mgr.14184) 383 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:17.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:16 smithi175 bash[29404]: cluster 2023-12-25T21:22:15.911117+0000 mgr.smithi067.knbjpz (mgr.14184) 383 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:18.520 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:18.520 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:19.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:18 smithi067 bash[26019]: cluster 2023-12-25T21:22:17.913053+0000 mgr.smithi067.knbjpz (mgr.14184) 384 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:19.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:18 smithi175 bash[29404]: cluster 2023-12-25T21:22:17.913053+0000 mgr.smithi067.knbjpz (mgr.14184) 384 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:20.130 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:19 smithi067 bash[26019]: audit 2023-12-25T21:22:18.507079+0000 mgr.smithi067.knbjpz (mgr.14184) 385 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:20.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:19 smithi175 bash[29404]: audit 2023-12-25T21:22:18.507079+0000 mgr.smithi067.knbjpz (mgr.14184) 385 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:20 smithi067 bash[26019]: cluster 2023-12-25T21:22:19.914730+0000 mgr.smithi067.knbjpz (mgr.14184) 386 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:21.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:20 smithi175 bash[29404]: cluster 2023-12-25T21:22:19.914730+0000 mgr.smithi067.knbjpz (mgr.14184) 386 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:22.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:22 smithi067 bash[26019]: cluster 2023-12-25T21:22:21.916816+0000 mgr.smithi067.knbjpz (mgr.14184) 387 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:22 smithi175 bash[29404]: cluster 2023-12-25T21:22:21.916816+0000 mgr.smithi067.knbjpz (mgr.14184) 387 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:23.238 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:23.238 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:23.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:24.894 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:25.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:24 smithi067 bash[26019]: audit 2023-12-25T21:22:23.227446+0000 mgr.smithi067.knbjpz (mgr.14184) 388 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:25.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:24 smithi067 bash[26019]: cluster 2023-12-25T21:22:23.918337+0000 mgr.smithi067.knbjpz (mgr.14184) 389 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:25.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:24 smithi175 bash[29404]: audit 2023-12-25T21:22:23.227446+0000 mgr.smithi067.knbjpz (mgr.14184) 388 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:25.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:24 smithi175 bash[29404]: cluster 2023-12-25T21:22:23.918337+0000 mgr.smithi067.knbjpz (mgr.14184) 389 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:27.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:26 smithi067 bash[26019]: cluster 2023-12-25T21:22:25.919870+0000 mgr.smithi067.knbjpz (mgr.14184) 390 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:27.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:26 smithi175 bash[29404]: cluster 2023-12-25T21:22:25.919870+0000 mgr.smithi067.knbjpz (mgr.14184) 390 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:28.089 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:28.089 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:28.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:28 smithi067 bash[26019]: cluster 2023-12-25T21:22:27.921742+0000 mgr.smithi067.knbjpz (mgr.14184) 391 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:29.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:28 smithi175 bash[29404]: cluster 2023-12-25T21:22:27.921742+0000 mgr.smithi067.knbjpz (mgr.14184) 391 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:29.706 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:30.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:29 smithi175 bash[29404]: audit 2023-12-25T21:22:28.078197+0000 mgr.smithi067.knbjpz (mgr.14184) 392 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:30.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:29 smithi067 bash[26019]: audit 2023-12-25T21:22:28.078197+0000 mgr.smithi067.knbjpz (mgr.14184) 392 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:31.125 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:31 smithi067 bash[26019]: cluster 2023-12-25T21:22:29.923390+0000 mgr.smithi067.knbjpz (mgr.14184) 393 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:31.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:31 smithi175 bash[29404]: cluster 2023-12-25T21:22:29.923390+0000 mgr.smithi067.knbjpz (mgr.14184) 393 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:32.867 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:32.867 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:32.939 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:32 smithi067 bash[26019]: cluster 2023-12-25T21:22:31.924402+0000 mgr.smithi067.knbjpz (mgr.14184) 394 : 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 2023-12-25T21:22:33.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:32 smithi175 bash[29404]: cluster 2023-12-25T21:22:31.924402+0000 mgr.smithi067.knbjpz (mgr.14184) 394 : 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 2023-12-25T21:22:33.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:33.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:33 smithi067 bash[26019]: audit 2023-12-25T21:22:32.855807+0000 mgr.smithi067.knbjpz (mgr.14184) 395 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:34.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:33 smithi175 bash[29404]: audit 2023-12-25T21:22:32.855807+0000 mgr.smithi067.knbjpz (mgr.14184) 395 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:34.481 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:34.767 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:34 smithi067 bash[26019]: cluster 2023-12-25T21:22:33.925581+0000 mgr.smithi067.knbjpz (mgr.14184) 396 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:35.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:34 smithi175 bash[29404]: cluster 2023-12-25T21:22:33.925581+0000 mgr.smithi067.knbjpz (mgr.14184) 396 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:37.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:36 smithi067 bash[26019]: cluster 2023-12-25T21:22:35.926466+0000 mgr.smithi067.knbjpz (mgr.14184) 397 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:37.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:36 smithi175 bash[29404]: cluster 2023-12-25T21:22:35.926466+0000 mgr.smithi067.knbjpz (mgr.14184) 397 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:37.565 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:37.565 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:38.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:39.196 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:38 smithi067 bash[26019]: audit 2023-12-25T21:22:37.558601+0000 mgr.smithi067.knbjpz (mgr.14184) 398 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:39.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:38 smithi067 bash[26019]: cluster 2023-12-25T21:22:37.928453+0000 mgr.smithi067.knbjpz (mgr.14184) 399 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:39.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:38 smithi175 bash[29404]: audit 2023-12-25T21:22:37.558601+0000 mgr.smithi067.knbjpz (mgr.14184) 398 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:39.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:38 smithi175 bash[29404]: cluster 2023-12-25T21:22:37.928453+0000 mgr.smithi067.knbjpz (mgr.14184) 399 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:41.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:40 smithi175 bash[29404]: cluster 2023-12-25T21:22:39.929719+0000 mgr.smithi067.knbjpz (mgr.14184) 400 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:41.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:41 smithi067 bash[26019]: cluster 2023-12-25T21:22:39.929719+0000 mgr.smithi067.knbjpz (mgr.14184) 400 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:22:42.286 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:42.287 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:42.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:42.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:42 smithi067 bash[26019]: cluster 2023-12-25T21:22:41.930988+0000 mgr.smithi067.knbjpz (mgr.14184) 401 : 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 2023-12-25T21:22:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:42 smithi175 bash[29404]: cluster 2023-12-25T21:22:41.930988+0000 mgr.smithi067.knbjpz (mgr.14184) 401 : 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 2023-12-25T21:22:43.858 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:43.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:43 smithi067 bash[26019]: audit 2023-12-25T21:22:42.272444+0000 mgr.smithi067.knbjpz (mgr.14184) 402 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:44.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:43 smithi175 bash[29404]: audit 2023-12-25T21:22:42.272444+0000 mgr.smithi067.knbjpz (mgr.14184) 402 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:44.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:44 smithi067 bash[26019]: cluster 2023-12-25T21:22:43.932210+0000 mgr.smithi067.knbjpz (mgr.14184) 403 : 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 2023-12-25T21:22:45.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:44 smithi175 bash[29404]: cluster 2023-12-25T21:22:43.932210+0000 mgr.smithi067.knbjpz (mgr.14184) 403 : 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 2023-12-25T21:22:47.018 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:47.018 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:47.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:46 smithi067 bash[26019]: cluster 2023-12-25T21:22:45.933586+0000 mgr.smithi067.knbjpz (mgr.14184) 404 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:47.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:46 smithi175 bash[29404]: cluster 2023-12-25T21:22:45.933586+0000 mgr.smithi067.knbjpz (mgr.14184) 404 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:22:47.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:48.634 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:48 smithi175 bash[29404]: audit 2023-12-25T21:22:47.007830+0000 mgr.smithi067.knbjpz (mgr.14184) 405 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:49.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:48 smithi175 bash[29404]: cluster 2023-12-25T21:22:47.935559+0000 mgr.smithi067.knbjpz (mgr.14184) 406 : 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 2023-12-25T21:22:49.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:48 smithi067 bash[26019]: audit 2023-12-25T21:22:47.007830+0000 mgr.smithi067.knbjpz (mgr.14184) 405 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:49.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:48 smithi067 bash[26019]: cluster 2023-12-25T21:22:47.935559+0000 mgr.smithi067.knbjpz (mgr.14184) 406 : 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 2023-12-25T21:22:51.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:51 smithi175 bash[29404]: cluster 2023-12-25T21:22:49.936642+0000 mgr.smithi067.knbjpz (mgr.14184) 407 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:51.307 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:51 smithi067 bash[26019]: cluster 2023-12-25T21:22:49.936642+0000 mgr.smithi067.knbjpz (mgr.14184) 407 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:51.672 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:51.673 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:52.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:52.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:52 smithi067 bash[26019]: audit 2023-12-25T21:22:51.659454+0000 mgr.smithi067.knbjpz (mgr.14184) 408 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:52.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:52 smithi067 bash[26019]: cluster 2023-12-25T21:22:51.938639+0000 mgr.smithi067.knbjpz (mgr.14184) 409 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:53.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:52 smithi175 bash[29404]: audit 2023-12-25T21:22:51.659454+0000 mgr.smithi067.knbjpz (mgr.14184) 408 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:53.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:52 smithi175 bash[29404]: cluster 2023-12-25T21:22:51.938639+0000 mgr.smithi067.knbjpz (mgr.14184) 409 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:53.322 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:55.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:54 smithi175 bash[29404]: cluster 2023-12-25T21:22:53.939846+0000 mgr.smithi067.knbjpz (mgr.14184) 410 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:54 smithi067 bash[26019]: cluster 2023-12-25T21:22:53.939846+0000 mgr.smithi067.knbjpz (mgr.14184) 410 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:56 smithi067 bash[26019]: audit 2023-12-25T21:22:55.897959+0000 mon.smithi067 (mon.0) 743 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:22:56.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:56 smithi175 bash[29404]: audit 2023-12-25T21:22:55.897959+0000 mon.smithi067 (mon.0) 743 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:22:56.387 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:22:56.387 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:22:57.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:22:57.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:57 smithi175 bash[29404]: cluster 2023-12-25T21:22:55.941380+0000 mgr.smithi067.knbjpz (mgr.14184) 411 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:57.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:57 smithi175 bash[29404]: audit 2023-12-25T21:22:56.214843+0000 mon.smithi067 (mon.0) 744 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:22:57.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:57 smithi175 bash[29404]: audit 2023-12-25T21:22:56.377006+0000 mgr.smithi067.knbjpz (mgr.14184) 412 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:57.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:57 smithi067 bash[26019]: cluster 2023-12-25T21:22:55.941380+0000 mgr.smithi067.knbjpz (mgr.14184) 411 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:57.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:57 smithi067 bash[26019]: audit 2023-12-25T21:22:56.214843+0000 mon.smithi067 (mon.0) 744 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:22:57.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:57 smithi067 bash[26019]: audit 2023-12-25T21:22:56.377006+0000 mgr.smithi067.knbjpz (mgr.14184) 412 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:22:58.021 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:22:58.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:22:58 smithi175 bash[29404]: cluster 2023-12-25T21:22:57.943352+0000 mgr.smithi067.knbjpz (mgr.14184) 413 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:22:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:22:58 smithi067 bash[26019]: cluster 2023-12-25T21:22:57.943352+0000 mgr.smithi067.knbjpz (mgr.14184) 413 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:23:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:01 smithi067 bash[26019]: cluster 2023-12-25T21:22:59.944967+0000 mgr.smithi067.knbjpz (mgr.14184) 414 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T21:23:01.254 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:01.255 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.394077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:20:41.527747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.nujxhp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.394277Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.394394Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.394502Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.394738Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:21:47.394608Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.395226Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:01.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:01 smithi175 bash[29404]: cluster 2023-12-25T21:22:59.944967+0000 mgr.smithi067.knbjpz (mgr.14184) 414 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T21:23:01.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:02.867 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:01.248958+0000 mgr.smithi067.knbjpz (mgr.14184) 415 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:01.796851+0000 mon.smithi067 (mon.0) 745 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: cluster 2023-12-25T21:23:01.946882+0000 mgr.smithi067.knbjpz (mgr.14184) 416 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:02.097081+0000 mon.smithi067 (mon.0) 746 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:02.099232+0000 mon.smithi067 (mon.0) 747 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:02.110013+0000 mon.smithi067 (mon.0) 748 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:02.120315+0000 mon.smithi067 (mon.0) 749 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:23:03.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:02 smithi067 bash[26019]: audit 2023-12-25T21:23:02.138584+0000 mon.smithi067 (mon.0) 750 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:03.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:01.248958+0000 mgr.smithi067.knbjpz (mgr.14184) 415 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:01.796851+0000 mon.smithi067 (mon.0) 745 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: cluster 2023-12-25T21:23:01.946882+0000 mgr.smithi067.knbjpz (mgr.14184) 416 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:02.097081+0000 mon.smithi067 (mon.0) 746 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:02.099232+0000 mon.smithi067 (mon.0) 747 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:02.110013+0000 mon.smithi067 (mon.0) 748 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:02.120315+0000 mon.smithi067 (mon.0) 749 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:23:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:02 smithi175 bash[29404]: audit 2023-12-25T21:23:02.138584+0000 mon.smithi067 (mon.0) 750 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:04.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:03 smithi067 bash[26019]: cluster 2023-12-25T21:23:02.111278+0000 mgr.smithi067.knbjpz (mgr.14184) 417 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:04.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:03 smithi067 bash[26019]: cephadm 2023-12-25T21:23:02.141682+0000 mgr.smithi067.knbjpz (mgr.14184) 418 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.glrcik on smithi175 2023-12-25T21:23:04.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:03 smithi067 bash[26019]: cluster 2023-12-25T21:23:02.793702+0000 mon.smithi067 (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:23:04.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:03 smithi067 bash[26019]: cluster 2023-12-25T21:23:02.793772+0000 mon.smithi067 (mon.0) 752 : cluster [INF] Cluster is now healthy 2023-12-25T21:23:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:03 smithi175 bash[29404]: cluster 2023-12-25T21:23:02.111278+0000 mgr.smithi067.knbjpz (mgr.14184) 417 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:03 smithi175 bash[29404]: cephadm 2023-12-25T21:23:02.141682+0000 mgr.smithi067.knbjpz (mgr.14184) 418 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.glrcik on smithi175 2023-12-25T21:23:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:03 smithi175 bash[29404]: cluster 2023-12-25T21:23:02.793702+0000 mon.smithi067 (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:23:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:03 smithi175 bash[29404]: cluster 2023-12-25T21:23:02.793772+0000 mon.smithi067 (mon.0) 752 : cluster [INF] Cluster is now healthy 2023-12-25T21:23:05.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:05 smithi067 bash[26019]: cluster 2023-12-25T21:23:04.112184+0000 mgr.smithi067.knbjpz (mgr.14184) 419 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:06.017 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:06.017 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:52.085390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.koreqg on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-koreqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.koreqg\nDeploy daemon haproxy.nfs.foo.smithi175.koreqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.887420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.azbzcw on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-azbzcw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.azbzcw\nDeploy daemon haproxy.nfs.foo.smithi067.azbzcw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:21:55.891058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.pnhecp on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:06.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:05 smithi175 bash[29404]: cluster 2023-12-25T21:23:04.112184+0000 mgr.smithi067.knbjpz (mgr.14184) 419 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:06.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: cephadm 2023-12-25T21:23:05.927959+0000 mgr.smithi067.knbjpz (mgr.14184) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:06.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.glrcik ... 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:06.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.glrcik ... 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: cephadm 2023-12-25T21:23:05.928625+0000 mgr.smithi067.knbjpz (mgr.14184) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.glrcik 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: audit 2023-12-25T21:23:05.929283+0000 mon.smithi067 (mon.0) 753 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.glrcik"}]: dispatch 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: cephadm 2023-12-25T21:23:05.931051+0000 mgr.smithi067.knbjpz (mgr.14184) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:06.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.glrcik ... 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:06 smithi067 bash[26019]: cephadm 2023-12-25T21:23:05.935710+0000 mgr.smithi067.knbjpz (mgr.14184) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.slhphn on smithi067 2023-12-25T21:23:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: cephadm 2023-12-25T21:23:05.927959+0000 mgr.smithi067.knbjpz (mgr.14184) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.glrcik ... 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:23:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.glrcik ... 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: cephadm 2023-12-25T21:23:05.928625+0000 mgr.smithi067.knbjpz (mgr.14184) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: audit 2023-12-25T21:23:05.929283+0000 mon.smithi067 (mon.0) 753 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.glrcik"}]: dispatch 2023-12-25T21:23:07.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: cephadm 2023-12-25T21:23:05.931051+0000 mgr.smithi067.knbjpz (mgr.14184) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.glrcik ... 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:07.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:06 smithi175 bash[29404]: cephadm 2023-12-25T21:23:05.935710+0000 mgr.smithi067.knbjpz (mgr.14184) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.slhphn on smithi067 2023-12-25T21:23:07.691 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:07.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:07 smithi067 bash[26019]: audit 2023-12-25T21:23:06.009517+0000 mgr.smithi067.knbjpz (mgr.14184) 424 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:07.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:07 smithi067 bash[26019]: cluster 2023-12-25T21:23:06.113447+0000 mgr.smithi067.knbjpz (mgr.14184) 425 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:08.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:07 smithi175 bash[29404]: audit 2023-12-25T21:23:06.009517+0000 mgr.smithi067.knbjpz (mgr.14184) 424 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:08.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:07 smithi175 bash[29404]: cluster 2023-12-25T21:23:06.113447+0000 mgr.smithi067.knbjpz (mgr.14184) 425 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:09 smithi067 bash[26019]: cluster 2023-12-25T21:23:08.114962+0000 mgr.smithi067.knbjpz (mgr.14184) 426 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:09 smithi175 bash[29404]: cluster 2023-12-25T21:23:08.114962+0000 mgr.smithi067.knbjpz (mgr.14184) 426 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:23:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: cephadm 2023-12-25T21:23:09.936937+0000 mgr.smithi067.knbjpz (mgr.14184) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:10.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.slhphn ... 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:10.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.slhphn ... 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: cephadm 2023-12-25T21:23:09.937453+0000 mgr.smithi067.knbjpz (mgr.14184) 428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.slhphn 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: audit 2023-12-25T21:23:09.938086+0000 mon.smithi067 (mon.0) 754 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.slhphn"}]: dispatch 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: cephadm 2023-12-25T21:23:09.939391+0000 mgr.smithi067.knbjpz (mgr.14184) 429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:10.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.slhphn ... 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: cephadm 2023-12-25T21:23:09.943378+0000 mgr.smithi067.knbjpz (mgr.14184) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: cephadm 2023-12-25T21:23:09.945896+0000 mgr.smithi067.knbjpz (mgr.14184) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:23:11.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:10 smithi067 bash[26019]: cluster 2023-12-25T21:23:09.947982+0000 mgr.smithi067.knbjpz (mgr.14184) 432 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 921 B/s rd, 102 B/s wr, 1 op/s 2023-12-25T21:23:11.074 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:11.075 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: cephadm 2023-12-25T21:23:09.936937+0000 mgr.smithi067.knbjpz (mgr.14184) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.slhphn ... 2023-12-25T21:23:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:11.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.slhphn ... 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: cephadm 2023-12-25T21:23:09.937453+0000 mgr.smithi067.knbjpz (mgr.14184) 428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: audit 2023-12-25T21:23:09.938086+0000 mon.smithi067 (mon.0) 754 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.slhphn"}]: dispatch 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: cephadm 2023-12-25T21:23:09.939391+0000 mgr.smithi067.knbjpz (mgr.14184) 429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn 2023-12-25T21:23:11.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.slhphn ... 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: cephadm 2023-12-25T21:23:09.943378+0000 mgr.smithi067.knbjpz (mgr.14184) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: cephadm 2023-12-25T21:23:09.945896+0000 mgr.smithi067.knbjpz (mgr.14184) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:23:11.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:10 smithi175 bash[29404]: cluster 2023-12-25T21:23:09.947982+0000 mgr.smithi067.knbjpz (mgr.14184) 432 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 921 B/s rd, 102 B/s wr, 1 op/s 2023-12-25T21:23:11.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:11.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:11 smithi067 bash[26019]: cluster 2023-12-25T21:23:10.832319+0000 mon.smithi067 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:23:11.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:11 smithi067 bash[26019]: audit 2023-12-25T21:23:11.325191+0000 mon.smithi067 (mon.0) 756 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:11 smithi175 bash[29404]: cluster 2023-12-25T21:23:10.832319+0000 mon.smithi067 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:23:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:11 smithi175 bash[29404]: audit 2023-12-25T21:23:11.325191+0000 mon.smithi067 (mon.0) 756 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:23:12.717 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:12.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:12 smithi067 bash[26019]: audit 2023-12-25T21:23:11.067987+0000 mgr.smithi067.knbjpz (mgr.14184) 433 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:12.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:12 smithi067 bash[26019]: cluster 2023-12-25T21:23:11.949928+0000 mgr.smithi067.knbjpz (mgr.14184) 434 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 102 B/s wr, 1 op/s 2023-12-25T21:23:13.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:12 smithi175 bash[29404]: audit 2023-12-25T21:23:11.067987+0000 mgr.smithi067.knbjpz (mgr.14184) 433 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:13.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:12 smithi175 bash[29404]: cluster 2023-12-25T21:23:11.949928+0000 mgr.smithi067.knbjpz (mgr.14184) 434 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 102 B/s wr, 1 op/s 2023-12-25T21:23:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:14 smithi067 bash[26019]: cluster 2023-12-25T21:23:13.951174+0000 mgr.smithi067.knbjpz (mgr.14184) 435 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:14.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:14 smithi175 bash[29404]: cluster 2023-12-25T21:23:13.951174+0000 mgr.smithi067.knbjpz (mgr.14184) 435 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:15.773 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:15.773 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:16.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:16 smithi067 bash[26019]: audit 2023-12-25T21:23:15.767305+0000 mgr.smithi067.knbjpz (mgr.14184) 436 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:16.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:16 smithi067 bash[26019]: cluster 2023-12-25T21:23:15.952632+0000 mgr.smithi067.knbjpz (mgr.14184) 437 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:16.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:16.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:16 smithi175 bash[29404]: audit 2023-12-25T21:23:15.767305+0000 mgr.smithi067.knbjpz (mgr.14184) 436 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:16.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:16 smithi175 bash[29404]: cluster 2023-12-25T21:23:15.952632+0000 mgr.smithi067.knbjpz (mgr.14184) 437 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:17.380 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:18.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:18 smithi067 bash[26019]: cluster 2023-12-25T21:23:17.954492+0000 mgr.smithi067.knbjpz (mgr.14184) 438 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:18.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:18 smithi175 bash[29404]: cluster 2023-12-25T21:23:17.954492+0000 mgr.smithi067.knbjpz (mgr.14184) 438 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:20 smithi067 bash[26019]: cluster 2023-12-25T21:23:19.955526+0000 mgr.smithi067.knbjpz (mgr.14184) 439 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:20.338 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:20.338 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:20.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:20 smithi175 bash[29404]: cluster 2023-12-25T21:23:19.955526+0000 mgr.smithi067.knbjpz (mgr.14184) 439 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-25T21:23:20.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:21 smithi067 bash[26019]: audit 2023-12-25T21:23:20.326226+0000 mgr.smithi067.knbjpz (mgr.14184) 440 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:21.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:21 smithi175 bash[29404]: audit 2023-12-25T21:23:20.326226+0000 mgr.smithi067.knbjpz (mgr.14184) 440 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:21.920 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:22.976 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:22 smithi067 bash[26019]: cluster 2023-12-25T21:23:21.957380+0000 mgr.smithi067.knbjpz (mgr.14184) 441 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:23:23.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:22 smithi175 bash[29404]: cluster 2023-12-25T21:23:21.957380+0000 mgr.smithi067.knbjpz (mgr.14184) 441 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:23:24.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:24 smithi067 bash[26019]: cluster 2023-12-25T21:23:23.958635+0000 mgr.smithi067.knbjpz (mgr.14184) 442 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:24.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:24 smithi175 bash[29404]: cluster 2023-12-25T21:23:23.958635+0000 mgr.smithi067.knbjpz (mgr.14184) 442 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:25.005 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:25.006 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:25 smithi067 bash[26019]: audit 2023-12-25T21:23:24.999833+0000 mgr.smithi067.knbjpz (mgr.14184) 443 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:25 smithi175 bash[29404]: audit 2023-12-25T21:23:24.999833+0000 mgr.smithi067.knbjpz (mgr.14184) 443 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:25.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:26 smithi067 bash[26019]: cluster 2023-12-25T21:23:25.960363+0000 mgr.smithi067.knbjpz (mgr.14184) 444 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:26.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:26 smithi175 bash[29404]: cluster 2023-12-25T21:23:25.960363+0000 mgr.smithi067.knbjpz (mgr.14184) 444 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:26.599 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:28.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:28 smithi067 bash[26019]: cluster 2023-12-25T21:23:27.962045+0000 mgr.smithi067.knbjpz (mgr.14184) 445 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:28.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:28 smithi175 bash[29404]: cluster 2023-12-25T21:23:27.962045+0000 mgr.smithi067.knbjpz (mgr.14184) 445 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:29.723 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:29.723 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:30.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:30 smithi067 bash[26019]: audit 2023-12-25T21:23:29.712221+0000 mgr.smithi067.knbjpz (mgr.14184) 446 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:30.318 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:30 smithi067 bash[26019]: cluster 2023-12-25T21:23:29.963750+0000 mgr.smithi067.knbjpz (mgr.14184) 447 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:30.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:30.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:30 smithi175 bash[29404]: audit 2023-12-25T21:23:29.712221+0000 mgr.smithi067.knbjpz (mgr.14184) 446 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:30.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:30 smithi175 bash[29404]: cluster 2023-12-25T21:23:29.963750+0000 mgr.smithi067.knbjpz (mgr.14184) 447 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:31.319 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:32.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:32 smithi067 bash[26019]: cluster 2023-12-25T21:23:31.965679+0000 mgr.smithi067.knbjpz (mgr.14184) 448 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:33.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:32 smithi175 bash[29404]: cluster 2023-12-25T21:23:31.965679+0000 mgr.smithi067.knbjpz (mgr.14184) 448 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:34 smithi067 bash[26019]: cluster 2023-12-25T21:23:33.966653+0000 mgr.smithi067.knbjpz (mgr.14184) 449 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:34.310 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:34.310 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:34 smithi175 bash[29404]: cluster 2023-12-25T21:23:33.966653+0000 mgr.smithi067.knbjpz (mgr.14184) 449 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:34.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:35 smithi067 bash[26019]: audit 2023-12-25T21:23:34.295853+0000 mgr.smithi067.knbjpz (mgr.14184) 450 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:35.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:35 smithi175 bash[29404]: audit 2023-12-25T21:23:34.295853+0000 mgr.smithi067.knbjpz (mgr.14184) 450 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:35.878 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:36 smithi067 bash[26019]: cluster 2023-12-25T21:23:35.968399+0000 mgr.smithi067.knbjpz (mgr.14184) 451 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:36.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:36 smithi175 bash[29404]: cluster 2023-12-25T21:23:35.968399+0000 mgr.smithi067.knbjpz (mgr.14184) 451 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:38.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:38 smithi067 bash[26019]: cluster 2023-12-25T21:23:37.970108+0000 mgr.smithi067.knbjpz (mgr.14184) 452 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:38.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:38 smithi175 bash[29404]: cluster 2023-12-25T21:23:37.970108+0000 mgr.smithi067.knbjpz (mgr.14184) 452 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:39.185 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:39.185 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:39.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:40 smithi067 bash[26019]: audit 2023-12-25T21:23:39.173776+0000 mgr.smithi067.knbjpz (mgr.14184) 453 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:40 smithi067 bash[26019]: cluster 2023-12-25T21:23:39.971838+0000 mgr.smithi067.knbjpz (mgr.14184) 454 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:40.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:40 smithi175 bash[29404]: audit 2023-12-25T21:23:39.173776+0000 mgr.smithi067.knbjpz (mgr.14184) 453 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:40.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:40 smithi175 bash[29404]: cluster 2023-12-25T21:23:39.971838+0000 mgr.smithi067.knbjpz (mgr.14184) 454 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:40.775 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:42.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:42 smithi067 bash[26019]: cluster 2023-12-25T21:23:41.972924+0000 mgr.smithi067.knbjpz (mgr.14184) 455 : 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 2023-12-25T21:23:43.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:42 smithi175 bash[29404]: cluster 2023-12-25T21:23:41.972924+0000 mgr.smithi067.knbjpz (mgr.14184) 455 : 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 2023-12-25T21:23:43.861 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:43.862 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:44 smithi067 bash[26019]: audit 2023-12-25T21:23:43.847937+0000 mgr.smithi067.knbjpz (mgr.14184) 456 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:44 smithi067 bash[26019]: cluster 2023-12-25T21:23:43.974140+0000 mgr.smithi067.knbjpz (mgr.14184) 457 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:44.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:44 smithi175 bash[29404]: audit 2023-12-25T21:23:43.847937+0000 mgr.smithi067.knbjpz (mgr.14184) 456 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:44 smithi175 bash[29404]: cluster 2023-12-25T21:23:43.974140+0000 mgr.smithi067.knbjpz (mgr.14184) 457 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:45.459 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:46.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:46 smithi067 bash[26019]: cluster 2023-12-25T21:23:45.975053+0000 mgr.smithi067.knbjpz (mgr.14184) 458 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:46.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:46 smithi175 bash[29404]: cluster 2023-12-25T21:23:45.975053+0000 mgr.smithi067.knbjpz (mgr.14184) 458 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:48.327 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:48 smithi067 bash[26019]: cluster 2023-12-25T21:23:47.976000+0000 mgr.smithi067.knbjpz (mgr.14184) 459 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:48.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:48 smithi175 bash[29404]: cluster 2023-12-25T21:23:47.976000+0000 mgr.smithi067.knbjpz (mgr.14184) 459 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:48.692 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:48.693 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:49.345 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:49 smithi067 bash[26019]: audit 2023-12-25T21:23:48.679581+0000 mgr.smithi067.knbjpz (mgr.14184) 460 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:49.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:49.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:49 smithi175 bash[29404]: audit 2023-12-25T21:23:48.679581+0000 mgr.smithi067.knbjpz (mgr.14184) 460 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:50.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:50 smithi067 bash[26019]: cluster 2023-12-25T21:23:49.977618+0000 mgr.smithi067.knbjpz (mgr.14184) 461 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:50.347 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:50.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:50 smithi175 bash[29404]: cluster 2023-12-25T21:23:49.977618+0000 mgr.smithi067.knbjpz (mgr.14184) 461 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:23:52.974 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:52 smithi067 bash[26019]: cluster 2023-12-25T21:23:51.979578+0000 mgr.smithi067.knbjpz (mgr.14184) 462 : 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 2023-12-25T21:23:53.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:52 smithi175 bash[29404]: cluster 2023-12-25T21:23:51.979578+0000 mgr.smithi067.knbjpz (mgr.14184) 462 : 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 2023-12-25T21:23:53.439 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:53.439 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:53.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:54.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:54 smithi067 bash[26019]: audit 2023-12-25T21:23:53.425980+0000 mgr.smithi067.knbjpz (mgr.14184) 463 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:54.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:54 smithi067 bash[26019]: cluster 2023-12-25T21:23:53.980574+0000 mgr.smithi067.knbjpz (mgr.14184) 464 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:54.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:54 smithi175 bash[29404]: audit 2023-12-25T21:23:53.425980+0000 mgr.smithi067.knbjpz (mgr.14184) 463 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:54.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:54 smithi175 bash[29404]: cluster 2023-12-25T21:23:53.980574+0000 mgr.smithi067.knbjpz (mgr.14184) 464 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:54.997 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:23:56.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:56 smithi067 bash[26019]: cluster 2023-12-25T21:23:55.982092+0000 mgr.smithi067.knbjpz (mgr.14184) 465 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:56.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:56 smithi175 bash[29404]: cluster 2023-12-25T21:23:55.982092+0000 mgr.smithi067.knbjpz (mgr.14184) 465 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:58.044 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:23:58.044 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:23:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:58 smithi067 bash[26019]: cluster 2023-12-25T21:23:57.983151+0000 mgr.smithi067.knbjpz (mgr.14184) 466 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:58 smithi175 bash[29404]: cluster 2023-12-25T21:23:57.983151+0000 mgr.smithi067.knbjpz (mgr.14184) 466 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:23:58.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:23:59.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:23:59 smithi067 bash[26019]: audit 2023-12-25T21:23:58.030158+0000 mgr.smithi067.knbjpz (mgr.14184) 467 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:59.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:23:59 smithi175 bash[29404]: audit 2023-12-25T21:23:58.030158+0000 mgr.smithi067.knbjpz (mgr.14184) 467 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:59.613 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:00 smithi067 bash[26019]: cluster 2023-12-25T21:23:59.984807+0000 mgr.smithi067.knbjpz (mgr.14184) 468 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:00 smithi175 bash[29404]: cluster 2023-12-25T21:23:59.984807+0000 mgr.smithi067.knbjpz (mgr.14184) 468 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:02.755 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:02.756 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:02.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:02 smithi067 bash[26019]: cluster 2023-12-25T21:24:01.986108+0000 mgr.smithi067.knbjpz (mgr.14184) 469 : 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 2023-12-25T21:24:03.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:02 smithi175 bash[29404]: cluster 2023-12-25T21:24:01.986108+0000 mgr.smithi067.knbjpz (mgr.14184) 469 : 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 2023-12-25T21:24:03.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:03.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:03 smithi067 bash[26019]: audit 2023-12-25T21:24:02.744457+0000 mgr.smithi067.knbjpz (mgr.14184) 470 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:04.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:03 smithi175 bash[29404]: audit 2023-12-25T21:24:02.744457+0000 mgr.smithi067.knbjpz (mgr.14184) 470 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:04.439 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:04.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:04 smithi067 bash[26019]: cluster 2023-12-25T21:24:03.987296+0000 mgr.smithi067.knbjpz (mgr.14184) 471 : 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 2023-12-25T21:24:05.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:04 smithi175 bash[29404]: cluster 2023-12-25T21:24:03.987296+0000 mgr.smithi067.knbjpz (mgr.14184) 471 : 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 2023-12-25T21:24:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:06 smithi067 bash[26019]: cluster 2023-12-25T21:24:05.988845+0000 mgr.smithi067.knbjpz (mgr.14184) 472 : 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 2023-12-25T21:24:06.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:06 smithi175 bash[29404]: cluster 2023-12-25T21:24:05.988845+0000 mgr.smithi067.knbjpz (mgr.14184) 472 : 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 2023-12-25T21:24:07.642 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:07.642 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:08.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:08.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:08 smithi067 bash[26019]: audit 2023-12-25T21:24:07.628437+0000 mgr.smithi067.knbjpz (mgr.14184) 473 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:08.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:08 smithi067 bash[26019]: cluster 2023-12-25T21:24:07.990626+0000 mgr.smithi067.knbjpz (mgr.14184) 474 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:08.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:08 smithi175 bash[29404]: audit 2023-12-25T21:24:07.628437+0000 mgr.smithi067.knbjpz (mgr.14184) 473 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:08.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:08 smithi175 bash[29404]: cluster 2023-12-25T21:24:07.990626+0000 mgr.smithi067.knbjpz (mgr.14184) 474 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:09.258 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:10 smithi067 bash[26019]: audit 2023-12-25T21:24:09.951167+0000 mon.smithi067 (mon.0) 757 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:24:10.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:10 smithi175 bash[29404]: audit 2023-12-25T21:24:09.951167+0000 mon.smithi067 (mon.0) 757 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: cluster 2023-12-25T21:24:09.991871+0000 mgr.smithi067.knbjpz (mgr.14184) 475 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: audit 2023-12-25T21:24:10.258127+0000 mon.smithi067 (mon.0) 758 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: audit 2023-12-25T21:24:10.574618+0000 mon.smithi067 (mon.0) 759 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: audit 2023-12-25T21:24:10.576682+0000 mon.smithi067 (mon.0) 760 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: audit 2023-12-25T21:24:10.586832+0000 mon.smithi067 (mon.0) 761 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: audit 2023-12-25T21:24:10.595809+0000 mon.smithi067 (mon.0) 762 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:24:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:11 smithi175 bash[29404]: audit 2023-12-25T21:24:10.613035+0000 mon.smithi067 (mon.0) 763 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:11.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: cluster 2023-12-25T21:24:09.991871+0000 mgr.smithi067.knbjpz (mgr.14184) 475 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:11.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: audit 2023-12-25T21:24:10.258127+0000 mon.smithi067 (mon.0) 758 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:11.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: audit 2023-12-25T21:24:10.574618+0000 mon.smithi067 (mon.0) 759 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:11.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: audit 2023-12-25T21:24:10.576682+0000 mon.smithi067 (mon.0) 760 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:24:11.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: audit 2023-12-25T21:24:10.586832+0000 mon.smithi067 (mon.0) 761 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:11.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: audit 2023-12-25T21:24:10.595809+0000 mon.smithi067 (mon.0) 762 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:24:11.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:11 smithi067 bash[26019]: audit 2023-12-25T21:24:10.613035+0000 mon.smithi067 (mon.0) 763 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:12.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:12 smithi067 bash[26019]: cluster 2023-12-25T21:24:10.587667+0000 mgr.smithi067.knbjpz (mgr.14184) 476 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:12.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:12 smithi067 bash[26019]: cephadm 2023-12-25T21:24:10.619687+0000 mgr.smithi067.knbjpz (mgr.14184) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.wulurt on smithi175 2023-12-25T21:24:12.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:12 smithi067 bash[26019]: cluster 2023-12-25T21:24:11.582927+0000 mon.smithi067 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:24:12.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:12 smithi067 bash[26019]: cluster 2023-12-25T21:24:11.583033+0000 mon.smithi067 (mon.0) 765 : cluster [INF] Cluster is now healthy 2023-12-25T21:24:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:12 smithi175 bash[29404]: cluster 2023-12-25T21:24:10.587667+0000 mgr.smithi067.knbjpz (mgr.14184) 476 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:12 smithi175 bash[29404]: cephadm 2023-12-25T21:24:10.619687+0000 mgr.smithi067.knbjpz (mgr.14184) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.wulurt on smithi175 2023-12-25T21:24:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:12 smithi175 bash[29404]: cluster 2023-12-25T21:24:11.582927+0000 mon.smithi067 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:24:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:12 smithi175 bash[29404]: cluster 2023-12-25T21:24:11.583033+0000 mon.smithi067 (mon.0) 765 : cluster [INF] Cluster is now healthy 2023-12-25T21:24:12.437 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:12.437 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:21:55.893446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.vzabtv on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:13.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:14.037 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:14.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:14 smithi175 bash[29404]: audit 2023-12-25T21:24:12.422127+0000 mgr.smithi067.knbjpz (mgr.14184) 478 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:14.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:14 smithi175 bash[29404]: cluster 2023-12-25T21:24:12.589344+0000 mgr.smithi067.knbjpz (mgr.14184) 479 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:14.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:14 smithi067 bash[26019]: audit 2023-12-25T21:24:12.422127+0000 mgr.smithi067.knbjpz (mgr.14184) 478 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:14.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:14 smithi067 bash[26019]: cluster 2023-12-25T21:24:12.589344+0000 mgr.smithi067.knbjpz (mgr.14184) 479 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:15.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: cephadm 2023-12-25T21:24:14.410779+0000 mgr.smithi067.knbjpz (mgr.14184) 480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.wulurt ... 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:24:15.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.wulurt ... 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: cephadm 2023-12-25T21:24:14.411438+0000 mgr.smithi067.knbjpz (mgr.14184) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: audit 2023-12-25T21:24:14.412237+0000 mon.smithi067 (mon.0) 766 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.wulurt"}]: dispatch 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: cephadm 2023-12-25T21:24:14.414206+0000 mgr.smithi067.knbjpz (mgr.14184) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.wulurt ... 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: cephadm 2023-12-25T21:24:14.419438+0000 mgr.smithi067.knbjpz (mgr.14184) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qquyee on smithi067 2023-12-25T21:24:15.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:15 smithi175 bash[29404]: cluster 2023-12-25T21:24:14.590057+0000 mgr.smithi067.knbjpz (mgr.14184) 484 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: cephadm 2023-12-25T21:24:14.410779+0000 mgr.smithi067.knbjpz (mgr.14184) 480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.wulurt ... 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:15.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.wulurt ... 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: cephadm 2023-12-25T21:24:14.411438+0000 mgr.smithi067.knbjpz (mgr.14184) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: audit 2023-12-25T21:24:14.412237+0000 mon.smithi067 (mon.0) 766 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.wulurt"}]: dispatch 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: cephadm 2023-12-25T21:24:14.414206+0000 mgr.smithi067.knbjpz (mgr.14184) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.wulurt ... 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:15.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:15.315 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: cephadm 2023-12-25T21:24:14.419438+0000 mgr.smithi067.knbjpz (mgr.14184) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qquyee on smithi067 2023-12-25T21:24:15.315 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:15 smithi067 bash[26019]: cluster 2023-12-25T21:24:14.590057+0000 mgr.smithi067.knbjpz (mgr.14184) 484 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:17.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:16 smithi175 bash[29404]: audit 2023-12-25T21:24:15.775062+0000 mon.smithi067 (mon.0) 767 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:17.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:16 smithi067 bash[26019]: audit 2023-12-25T21:24:15.775062+0000 mon.smithi067 (mon.0) 767 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:17.303 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:17.303 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:05.930790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.glrcik on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-glrcik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.glrcik\nDeploy daemon haproxy.nfs.foo.smithi175.glrcik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.939168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.slhphn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-slhphn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.slhphn\nDeploy daemon haproxy.nfs.foo.smithi067.slhphn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:23:09.943236Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glvgbs on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:17.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:18.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:17 smithi175 bash[29404]: cluster 2023-12-25T21:24:16.591300+0000 mgr.smithi067.knbjpz (mgr.14184) 485 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:18.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:17 smithi067 bash[26019]: cluster 2023-12-25T21:24:16.591300+0000 mgr.smithi067.knbjpz (mgr.14184) 485 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:24:18.881 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:18 smithi067 bash[26019]: audit 2023-12-25T21:24:17.288993+0000 mgr.smithi067.knbjpz (mgr.14184) 486 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:18 smithi067 bash[26019]: audit 2023-12-25T21:24:18.457269+0000 mon.smithi067 (mon.0) 768 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qquyee"}]: dispatch 2023-12-25T21:24:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:18 smithi175 bash[29404]: audit 2023-12-25T21:24:17.288993+0000 mgr.smithi067.knbjpz (mgr.14184) 486 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:18 smithi175 bash[29404]: audit 2023-12-25T21:24:18.457269+0000 mon.smithi067 (mon.0) 768 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qquyee"}]: dispatch 2023-12-25T21:24:20.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cephadm 2023-12-25T21:24:18.456526+0000 mgr.smithi067.knbjpz (mgr.14184) 487 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qquyee ... 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:24:20.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qquyee ... 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.093 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cephadm 2023-12-25T21:24:18.456794+0000 mgr.smithi067.knbjpz (mgr.14184) 488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cephadm 2023-12-25T21:24:18.458419+0000 mgr.smithi067.knbjpz (mgr.14184) 489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.094 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qquyee ... 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cephadm 2023-12-25T21:24:18.461646+0000 mgr.smithi067.knbjpz (mgr.14184) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cephadm 2023-12-25T21:24:18.464260+0000 mgr.smithi067.knbjpz (mgr.14184) 491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cluster 2023-12-25T21:24:18.466418+0000 mgr.smithi067.knbjpz (mgr.14184) 492 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:24:20.095 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:19 smithi067 bash[26019]: cluster 2023-12-25T21:24:18.784638+0000 mon.smithi067 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:24:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cephadm 2023-12-25T21:24:18.456526+0000 mgr.smithi067.knbjpz (mgr.14184) 487 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qquyee ... 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qquyee ... 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cephadm 2023-12-25T21:24:18.456794+0000 mgr.smithi067.knbjpz (mgr.14184) 488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cephadm 2023-12-25T21:24:18.458419+0000 mgr.smithi067.knbjpz (mgr.14184) 489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee 2023-12-25T21:24:20.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qquyee ... 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cephadm 2023-12-25T21:24:18.461646+0000 mgr.smithi067.knbjpz (mgr.14184) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cephadm 2023-12-25T21:24:18.464260+0000 mgr.smithi067.knbjpz (mgr.14184) 491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cluster 2023-12-25T21:24:18.466418+0000 mgr.smithi067.knbjpz (mgr.14184) 492 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:24:20.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:19 smithi175 bash[29404]: cluster 2023-12-25T21:24:18.784638+0000 mon.smithi067 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:24:21.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:21 smithi067 bash[26019]: cluster 2023-12-25T21:24:20.468152+0000 mgr.smithi067.knbjpz (mgr.14184) 493 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:24:21.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:21 smithi067 bash[26019]: audit 2023-12-25T21:24:21.387786+0000 mon.smithi067 (mon.0) 770 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:22.037 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:22.037 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:21 smithi175 bash[29404]: cluster 2023-12-25T21:24:20.468152+0000 mgr.smithi067.knbjpz (mgr.14184) 493 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:24:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:21 smithi175 bash[29404]: audit 2023-12-25T21:24:21.387786+0000 mon.smithi067 (mon.0) 770 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:22.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:23.653 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:23.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:23 smithi067 bash[26019]: audit 2023-12-25T21:24:22.023750+0000 mgr.smithi067.knbjpz (mgr.14184) 494 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:23.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:23 smithi067 bash[26019]: cluster 2023-12-25T21:24:22.470097+0000 mgr.smithi067.knbjpz (mgr.14184) 495 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:24.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:23 smithi175 bash[29404]: audit 2023-12-25T21:24:22.023750+0000 mgr.smithi067.knbjpz (mgr.14184) 494 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:24.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:23 smithi175 bash[29404]: cluster 2023-12-25T21:24:22.470097+0000 mgr.smithi067.knbjpz (mgr.14184) 495 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:26.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:25 smithi067 bash[26019]: cluster 2023-12-25T21:24:24.471363+0000 mgr.smithi067.knbjpz (mgr.14184) 496 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:25 smithi175 bash[29404]: cluster 2023-12-25T21:24:24.471363+0000 mgr.smithi067.knbjpz (mgr.14184) 496 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:26.658 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:26.659 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:27.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:28.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:27 smithi067 bash[26019]: cluster 2023-12-25T21:24:26.472498+0000 mgr.smithi067.knbjpz (mgr.14184) 497 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:27 smithi067 bash[26019]: audit 2023-12-25T21:24:26.651713+0000 mgr.smithi067.knbjpz (mgr.14184) 498 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:27 smithi175 bash[29404]: cluster 2023-12-25T21:24:26.472498+0000 mgr.smithi067.knbjpz (mgr.14184) 497 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:27 smithi175 bash[29404]: audit 2023-12-25T21:24:26.651713+0000 mgr.smithi067.knbjpz (mgr.14184) 498 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:28.305 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:29.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:29 smithi067 bash[26019]: cluster 2023-12-25T21:24:28.474124+0000 mgr.smithi067.knbjpz (mgr.14184) 499 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:30.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:29 smithi175 bash[29404]: cluster 2023-12-25T21:24:28.474124+0000 mgr.smithi067.knbjpz (mgr.14184) 499 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:24:31.459 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:31.459 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:32.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:31 smithi175 bash[29404]: cluster 2023-12-25T21:24:30.475828+0000 mgr.smithi067.knbjpz (mgr.14184) 500 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:32.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:31 smithi175 bash[29404]: audit 2023-12-25T21:24:30.775332+0000 mon.smithi067 (mon.0) 771 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:32.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:31 smithi067 bash[26019]: cluster 2023-12-25T21:24:30.475828+0000 mgr.smithi067.knbjpz (mgr.14184) 500 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:32.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:31 smithi067 bash[26019]: audit 2023-12-25T21:24:30.775332+0000 mon.smithi067 (mon.0) 771 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:24:32.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:33.053 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:33.065 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:32 smithi067 bash[26019]: audit 2023-12-25T21:24:31.448061+0000 mgr.smithi067.knbjpz (mgr.14184) 501 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:33.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:32 smithi175 bash[29404]: audit 2023-12-25T21:24:31.448061+0000 mgr.smithi067.knbjpz (mgr.14184) 501 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:34.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:33 smithi067 bash[26019]: cluster 2023-12-25T21:24:32.477758+0000 mgr.smithi067.knbjpz (mgr.14184) 502 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:34.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:33 smithi175 bash[29404]: cluster 2023-12-25T21:24:32.477758+0000 mgr.smithi067.knbjpz (mgr.14184) 502 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:36.216 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:36.216 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:35 smithi067 bash[26019]: cluster 2023-12-25T21:24:34.478900+0000 mgr.smithi067.knbjpz (mgr.14184) 503 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:35 smithi175 bash[29404]: cluster 2023-12-25T21:24:34.478900+0000 mgr.smithi067.knbjpz (mgr.14184) 503 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:36.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:37.874 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:38.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:37 smithi067 bash[26019]: audit 2023-12-25T21:24:36.203360+0000 mgr.smithi067.knbjpz (mgr.14184) 504 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:38.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:37 smithi067 bash[26019]: cluster 2023-12-25T21:24:36.480618+0000 mgr.smithi067.knbjpz (mgr.14184) 505 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:38.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:37 smithi175 bash[29404]: audit 2023-12-25T21:24:36.203360+0000 mgr.smithi067.knbjpz (mgr.14184) 504 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:38.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:37 smithi175 bash[29404]: cluster 2023-12-25T21:24:36.480618+0000 mgr.smithi067.knbjpz (mgr.14184) 505 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:39 smithi067 bash[26019]: cluster 2023-12-25T21:24:38.482297+0000 mgr.smithi067.knbjpz (mgr.14184) 506 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:40.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:39 smithi175 bash[29404]: cluster 2023-12-25T21:24:38.482297+0000 mgr.smithi067.knbjpz (mgr.14184) 506 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:41.052 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:41.052 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:41.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:41.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:41 smithi067 bash[26019]: cluster 2023-12-25T21:24:40.484002+0000 mgr.smithi067.knbjpz (mgr.14184) 507 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:41 smithi175 bash[29404]: cluster 2023-12-25T21:24:40.484002+0000 mgr.smithi067.knbjpz (mgr.14184) 507 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:24:42.647 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:42.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:42 smithi067 bash[26019]: audit 2023-12-25T21:24:41.039460+0000 mgr.smithi067.knbjpz (mgr.14184) 508 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:42 smithi175 bash[29404]: audit 2023-12-25T21:24:41.039460+0000 mgr.smithi067.knbjpz (mgr.14184) 508 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:43.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:43 smithi067 bash[26019]: cluster 2023-12-25T21:24:42.485907+0000 mgr.smithi067.knbjpz (mgr.14184) 509 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:44.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:43 smithi175 bash[29404]: cluster 2023-12-25T21:24:42.485907+0000 mgr.smithi067.knbjpz (mgr.14184) 509 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:45.809 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:45.809 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:45 smithi067 bash[26019]: cluster 2023-12-25T21:24:44.487159+0000 mgr.smithi067.knbjpz (mgr.14184) 510 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:46.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:45 smithi175 bash[29404]: cluster 2023-12-25T21:24:44.487159+0000 mgr.smithi067.knbjpz (mgr.14184) 510 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:46.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:47.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:46 smithi067 bash[26019]: audit 2023-12-25T21:24:45.797793+0000 mgr.smithi067.knbjpz (mgr.14184) 511 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:47.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:46 smithi175 bash[29404]: audit 2023-12-25T21:24:45.797793+0000 mgr.smithi067.knbjpz (mgr.14184) 511 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:47.427 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:47 smithi067 bash[26019]: cluster 2023-12-25T21:24:46.488905+0000 mgr.smithi067.knbjpz (mgr.14184) 512 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:47 smithi175 bash[29404]: cluster 2023-12-25T21:24:46.488905+0000 mgr.smithi067.knbjpz (mgr.14184) 512 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:50.176 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:49 smithi067 bash[26019]: cluster 2023-12-25T21:24:48.490721+0000 mgr.smithi067.knbjpz (mgr.14184) 513 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:49 smithi175 bash[29404]: cluster 2023-12-25T21:24:48.490721+0000 mgr.smithi067.knbjpz (mgr.14184) 513 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:50.635 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:50.635 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:51.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:51 smithi067 bash[26019]: cluster 2023-12-25T21:24:50.492318+0000 mgr.smithi067.knbjpz (mgr.14184) 514 : 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 2023-12-25T21:24:52.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:51 smithi067 bash[26019]: audit 2023-12-25T21:24:50.621120+0000 mgr.smithi067.knbjpz (mgr.14184) 515 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:52.248 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:51 smithi175 bash[29404]: cluster 2023-12-25T21:24:50.492318+0000 mgr.smithi067.knbjpz (mgr.14184) 514 : 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 2023-12-25T21:24:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:51 smithi175 bash[29404]: audit 2023-12-25T21:24:50.621120+0000 mgr.smithi067.knbjpz (mgr.14184) 515 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:54.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:53 smithi175 bash[29404]: cluster 2023-12-25T21:24:52.494233+0000 mgr.smithi067.knbjpz (mgr.14184) 516 : 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 2023-12-25T21:24:54.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:53 smithi067 bash[26019]: cluster 2023-12-25T21:24:52.494233+0000 mgr.smithi067.knbjpz (mgr.14184) 516 : 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 2023-12-25T21:24:55.366 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:24:55.366 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:24:55.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:24:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:55 smithi067 bash[26019]: cluster 2023-12-25T21:24:54.495481+0000 mgr.smithi067.knbjpz (mgr.14184) 517 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:55 smithi175 bash[29404]: cluster 2023-12-25T21:24:54.495481+0000 mgr.smithi067.knbjpz (mgr.14184) 517 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:56.984 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:56 smithi067 bash[26019]: audit 2023-12-25T21:24:55.354056+0000 mgr.smithi067.knbjpz (mgr.14184) 518 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:57.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:56 smithi175 bash[29404]: audit 2023-12-25T21:24:55.354056+0000 mgr.smithi067.knbjpz (mgr.14184) 518 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:57 smithi067 bash[26019]: cluster 2023-12-25T21:24:56.497172+0000 mgr.smithi067.knbjpz (mgr.14184) 519 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:24:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:57 smithi175 bash[29404]: cluster 2023-12-25T21:24:56.497172+0000 mgr.smithi067.knbjpz (mgr.14184) 519 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:00.087 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:00.087 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:00.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:24:59 smithi067 bash[26019]: cluster 2023-12-25T21:24:58.498998+0000 mgr.smithi067.knbjpz (mgr.14184) 520 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:24:59 smithi175 bash[29404]: cluster 2023-12-25T21:24:58.498998+0000 mgr.smithi067.knbjpz (mgr.14184) 520 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:00.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:01.736 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:01.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:01 smithi067 bash[26019]: audit 2023-12-25T21:25:00.080964+0000 mgr.smithi067.knbjpz (mgr.14184) 521 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:01.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:01 smithi067 bash[26019]: cluster 2023-12-25T21:25:00.500650+0000 mgr.smithi067.knbjpz (mgr.14184) 522 : 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 2023-12-25T21:25:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:01 smithi175 bash[29404]: audit 2023-12-25T21:25:00.080964+0000 mgr.smithi067.knbjpz (mgr.14184) 521 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:01 smithi175 bash[29404]: cluster 2023-12-25T21:25:00.500650+0000 mgr.smithi067.knbjpz (mgr.14184) 522 : 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 2023-12-25T21:25:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:03 smithi175 bash[29404]: cluster 2023-12-25T21:25:02.502575+0000 mgr.smithi067.knbjpz (mgr.14184) 523 : 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 2023-12-25T21:25:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:03 smithi067 bash[26019]: cluster 2023-12-25T21:25:02.502575+0000 mgr.smithi067.knbjpz (mgr.14184) 523 : 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 2023-12-25T21:25:04.822 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:04.822 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:05.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:05 smithi067 bash[26019]: cluster 2023-12-25T21:25:04.503745+0000 mgr.smithi067.knbjpz (mgr.14184) 524 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:05 smithi067 bash[26019]: audit 2023-12-25T21:25:04.811809+0000 mgr.smithi067.knbjpz (mgr.14184) 525 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:05 smithi175 bash[29404]: cluster 2023-12-25T21:25:04.503745+0000 mgr.smithi067.knbjpz (mgr.14184) 524 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:05 smithi175 bash[29404]: audit 2023-12-25T21:25:04.811809+0000 mgr.smithi067.knbjpz (mgr.14184) 525 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:06.431 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:07 smithi067 bash[26019]: cluster 2023-12-25T21:25:06.505390+0000 mgr.smithi067.knbjpz (mgr.14184) 526 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:08.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:07 smithi175 bash[29404]: cluster 2023-12-25T21:25:06.505390+0000 mgr.smithi067.knbjpz (mgr.14184) 526 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:09.734 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:09.734 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:09 smithi067 bash[26019]: cluster 2023-12-25T21:25:08.507235+0000 mgr.smithi067.knbjpz (mgr.14184) 527 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:09 smithi175 bash[29404]: cluster 2023-12-25T21:25:08.507235+0000 mgr.smithi067.knbjpz (mgr.14184) 527 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:10.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:11.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:10 smithi067 bash[26019]: audit 2023-12-25T21:25:09.720810+0000 mgr.smithi067.knbjpz (mgr.14184) 528 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:10 smithi175 bash[29404]: audit 2023-12-25T21:25:09.720810+0000 mgr.smithi067.knbjpz (mgr.14184) 528 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:11.335 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:11 smithi067 bash[26019]: cluster 2023-12-25T21:25:10.508908+0000 mgr.smithi067.knbjpz (mgr.14184) 529 : 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 2023-12-25T21:25:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:11 smithi175 bash[29404]: cluster 2023-12-25T21:25:10.508908+0000 mgr.smithi067.knbjpz (mgr.14184) 529 : 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 2023-12-25T21:25:14.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:13 smithi067 bash[26019]: cluster 2023-12-25T21:25:12.510895+0000 mgr.smithi067.knbjpz (mgr.14184) 530 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:14.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:13 smithi175 bash[29404]: cluster 2023-12-25T21:25:12.510895+0000 mgr.smithi067.knbjpz (mgr.14184) 530 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:14.619 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:14.619 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:15.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:16.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:15 smithi067 bash[26019]: cluster 2023-12-25T21:25:14.512040+0000 mgr.smithi067.knbjpz (mgr.14184) 531 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:16.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:15 smithi067 bash[26019]: audit 2023-12-25T21:25:14.613605+0000 mgr.smithi067.knbjpz (mgr.14184) 532 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:16.247 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:15 smithi175 bash[29404]: cluster 2023-12-25T21:25:14.512040+0000 mgr.smithi067.knbjpz (mgr.14184) 531 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:15 smithi175 bash[29404]: audit 2023-12-25T21:25:14.613605+0000 mgr.smithi067.knbjpz (mgr.14184) 532 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:17 smithi067 bash[26019]: cluster 2023-12-25T21:25:16.513795+0000 mgr.smithi067.knbjpz (mgr.14184) 533 : 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 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:17 smithi175 bash[29404]: cluster 2023-12-25T21:25:16.513795+0000 mgr.smithi067.knbjpz (mgr.14184) 533 : 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 2023-12-25T21:25:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:18 smithi067 bash[26019]: audit 2023-12-25T21:25:18.469332+0000 mon.smithi067 (mon.0) 772 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:18 smithi067 bash[26019]: audit 2023-12-25T21:25:18.786131+0000 mon.smithi067 (mon.0) 773 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:25:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:18 smithi067 bash[26019]: audit 2023-12-25T21:25:18.787540+0000 mon.smithi067 (mon.0) 774 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:25:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:18 smithi067 bash[26019]: audit 2023-12-25T21:25:18.795251+0000 mon.smithi067 (mon.0) 775 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:25:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:18 smithi067 bash[26019]: audit 2023-12-25T21:25:18.800914+0000 mon.smithi067 (mon.0) 776 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:25:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:18 smithi067 bash[26019]: audit 2023-12-25T21:25:18.813031+0000 mon.smithi067 (mon.0) 777 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:25:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:18 smithi175 bash[29404]: audit 2023-12-25T21:25:18.469332+0000 mon.smithi067 (mon.0) 772 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:18 smithi175 bash[29404]: audit 2023-12-25T21:25:18.786131+0000 mon.smithi067 (mon.0) 773 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:25:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:18 smithi175 bash[29404]: audit 2023-12-25T21:25:18.787540+0000 mon.smithi067 (mon.0) 774 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:25:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:18 smithi175 bash[29404]: audit 2023-12-25T21:25:18.795251+0000 mon.smithi067 (mon.0) 775 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:25:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:18 smithi175 bash[29404]: audit 2023-12-25T21:25:18.800914+0000 mon.smithi067 (mon.0) 776 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:25:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:18 smithi175 bash[29404]: audit 2023-12-25T21:25:18.813031+0000 mon.smithi067 (mon.0) 777 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:25:19.399 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:19.399 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:23:09.945739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ikxsek on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:20.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:19 smithi067 bash[26019]: cluster 2023-12-25T21:25:18.515540+0000 mgr.smithi067.knbjpz (mgr.14184) 534 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:20.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:19 smithi067 bash[26019]: cluster 2023-12-25T21:25:18.796531+0000 mgr.smithi067.knbjpz (mgr.14184) 535 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:20.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:19 smithi067 bash[26019]: cephadm 2023-12-25T21:25:18.815794+0000 mgr.smithi067.knbjpz (mgr.14184) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.xazzhy on smithi175 2023-12-25T21:25:20.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:19 smithi067 bash[26019]: cluster 2023-12-25T21:25:18.958162+0000 mon.smithi067 (mon.0) 778 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:25:20.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:19 smithi067 bash[26019]: cluster 2023-12-25T21:25:18.958251+0000 mon.smithi067 (mon.0) 779 : cluster [INF] Cluster is now healthy 2023-12-25T21:25:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:19 smithi175 bash[29404]: cluster 2023-12-25T21:25:18.515540+0000 mgr.smithi067.knbjpz (mgr.14184) 534 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:19 smithi175 bash[29404]: cluster 2023-12-25T21:25:18.796531+0000 mgr.smithi067.knbjpz (mgr.14184) 535 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:19 smithi175 bash[29404]: cephadm 2023-12-25T21:25:18.815794+0000 mgr.smithi067.knbjpz (mgr.14184) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.xazzhy on smithi175 2023-12-25T21:25:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:19 smithi175 bash[29404]: cluster 2023-12-25T21:25:18.958162+0000 mon.smithi067 (mon.0) 778 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:25:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:19 smithi175 bash[29404]: cluster 2023-12-25T21:25:18.958251+0000 mon.smithi067 (mon.0) 779 : cluster [INF] Cluster is now healthy 2023-12-25T21:25:21.017 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:20 smithi067 bash[26019]: audit 2023-12-25T21:25:19.385147+0000 mgr.smithi067.knbjpz (mgr.14184) 537 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:21.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:20 smithi175 bash[29404]: audit 2023-12-25T21:25:19.385147+0000 mgr.smithi067.knbjpz (mgr.14184) 537 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:21 smithi067 bash[26019]: cluster 2023-12-25T21:25:20.797788+0000 mgr.smithi067.knbjpz (mgr.14184) 538 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:21 smithi175 bash[29404]: cluster 2023-12-25T21:25:20.797788+0000 mgr.smithi067.knbjpz (mgr.14184) 538 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:22 smithi067 bash[26019]: audit 2023-12-25T21:25:22.552811+0000 mon.smithi067 (mon.0) 780 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.xazzhy"}]: dispatch 2023-12-25T21:25:23.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:22 smithi175 bash[29404]: audit 2023-12-25T21:25:22.552811+0000 mon.smithi067 (mon.0) 780 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.xazzhy"}]: dispatch 2023-12-25T21:25:24.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: cephadm 2023-12-25T21:25:22.551875+0000 mgr.smithi067.knbjpz (mgr.14184) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:24.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.xazzhy ... 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:23 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.xazzhy ... 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: cephadm 2023-12-25T21:25:22.552116+0000 mgr.smithi067.knbjpz (mgr.14184) 540 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: cephadm 2023-12-25T21:25:22.554392+0000 mgr.smithi067.knbjpz (mgr.14184) 541 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.xazzhy ... 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:24.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:24.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:24.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: cephadm 2023-12-25T21:25:22.559926+0000 mgr.smithi067.knbjpz (mgr.14184) 542 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.ozmegb on smithi067 2023-12-25T21:25:24.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:24 smithi067 bash[26019]: cluster 2023-12-25T21:25:22.799193+0000 mgr.smithi067.knbjpz (mgr.14184) 543 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:24.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: cephadm 2023-12-25T21:25:22.551875+0000 mgr.smithi067.knbjpz (mgr.14184) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:24.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:24.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.xazzhy ... 2023-12-25T21:25:24.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:24.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:24.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:25:24.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:24.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:24.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.xazzhy ... 2023-12-25T21:25:24.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:24.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:24.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:24.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: cephadm 2023-12-25T21:25:22.552116+0000 mgr.smithi067.knbjpz (mgr.14184) 540 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: cephadm 2023-12-25T21:25:22.554392+0000 mgr.smithi067.knbjpz (mgr.14184) 541 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:24.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy 2023-12-25T21:25:24.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:24.293 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy 2023-12-25T21:25:24.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.xazzhy ... 2023-12-25T21:25:24.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:24.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:24.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:24.294 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:24.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:23 smithi175 bash[29404]: cephadm 2023-12-25T21:25:22.559926+0000 mgr.smithi067.knbjpz (mgr.14184) 542 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.ozmegb on smithi067 2023-12-25T21:25:24.295 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:24 smithi175 bash[29404]: cluster 2023-12-25T21:25:22.799193+0000 mgr.smithi067.knbjpz (mgr.14184) 543 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:24.300 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:24.301 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:14.413915Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.wulurt on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-wulurt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.wulurt\nDeploy daemon haproxy.nfs.foo.smithi175.wulurt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.458229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qquyee on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qquyee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qquyee\nDeploy daemon haproxy.nfs.foo.smithi067.qquyee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:24:18.461476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.bvmnyn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:24.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:25.974 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:26.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:26 smithi067 bash[26019]: audit 2023-12-25T21:25:24.291394+0000 mgr.smithi067.knbjpz (mgr.14184) 544 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:26.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:26 smithi067 bash[26019]: cluster 2023-12-25T21:25:24.800562+0000 mgr.smithi067.knbjpz (mgr.14184) 545 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:26 smithi175 bash[29404]: audit 2023-12-25T21:25:24.291394+0000 mgr.smithi067.knbjpz (mgr.14184) 544 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:26 smithi175 bash[29404]: cluster 2023-12-25T21:25:24.800562+0000 mgr.smithi067.knbjpz (mgr.14184) 545 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:25:27.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:27 smithi175 bash[29404]: audit 2023-12-25T21:25:26.651895+0000 mon.smithi067 (mon.0) 781 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.ozmegb"}]: dispatch 2023-12-25T21:25:27.287 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:27 smithi067 bash[26019]: audit 2023-12-25T21:25:26.651895+0000 mon.smithi067 (mon.0) 781 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.ozmegb"}]: dispatch 2023-12-25T21:25:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cephadm 2023-12-25T21:25:26.650442+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.ozmegb ... 2023-12-25T21:25:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.ozmegb ... 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cephadm 2023-12-25T21:25:26.650993+0000 mgr.smithi067.knbjpz (mgr.14184) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cephadm 2023-12-25T21:25:26.653619+0000 mgr.smithi067.knbjpz (mgr.14184) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.ozmegb ... 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cephadm 2023-12-25T21:25:26.655667+0000 mgr.smithi067.knbjpz (mgr.14184) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cephadm 2023-12-25T21:25:26.657324+0000 mgr.smithi067.knbjpz (mgr.14184) 550 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cluster 2023-12-25T21:25:26.659433+0000 mgr.smithi067.knbjpz (mgr.14184) 551 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:25:28.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:28 smithi175 bash[29404]: cluster 2023-12-25T21:25:27.003092+0000 mon.smithi067 (mon.0) 782 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cephadm 2023-12-25T21:25:26.650442+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.ozmegb ... 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:28.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.ozmegb ... 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cephadm 2023-12-25T21:25:26.650993+0000 mgr.smithi067.knbjpz (mgr.14184) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cephadm 2023-12-25T21:25:26.653619+0000 mgr.smithi067.knbjpz (mgr.14184) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb 2023-12-25T21:25:28.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.ozmegb ... 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cephadm 2023-12-25T21:25:26.655667+0000 mgr.smithi067.knbjpz (mgr.14184) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cephadm 2023-12-25T21:25:26.657324+0000 mgr.smithi067.knbjpz (mgr.14184) 550 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cluster 2023-12-25T21:25:26.659433+0000 mgr.smithi067.knbjpz (mgr.14184) 551 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:25:28.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:28 smithi067 bash[26019]: cluster 2023-12-25T21:25:27.003092+0000 mon.smithi067 (mon.0) 782 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:29.371 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:29.371 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:29.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:30 smithi067 bash[26019]: cluster 2023-12-25T21:25:28.661013+0000 mgr.smithi067.knbjpz (mgr.14184) 552 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:25:30.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:30 smithi175 bash[29404]: cluster 2023-12-25T21:25:28.661013+0000 mgr.smithi067.knbjpz (mgr.14184) 552 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:25:30.970 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:31 smithi067 bash[26019]: audit 2023-12-25T21:25:29.358300+0000 mgr.smithi067.knbjpz (mgr.14184) 553 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:31.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:31 smithi175 bash[29404]: audit 2023-12-25T21:25:29.358300+0000 mgr.smithi067.knbjpz (mgr.14184) 553 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:32.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:32 smithi067 bash[26019]: cluster 2023-12-25T21:25:30.662646+0000 mgr.smithi067.knbjpz (mgr.14184) 554 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-25T21:25:32.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:32 smithi067 bash[26019]: audit 2023-12-25T21:25:31.449886+0000 mon.smithi067 (mon.0) 783 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:25:32.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:32 smithi175 bash[29404]: cluster 2023-12-25T21:25:30.662646+0000 mgr.smithi067.knbjpz (mgr.14184) 554 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-25T21:25:32.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:32 smithi175 bash[29404]: audit 2023-12-25T21:25:31.449886+0000 mon.smithi067 (mon.0) 783 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:25:33.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:33 smithi067 bash[26019]: cluster 2023-12-25T21:25:32.664913+0000 mgr.smithi067.knbjpz (mgr.14184) 555 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:25:33.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:33 smithi175 bash[29404]: cluster 2023-12-25T21:25:32.664913+0000 mgr.smithi067.knbjpz (mgr.14184) 555 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:25:34.244 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:34.244 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:34.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:35.883 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:35.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:35 smithi067 bash[26019]: audit 2023-12-25T21:25:34.234133+0000 mgr.smithi067.knbjpz (mgr.14184) 556 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:35.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:35 smithi067 bash[26019]: cluster 2023-12-25T21:25:34.666227+0000 mgr.smithi067.knbjpz (mgr.14184) 557 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:25:36.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:35 smithi175 bash[29404]: audit 2023-12-25T21:25:34.234133+0000 mgr.smithi067.knbjpz (mgr.14184) 556 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:36.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:35 smithi175 bash[29404]: cluster 2023-12-25T21:25:34.666227+0000 mgr.smithi067.knbjpz (mgr.14184) 557 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:25:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:37 smithi067 bash[26019]: cluster 2023-12-25T21:25:36.668236+0000 mgr.smithi067.knbjpz (mgr.14184) 558 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:25:38.036 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:37 smithi175 bash[29404]: cluster 2023-12-25T21:25:36.668236+0000 mgr.smithi067.knbjpz (mgr.14184) 558 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:25:39.040 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:39.040 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:39.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:39.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:39 smithi067 bash[26019]: cluster 2023-12-25T21:25:38.669893+0000 mgr.smithi067.knbjpz (mgr.14184) 559 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:40.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:39 smithi175 bash[29404]: cluster 2023-12-25T21:25:38.669893+0000 mgr.smithi067.knbjpz (mgr.14184) 559 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:40.678 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:40.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:40 smithi067 bash[26019]: audit 2023-12-25T21:25:39.034634+0000 mgr.smithi067.knbjpz (mgr.14184) 560 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:41.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:40 smithi175 bash[29404]: audit 2023-12-25T21:25:39.034634+0000 mgr.smithi067.knbjpz (mgr.14184) 560 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:42.013 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:41 smithi067 bash[26019]: cluster 2023-12-25T21:25:40.671589+0000 mgr.smithi067.knbjpz (mgr.14184) 561 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:42.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:41 smithi175 bash[29404]: cluster 2023-12-25T21:25:40.671589+0000 mgr.smithi067.knbjpz (mgr.14184) 561 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:43.745 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:43.746 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:44.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:43 smithi175 bash[29404]: cluster 2023-12-25T21:25:42.673489+0000 mgr.smithi067.knbjpz (mgr.14184) 562 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:43 smithi067 bash[26019]: cluster 2023-12-25T21:25:42.673489+0000 mgr.smithi067.knbjpz (mgr.14184) 562 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:44.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:45.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:44 smithi175 bash[29404]: audit 2023-12-25T21:25:43.731955+0000 mgr.smithi067.knbjpz (mgr.14184) 563 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:45.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:44 smithi067 bash[26019]: audit 2023-12-25T21:25:43.731955+0000 mgr.smithi067.knbjpz (mgr.14184) 563 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:45.339 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:46.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:45 smithi175 bash[29404]: cluster 2023-12-25T21:25:44.674727+0000 mgr.smithi067.knbjpz (mgr.14184) 564 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:45 smithi067 bash[26019]: cluster 2023-12-25T21:25:44.674727+0000 mgr.smithi067.knbjpz (mgr.14184) 564 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:48.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:47 smithi175 bash[29404]: cluster 2023-12-25T21:25:46.676532+0000 mgr.smithi067.knbjpz (mgr.14184) 565 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:48.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:47 smithi067 bash[26019]: cluster 2023-12-25T21:25:46.676532+0000 mgr.smithi067.knbjpz (mgr.14184) 565 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:48.589 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:48.589 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:49.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:50.194 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:50.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:49 smithi067 bash[26019]: audit 2023-12-25T21:25:48.577333+0000 mgr.smithi067.knbjpz (mgr.14184) 566 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:50.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:49 smithi067 bash[26019]: cluster 2023-12-25T21:25:48.678748+0000 mgr.smithi067.knbjpz (mgr.14184) 567 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:49 smithi175 bash[29404]: audit 2023-12-25T21:25:48.577333+0000 mgr.smithi067.knbjpz (mgr.14184) 566 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:49 smithi175 bash[29404]: cluster 2023-12-25T21:25:48.678748+0000 mgr.smithi067.knbjpz (mgr.14184) 567 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:51.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:51 smithi067 bash[26019]: cluster 2023-12-25T21:25:50.680369+0000 mgr.smithi067.knbjpz (mgr.14184) 568 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:51 smithi175 bash[29404]: cluster 2023-12-25T21:25:50.680369+0000 mgr.smithi067.knbjpz (mgr.14184) 568 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:53.308 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:53.308 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:53.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:54.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:53 smithi175 bash[29404]: cluster 2023-12-25T21:25:52.682389+0000 mgr.smithi067.knbjpz (mgr.14184) 569 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:54.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:53 smithi067 bash[26019]: cluster 2023-12-25T21:25:52.682389+0000 mgr.smithi067.knbjpz (mgr.14184) 569 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:54.900 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:54 smithi067 bash[26019]: audit 2023-12-25T21:25:53.297540+0000 mgr.smithi067.knbjpz (mgr.14184) 570 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:55.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:54 smithi175 bash[29404]: audit 2023-12-25T21:25:53.297540+0000 mgr.smithi067.knbjpz (mgr.14184) 570 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:56.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:55 smithi067 bash[26019]: cluster 2023-12-25T21:25:54.683656+0000 mgr.smithi067.knbjpz (mgr.14184) 571 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:55 smithi175 bash[29404]: cluster 2023-12-25T21:25:54.683656+0000 mgr.smithi067.knbjpz (mgr.14184) 571 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:57.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:57 smithi067 bash[26019]: cluster 2023-12-25T21:25:56.685468+0000 mgr.smithi067.knbjpz (mgr.14184) 572 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:58.071 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:25:58.071 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:25:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:57 smithi175 bash[29404]: cluster 2023-12-25T21:25:56.685468+0000 mgr.smithi067.knbjpz (mgr.14184) 572 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:25:58.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:59.767 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:59 smithi067 bash[26019]: audit 2023-12-25T21:25:58.060169+0000 mgr.smithi067.knbjpz (mgr.14184) 573 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:25:59 smithi067 bash[26019]: cluster 2023-12-25T21:25:58.687641+0000 mgr.smithi067.knbjpz (mgr.14184) 574 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:59 smithi175 bash[29404]: audit 2023-12-25T21:25:58.060169+0000 mgr.smithi067.knbjpz (mgr.14184) 573 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:25:59 smithi175 bash[29404]: cluster 2023-12-25T21:25:58.687641+0000 mgr.smithi067.knbjpz (mgr.14184) 574 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:02.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:01 smithi067 bash[26019]: cluster 2023-12-25T21:26:00.689218+0000 mgr.smithi067.knbjpz (mgr.14184) 575 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:01 smithi175 bash[29404]: cluster 2023-12-25T21:26:00.689218+0000 mgr.smithi067.knbjpz (mgr.14184) 575 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:02.898 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:02.898 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:03.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:03 smithi175 bash[29404]: cluster 2023-12-25T21:26:02.690659+0000 mgr.smithi067.knbjpz (mgr.14184) 576 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:03 smithi175 bash[29404]: audit 2023-12-25T21:26:02.887085+0000 mgr.smithi067.knbjpz (mgr.14184) 577 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:03 smithi067 bash[26019]: cluster 2023-12-25T21:26:02.690659+0000 mgr.smithi067.knbjpz (mgr.14184) 576 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:03 smithi067 bash[26019]: audit 2023-12-25T21:26:02.887085+0000 mgr.smithi067.knbjpz (mgr.14184) 577 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:04.523 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:05 smithi067 bash[26019]: cluster 2023-12-25T21:26:04.691929+0000 mgr.smithi067.knbjpz (mgr.14184) 578 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:05 smithi175 bash[29404]: cluster 2023-12-25T21:26:04.691929+0000 mgr.smithi067.knbjpz (mgr.14184) 578 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:07.602 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:07.603 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:07.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:07 smithi067 bash[26019]: cluster 2023-12-25T21:26:06.693793+0000 mgr.smithi067.knbjpz (mgr.14184) 579 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:08.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:08.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:07 smithi175 bash[29404]: cluster 2023-12-25T21:26:06.693793+0000 mgr.smithi067.knbjpz (mgr.14184) 579 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:09.196 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:09.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:08 smithi067 bash[26019]: audit 2023-12-25T21:26:07.592226+0000 mgr.smithi067.knbjpz (mgr.14184) 580 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:09.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:08 smithi175 bash[29404]: audit 2023-12-25T21:26:07.592226+0000 mgr.smithi067.knbjpz (mgr.14184) 580 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:09 smithi067 bash[26019]: cluster 2023-12-25T21:26:08.695795+0000 mgr.smithi067.knbjpz (mgr.14184) 581 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:09 smithi175 bash[29404]: cluster 2023-12-25T21:26:08.695795+0000 mgr.smithi067.knbjpz (mgr.14184) 581 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:12.131 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:11 smithi067 bash[26019]: cluster 2023-12-25T21:26:10.697370+0000 mgr.smithi067.knbjpz (mgr.14184) 582 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:11 smithi175 bash[29404]: cluster 2023-12-25T21:26:10.697370+0000 mgr.smithi067.knbjpz (mgr.14184) 582 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:12.502 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:12.503 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:13.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:14.113 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:14.126 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:13 smithi067 bash[26019]: audit 2023-12-25T21:26:12.490479+0000 mgr.smithi067.knbjpz (mgr.14184) 583 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:14.126 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:13 smithi067 bash[26019]: cluster 2023-12-25T21:26:12.699344+0000 mgr.smithi067.knbjpz (mgr.14184) 584 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:14.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:13 smithi175 bash[29404]: audit 2023-12-25T21:26:12.490479+0000 mgr.smithi067.knbjpz (mgr.14184) 583 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:14.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:13 smithi175 bash[29404]: cluster 2023-12-25T21:26:12.699344+0000 mgr.smithi067.knbjpz (mgr.14184) 584 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:16.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:15 smithi067 bash[26019]: cluster 2023-12-25T21:26:14.700563+0000 mgr.smithi067.knbjpz (mgr.14184) 585 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:15 smithi175 bash[29404]: cluster 2023-12-25T21:26:14.700563+0000 mgr.smithi067.knbjpz (mgr.14184) 585 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:17.316 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:17.316 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:17.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:17 smithi067 bash[26019]: cluster 2023-12-25T21:26:16.702424+0000 mgr.smithi067.knbjpz (mgr.14184) 586 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:17 smithi175 bash[29404]: cluster 2023-12-25T21:26:16.702424+0000 mgr.smithi067.knbjpz (mgr.14184) 586 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:18.935 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:18 smithi067 bash[26019]: audit 2023-12-25T21:26:17.304985+0000 mgr.smithi067.knbjpz (mgr.14184) 587 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:18 smithi175 bash[29404]: audit 2023-12-25T21:26:17.304985+0000 mgr.smithi067.knbjpz (mgr.14184) 587 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:19 smithi067 bash[26019]: cluster 2023-12-25T21:26:18.704145+0000 mgr.smithi067.knbjpz (mgr.14184) 588 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:19 smithi175 bash[29404]: cluster 2023-12-25T21:26:18.704145+0000 mgr.smithi067.knbjpz (mgr.14184) 588 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:22.067 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:22.067 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:21 smithi067 bash[26019]: cluster 2023-12-25T21:26:20.705650+0000 mgr.smithi067.knbjpz (mgr.14184) 589 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:21 smithi175 bash[29404]: cluster 2023-12-25T21:26:20.705650+0000 mgr.smithi067.knbjpz (mgr.14184) 589 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:22.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:23.698 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:23.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:23 smithi067 bash[26019]: audit 2023-12-25T21:26:22.053695+0000 mgr.smithi067.knbjpz (mgr.14184) 590 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:23.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:23 smithi067 bash[26019]: cluster 2023-12-25T21:26:22.707627+0000 mgr.smithi067.knbjpz (mgr.14184) 591 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:24.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:23 smithi175 bash[29404]: audit 2023-12-25T21:26:22.053695+0000 mgr.smithi067.knbjpz (mgr.14184) 590 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:24.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:23 smithi175 bash[29404]: cluster 2023-12-25T21:26:22.707627+0000 mgr.smithi067.knbjpz (mgr.14184) 591 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:26.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:25 smithi067 bash[26019]: cluster 2023-12-25T21:26:24.708932+0000 mgr.smithi067.knbjpz (mgr.14184) 592 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:25 smithi175 bash[29404]: cluster 2023-12-25T21:26:24.708932+0000 mgr.smithi067.knbjpz (mgr.14184) 592 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:26.734 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:26.734 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:18.464102Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.etpxgj on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:27.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:26 smithi067 bash[26019]: audit 2023-12-25T21:26:26.664162+0000 mon.smithi067 (mon.0) 784 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:27.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:26 smithi175 bash[29404]: audit 2023-12-25T21:26:26.664162+0000 mon.smithi067 (mon.0) 784 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:27.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: cluster 2023-12-25T21:26:26.710145+0000 mgr.smithi067.knbjpz (mgr.14184) 593 : 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 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.719770+0000 mgr.smithi067.knbjpz (mgr.14184) 594 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.975940+0000 mon.smithi067 (mon.0) 785 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.976199+0000 mon.smithi067 (mon.0) 786 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.977663+0000 mon.smithi067 (mon.0) 787 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.977905+0000 mon.smithi067 (mon.0) 788 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.979032+0000 mon.smithi067 (mon.0) 789 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.979314+0000 mon.smithi067 (mon.0) 790 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.980664+0000 mon.smithi067 (mon.0) 791 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.981142+0000 mon.smithi067 (mon.0) 792 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: cephadm 2023-12-25T21:26:26.982023+0000 mgr.smithi067.knbjpz (mgr.14184) 595 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3529M 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: cephadm 2023-12-25T21:26:26.982550+0000 mgr.smithi067.knbjpz (mgr.14184) 596 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 3017M 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.989666+0000 mon.smithi067 (mon.0) 793 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.996765+0000 mon.smithi067 (mon.0) 794 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.998628+0000 mon.smithi067 (mon.0) 795 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:26.999793+0000 mon.smithi067 (mon.0) 796 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:27.008524+0000 mon.smithi067 (mon.0) 797 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: cluster 2023-12-25T21:26:27.010039+0000 mgr.smithi067.knbjpz (mgr.14184) 597 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:27.016772+0000 mon.smithi067 (mon.0) 798 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: audit 2023-12-25T21:26:27.032574+0000 mon.smithi067 (mon.0) 799 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:27 smithi067 bash[26019]: cephadm 2023-12-25T21:26:27.039014+0000 mgr.smithi067.knbjpz (mgr.14184) 598 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.nfpaoo on smithi175 2023-12-25T21:26:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: cluster 2023-12-25T21:26:26.710145+0000 mgr.smithi067.knbjpz (mgr.14184) 593 : 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 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.719770+0000 mgr.smithi067.knbjpz (mgr.14184) 594 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.975940+0000 mon.smithi067 (mon.0) 785 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.976199+0000 mon.smithi067 (mon.0) 786 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.977663+0000 mon.smithi067 (mon.0) 787 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.977905+0000 mon.smithi067 (mon.0) 788 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.979032+0000 mon.smithi067 (mon.0) 789 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.979314+0000 mon.smithi067 (mon.0) 790 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.980664+0000 mon.smithi067 (mon.0) 791 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.981142+0000 mon.smithi067 (mon.0) 792 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: cephadm 2023-12-25T21:26:26.982023+0000 mgr.smithi067.knbjpz (mgr.14184) 595 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3529M 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: cephadm 2023-12-25T21:26:26.982550+0000 mgr.smithi067.knbjpz (mgr.14184) 596 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 3017M 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.989666+0000 mon.smithi067 (mon.0) 793 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.996765+0000 mon.smithi067 (mon.0) 794 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.998628+0000 mon.smithi067 (mon.0) 795 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:26:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:26.999793+0000 mon.smithi067 (mon.0) 796 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:26:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:27.008524+0000 mon.smithi067 (mon.0) 797 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: cluster 2023-12-25T21:26:27.010039+0000 mgr.smithi067.knbjpz (mgr.14184) 597 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:27.016772+0000 mon.smithi067 (mon.0) 798 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:26:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: audit 2023-12-25T21:26:27.032574+0000 mon.smithi067 (mon.0) 799 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:28.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:27 smithi175 bash[29404]: cephadm 2023-12-25T21:26:27.039014+0000 mgr.smithi067.knbjpz (mgr.14184) 598 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.nfpaoo on smithi175 2023-12-25T21:26:28.364 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:28 smithi067 bash[26019]: cluster 2023-12-25T21:26:28.005599+0000 mon.smithi067 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:26:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:28 smithi067 bash[26019]: cluster 2023-12-25T21:26:28.005681+0000 mon.smithi067 (mon.0) 801 : cluster [INF] Cluster is now healthy 2023-12-25T21:26:29.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:28 smithi175 bash[29404]: cluster 2023-12-25T21:26:28.005599+0000 mon.smithi067 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:26:29.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:28 smithi175 bash[29404]: cluster 2023-12-25T21:26:28.005681+0000 mon.smithi067 (mon.0) 801 : cluster [INF] Cluster is now healthy 2023-12-25T21:26:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:29 smithi067 bash[26019]: cluster 2023-12-25T21:26:29.011032+0000 mgr.smithi067.knbjpz (mgr.14184) 599 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:30.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:29 smithi175 bash[29404]: cluster 2023-12-25T21:26:29.011032+0000 mgr.smithi067.knbjpz (mgr.14184) 599 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:31.691 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:31.691 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:22.554271Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.xazzhy on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-xazzhy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.xazzhy\nDeploy daemon haproxy.nfs.foo.smithi175.xazzhy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.653474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.ozmegb on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-ozmegb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.ozmegb\nDeploy daemon haproxy.nfs.foo.smithi067.ozmegb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:26.655561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ajajub on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:32.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: audit 2023-12-25T21:26:30.779113+0000 mon.smithi067 (mon.0) 802 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:32.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: cephadm 2023-12-25T21:26:30.836691+0000 mgr.smithi067.knbjpz (mgr.14184) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.nfpaoo ... 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:32.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.nfpaoo ... 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:32.039 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: cephadm 2023-12-25T21:26:30.836913+0000 mgr.smithi067.knbjpz (mgr.14184) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: audit 2023-12-25T21:26:30.837613+0000 mon.smithi067 (mon.0) 803 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.nfpaoo"}]: dispatch 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: cephadm 2023-12-25T21:26:30.839124+0000 mgr.smithi067.knbjpz (mgr.14184) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.nfpaoo ... 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: cephadm 2023-12-25T21:26:30.843903+0000 mgr.smithi067.knbjpz (mgr.14184) 603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.dhyjfx on smithi067 2023-12-25T21:26:32.040 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:31 smithi175 bash[29404]: cluster 2023-12-25T21:26:31.012347+0000 mgr.smithi067.knbjpz (mgr.14184) 604 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: audit 2023-12-25T21:26:30.779113+0000 mon.smithi067 (mon.0) 802 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: cephadm 2023-12-25T21:26:30.836691+0000 mgr.smithi067.knbjpz (mgr.14184) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.nfpaoo ... 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.nfpaoo ... 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: cephadm 2023-12-25T21:26:30.836913+0000 mgr.smithi067.knbjpz (mgr.14184) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: audit 2023-12-25T21:26:30.837613+0000 mon.smithi067 (mon.0) 803 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.nfpaoo"}]: dispatch 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: cephadm 2023-12-25T21:26:30.839124+0000 mgr.smithi067.knbjpz (mgr.14184) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo 2023-12-25T21:26:32.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.nfpaoo ... 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: cephadm 2023-12-25T21:26:30.843903+0000 mgr.smithi067.knbjpz (mgr.14184) 603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.dhyjfx on smithi067 2023-12-25T21:26:32.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:31 smithi067 bash[26019]: cluster 2023-12-25T21:26:31.012347+0000 mgr.smithi067.knbjpz (mgr.14184) 604 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:32.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:33.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:32 smithi067 bash[26019]: audit 2023-12-25T21:26:31.681715+0000 mgr.smithi067.knbjpz (mgr.14184) 605 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:33.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:32 smithi175 bash[29404]: audit 2023-12-25T21:26:31.681715+0000 mgr.smithi067.knbjpz (mgr.14184) 605 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:33.297 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:34.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:33 smithi175 bash[29404]: cluster 2023-12-25T21:26:33.013812+0000 mgr.smithi067.knbjpz (mgr.14184) 606 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:34.243 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:33 smithi067 bash[26019]: cluster 2023-12-25T21:26:33.013812+0000 mgr.smithi067.knbjpz (mgr.14184) 606 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:26:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:34 smithi067 bash[26019]: audit 2023-12-25T21:26:34.605792+0000 mon.smithi067 (mon.0) 804 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.dhyjfx"}]: dispatch 2023-12-25T21:26:35.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:34 smithi175 bash[29404]: audit 2023-12-25T21:26:34.605792+0000 mon.smithi067 (mon.0) 804 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.dhyjfx"}]: dispatch 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cephadm 2023-12-25T21:26:34.604490+0000 mgr.smithi067.knbjpz (mgr.14184) 607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.dhyjfx ... 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:36.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.dhyjfx ... 2023-12-25T21:26:36.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cephadm 2023-12-25T21:26:34.605078+0000 mgr.smithi067.knbjpz (mgr.14184) 608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cephadm 2023-12-25T21:26:34.607376+0000 mgr.smithi067.knbjpz (mgr.14184) 609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:26:36.110 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.dhyjfx ... 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cephadm 2023-12-25T21:26:34.611457+0000 mgr.smithi067.knbjpz (mgr.14184) 610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cephadm 2023-12-25T21:26:34.615606+0000 mgr.smithi067.knbjpz (mgr.14184) 611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cluster 2023-12-25T21:26:34.616551+0000 mgr.smithi067.knbjpz (mgr.14184) 612 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:26:36.111 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:35 smithi067 bash[26019]: cluster 2023-12-25T21:26:34.797172+0000 mon.smithi067 (mon.0) 805 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:26:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cephadm 2023-12-25T21:26:34.604490+0000 mgr.smithi067.knbjpz (mgr.14184) 607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.dhyjfx ... 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:26:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.dhyjfx ... 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cephadm 2023-12-25T21:26:34.605078+0000 mgr.smithi067.knbjpz (mgr.14184) 608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cephadm 2023-12-25T21:26:34.607376+0000 mgr.smithi067.knbjpz (mgr.14184) 609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.dhyjfx ... 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cephadm 2023-12-25T21:26:34.611457+0000 mgr.smithi067.knbjpz (mgr.14184) 610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cephadm 2023-12-25T21:26:34.615606+0000 mgr.smithi067.knbjpz (mgr.14184) 611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cluster 2023-12-25T21:26:34.616551+0000 mgr.smithi067.knbjpz (mgr.14184) 612 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:26:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:35 smithi175 bash[29404]: cluster 2023-12-25T21:26:34.797172+0000 mon.smithi067 (mon.0) 805 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:26:36.479 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:36.479 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:37.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:37.787 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:37 smithi175 bash[29404]: audit 2023-12-25T21:26:36.465640+0000 mgr.smithi067.knbjpz (mgr.14184) 613 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:37.787 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:37 smithi175 bash[29404]: audit 2023-12-25T21:26:36.504093+0000 mon.smithi067 (mon.0) 806 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:37.787 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:37 smithi175 bash[29404]: cluster 2023-12-25T21:26:36.618233+0000 mgr.smithi067.knbjpz (mgr.14184) 614 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:26:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:37 smithi067 bash[26019]: audit 2023-12-25T21:26:36.465640+0000 mgr.smithi067.knbjpz (mgr.14184) 613 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:37 smithi067 bash[26019]: audit 2023-12-25T21:26:36.504093+0000 mon.smithi067 (mon.0) 806 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:37 smithi067 bash[26019]: cluster 2023-12-25T21:26:36.618233+0000 mgr.smithi067.knbjpz (mgr.14184) 614 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:26:38.068 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:39.908 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:39 smithi067 bash[26019]: cluster 2023-12-25T21:26:38.620165+0000 mgr.smithi067.knbjpz (mgr.14184) 615 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:26:40.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:39 smithi175 bash[29404]: cluster 2023-12-25T21:26:38.620165+0000 mgr.smithi067.knbjpz (mgr.14184) 615 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:26:41.369 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:41.370 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:41.960 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:41 smithi067 bash[26019]: cluster 2023-12-25T21:26:40.621517+0000 mgr.smithi067.knbjpz (mgr.14184) 616 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-25T21:26:41.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:42.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:41 smithi175 bash[29404]: cluster 2023-12-25T21:26:40.621517+0000 mgr.smithi067.knbjpz (mgr.14184) 616 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-25T21:26:42.961 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:43.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:42 smithi175 bash[29404]: audit 2023-12-25T21:26:41.358447+0000 mgr.smithi067.knbjpz (mgr.14184) 617 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:43.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:42 smithi067 bash[26019]: audit 2023-12-25T21:26:41.358447+0000 mgr.smithi067.knbjpz (mgr.14184) 617 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:44.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:43 smithi175 bash[29404]: cluster 2023-12-25T21:26:42.623501+0000 mgr.smithi067.knbjpz (mgr.14184) 618 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:26:44.119 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:43 smithi067 bash[26019]: cluster 2023-12-25T21:26:42.623501+0000 mgr.smithi067.knbjpz (mgr.14184) 618 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:26:45.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:45 smithi067 bash[26019]: cluster 2023-12-25T21:26:44.624769+0000 mgr.smithi067.knbjpz (mgr.14184) 619 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:26:46.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:45 smithi175 bash[29404]: cluster 2023-12-25T21:26:44.624769+0000 mgr.smithi067.knbjpz (mgr.14184) 619 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:26:46.082 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:46.082 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:46.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:46.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:46 smithi067 bash[26019]: audit 2023-12-25T21:26:45.779522+0000 mon.smithi067 (mon.0) 807 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:47.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:46 smithi175 bash[29404]: audit 2023-12-25T21:26:45.779522+0000 mon.smithi067 (mon.0) 807 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:26:47.699 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:47 smithi067 bash[26019]: audit 2023-12-25T21:26:46.073582+0000 mgr.smithi067.knbjpz (mgr.14184) 620 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:47 smithi067 bash[26019]: cluster 2023-12-25T21:26:46.626507+0000 mgr.smithi067.knbjpz (mgr.14184) 621 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:47 smithi175 bash[29404]: audit 2023-12-25T21:26:46.073582+0000 mgr.smithi067.knbjpz (mgr.14184) 620 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:47 smithi175 bash[29404]: cluster 2023-12-25T21:26:46.626507+0000 mgr.smithi067.knbjpz (mgr.14184) 621 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:50.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:49 smithi067 bash[26019]: cluster 2023-12-25T21:26:48.628434+0000 mgr.smithi067.knbjpz (mgr.14184) 622 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:49 smithi175 bash[29404]: cluster 2023-12-25T21:26:48.628434+0000 mgr.smithi067.knbjpz (mgr.14184) 622 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:50.867 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:50.867 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:51.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:51 smithi067 bash[26019]: cluster 2023-12-25T21:26:50.630089+0000 mgr.smithi067.knbjpz (mgr.14184) 623 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:51 smithi067 bash[26019]: audit 2023-12-25T21:26:50.859038+0000 mgr.smithi067.knbjpz (mgr.14184) 624 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:51 smithi175 bash[29404]: cluster 2023-12-25T21:26:50.630089+0000 mgr.smithi067.knbjpz (mgr.14184) 623 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:51 smithi175 bash[29404]: audit 2023-12-25T21:26:50.859038+0000 mgr.smithi067.knbjpz (mgr.14184) 624 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:52.493 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:53.842 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:53 smithi067 bash[26019]: cluster 2023-12-25T21:26:52.632114+0000 mgr.smithi067.knbjpz (mgr.14184) 625 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:54.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:53 smithi175 bash[29404]: cluster 2023-12-25T21:26:52.632114+0000 mgr.smithi067.knbjpz (mgr.14184) 625 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:55.613 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:26:55.613 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:26:55.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:55 smithi067 bash[26019]: cluster 2023-12-25T21:26:54.633556+0000 mgr.smithi067.knbjpz (mgr.14184) 626 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:56.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:55 smithi175 bash[29404]: cluster 2023-12-25T21:26:54.633556+0000 mgr.smithi067.knbjpz (mgr.14184) 626 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:57.214 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:57.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:56 smithi067 bash[26019]: audit 2023-12-25T21:26:55.599709+0000 mgr.smithi067.knbjpz (mgr.14184) 627 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:57.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:56 smithi175 bash[29404]: audit 2023-12-25T21:26:55.599709+0000 mgr.smithi067.knbjpz (mgr.14184) 627 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:57 smithi067 bash[26019]: cluster 2023-12-25T21:26:56.635466+0000 mgr.smithi067.knbjpz (mgr.14184) 628 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:26:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:57 smithi175 bash[29404]: cluster 2023-12-25T21:26:56.635466+0000 mgr.smithi067.knbjpz (mgr.14184) 628 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:00.107 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:26:59 smithi067 bash[26019]: cluster 2023-12-25T21:26:58.637328+0000 mgr.smithi067.knbjpz (mgr.14184) 629 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:26:59 smithi175 bash[29404]: cluster 2023-12-25T21:26:58.637328+0000 mgr.smithi067.knbjpz (mgr.14184) 629 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:00.462 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:00.462 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:01.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:02.076 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:02.089 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:01 smithi067 bash[26019]: audit 2023-12-25T21:27:00.448670+0000 mgr.smithi067.knbjpz (mgr.14184) 630 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:02.089 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:01 smithi067 bash[26019]: cluster 2023-12-25T21:27:00.639071+0000 mgr.smithi067.knbjpz (mgr.14184) 631 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:01 smithi175 bash[29404]: audit 2023-12-25T21:27:00.448670+0000 mgr.smithi067.knbjpz (mgr.14184) 630 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:01 smithi175 bash[29404]: cluster 2023-12-25T21:27:00.639071+0000 mgr.smithi067.knbjpz (mgr.14184) 631 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:03 smithi175 bash[29404]: cluster 2023-12-25T21:27:02.641036+0000 mgr.smithi067.knbjpz (mgr.14184) 632 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:03 smithi067 bash[26019]: cluster 2023-12-25T21:27:02.641036+0000 mgr.smithi067.knbjpz (mgr.14184) 632 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:05.288 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:05.288 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:05.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:05 smithi067 bash[26019]: cluster 2023-12-25T21:27:04.642328+0000 mgr.smithi067.knbjpz (mgr.14184) 633 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:05 smithi175 bash[29404]: cluster 2023-12-25T21:27:04.642328+0000 mgr.smithi067.knbjpz (mgr.14184) 633 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:06.903 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:07.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:06 smithi067 bash[26019]: audit 2023-12-25T21:27:05.275906+0000 mgr.smithi067.knbjpz (mgr.14184) 634 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:06 smithi175 bash[29404]: audit 2023-12-25T21:27:05.275906+0000 mgr.smithi067.knbjpz (mgr.14184) 634 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:08.236 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:07 smithi067 bash[26019]: cluster 2023-12-25T21:27:06.644166+0000 mgr.smithi067.knbjpz (mgr.14184) 635 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:08.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:07 smithi175 bash[29404]: cluster 2023-12-25T21:27:06.644166+0000 mgr.smithi067.knbjpz (mgr.14184) 635 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:10.056 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:10.056 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:10.121 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:09 smithi067 bash[26019]: cluster 2023-12-25T21:27:08.645975+0000 mgr.smithi067.knbjpz (mgr.14184) 636 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:09 smithi175 bash[29404]: cluster 2023-12-25T21:27:08.645975+0000 mgr.smithi067.knbjpz (mgr.14184) 636 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:10.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:10.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:10 smithi067 bash[26019]: audit 2023-12-25T21:27:10.045044+0000 mgr.smithi067.knbjpz (mgr.14184) 637 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:11.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:10 smithi175 bash[29404]: audit 2023-12-25T21:27:10.045044+0000 mgr.smithi067.knbjpz (mgr.14184) 637 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:11.687 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:11.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:11 smithi067 bash[26019]: cluster 2023-12-25T21:27:10.647798+0000 mgr.smithi067.knbjpz (mgr.14184) 638 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:11 smithi175 bash[29404]: cluster 2023-12-25T21:27:10.647798+0000 mgr.smithi067.knbjpz (mgr.14184) 638 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:14.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:13 smithi175 bash[29404]: cluster 2023-12-25T21:27:12.649492+0000 mgr.smithi067.knbjpz (mgr.14184) 639 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:14.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:13 smithi067 bash[26019]: cluster 2023-12-25T21:27:12.649492+0000 mgr.smithi067.knbjpz (mgr.14184) 639 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:14.936 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:14.936 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:15.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:16.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:15 smithi067 bash[26019]: cluster 2023-12-25T21:27:14.650417+0000 mgr.smithi067.knbjpz (mgr.14184) 640 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:16.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:15 smithi067 bash[26019]: audit 2023-12-25T21:27:14.924604+0000 mgr.smithi067.knbjpz (mgr.14184) 641 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:15 smithi175 bash[29404]: cluster 2023-12-25T21:27:14.650417+0000 mgr.smithi067.knbjpz (mgr.14184) 640 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:15 smithi175 bash[29404]: audit 2023-12-25T21:27:14.924604+0000 mgr.smithi067.knbjpz (mgr.14184) 641 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:16.522 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:17 smithi067 bash[26019]: cluster 2023-12-25T21:27:16.652120+0000 mgr.smithi067.knbjpz (mgr.14184) 642 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:17 smithi175 bash[29404]: cluster 2023-12-25T21:27:16.652120+0000 mgr.smithi067.knbjpz (mgr.14184) 642 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:19.608 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:19.608 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:19.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:19 smithi067 bash[26019]: cluster 2023-12-25T21:27:18.653884+0000 mgr.smithi067.knbjpz (mgr.14184) 643 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:20.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:19 smithi175 bash[29404]: cluster 2023-12-25T21:27:18.653884+0000 mgr.smithi067.knbjpz (mgr.14184) 643 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:20 smithi067 bash[26019]: audit 2023-12-25T21:27:19.600146+0000 mgr.smithi067.knbjpz (mgr.14184) 644 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:21.259 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:21.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:20 smithi175 bash[29404]: audit 2023-12-25T21:27:19.600146+0000 mgr.smithi067.knbjpz (mgr.14184) 644 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:21 smithi067 bash[26019]: cluster 2023-12-25T21:27:20.655672+0000 mgr.smithi067.knbjpz (mgr.14184) 645 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:21 smithi175 bash[29404]: cluster 2023-12-25T21:27:20.655672+0000 mgr.smithi067.knbjpz (mgr.14184) 645 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:24.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:23 smithi067 bash[26019]: cluster 2023-12-25T21:27:22.657679+0000 mgr.smithi067.knbjpz (mgr.14184) 646 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:24.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:23 smithi175 bash[29404]: cluster 2023-12-25T21:27:22.657679+0000 mgr.smithi067.knbjpz (mgr.14184) 646 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:24.600 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:24.600 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:25.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:26.230 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:26.243 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:25 smithi067 bash[26019]: audit 2023-12-25T21:27:24.586467+0000 mgr.smithi067.knbjpz (mgr.14184) 647 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:26.243 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:25 smithi067 bash[26019]: cluster 2023-12-25T21:27:24.658959+0000 mgr.smithi067.knbjpz (mgr.14184) 648 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:25 smithi175 bash[29404]: audit 2023-12-25T21:27:24.586467+0000 mgr.smithi067.knbjpz (mgr.14184) 647 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:25 smithi175 bash[29404]: cluster 2023-12-25T21:27:24.658959+0000 mgr.smithi067.knbjpz (mgr.14184) 648 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:28.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:27 smithi067 bash[26019]: cluster 2023-12-25T21:27:26.660729+0000 mgr.smithi067.knbjpz (mgr.14184) 649 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:27 smithi175 bash[29404]: cluster 2023-12-25T21:27:26.660729+0000 mgr.smithi067.knbjpz (mgr.14184) 649 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:29.358 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:29.358 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:29.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:29 smithi067 bash[26019]: cluster 2023-12-25T21:27:28.662483+0000 mgr.smithi067.knbjpz (mgr.14184) 650 : 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 2023-12-25T21:27:30.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:29 smithi175 bash[29404]: cluster 2023-12-25T21:27:28.662483+0000 mgr.smithi067.knbjpz (mgr.14184) 650 : 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 2023-12-25T21:27:30.965 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:31.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:30 smithi175 bash[29404]: audit 2023-12-25T21:27:29.350760+0000 mgr.smithi067.knbjpz (mgr.14184) 651 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:31.340 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:30 smithi067 bash[26019]: audit 2023-12-25T21:27:29.350760+0000 mgr.smithi067.knbjpz (mgr.14184) 651 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:31 smithi067 bash[26019]: cluster 2023-12-25T21:27:30.664170+0000 mgr.smithi067.knbjpz (mgr.14184) 652 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:32.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:31 smithi175 bash[29404]: cluster 2023-12-25T21:27:30.664170+0000 mgr.smithi067.knbjpz (mgr.14184) 652 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:33 smithi067 bash[26019]: cluster 2023-12-25T21:27:32.666208+0000 mgr.smithi067.knbjpz (mgr.14184) 653 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:34.255 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:34.255 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:26.657217Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.cxixvw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:34.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:33 smithi175 bash[29404]: cluster 2023-12-25T21:27:32.666208+0000 mgr.smithi067.knbjpz (mgr.14184) 653 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:34.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:34 smithi067 bash[26019]: audit 2023-12-25T21:27:34.619671+0000 mon.smithi067 (mon.0) 808 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:34 smithi067 bash[26019]: audit 2023-12-25T21:27:34.941225+0000 mon.smithi067 (mon.0) 809 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:34 smithi067 bash[26019]: audit 2023-12-25T21:27:34.942540+0000 mon.smithi067 (mon.0) 810 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:34 smithi067 bash[26019]: audit 2023-12-25T21:27:34.950312+0000 mon.smithi067 (mon.0) 811 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:27:35.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:34 smithi067 bash[26019]: audit 2023-12-25T21:27:34.958021+0000 mon.smithi067 (mon.0) 812 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:27:35.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:34 smithi175 bash[29404]: audit 2023-12-25T21:27:34.619671+0000 mon.smithi067 (mon.0) 808 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:35.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:34 smithi175 bash[29404]: audit 2023-12-25T21:27:34.941225+0000 mon.smithi067 (mon.0) 809 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:35.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:34 smithi175 bash[29404]: audit 2023-12-25T21:27:34.942540+0000 mon.smithi067 (mon.0) 810 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:35.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:34 smithi175 bash[29404]: audit 2023-12-25T21:27:34.950312+0000 mon.smithi067 (mon.0) 811 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:27:35.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:34 smithi175 bash[29404]: audit 2023-12-25T21:27:34.958021+0000 mon.smithi067 (mon.0) 812 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:27:35.842 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: audit 2023-12-25T21:27:34.249258+0000 mgr.smithi067.knbjpz (mgr.14184) 654 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: cluster 2023-12-25T21:27:34.667588+0000 mgr.smithi067.knbjpz (mgr.14184) 655 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: cluster 2023-12-25T21:27:34.951854+0000 mgr.smithi067.knbjpz (mgr.14184) 656 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: audit 2023-12-25T21:27:34.972606+0000 mon.smithi067 (mon.0) 813 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:27:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: cluster 2023-12-25T21:27:34.972778+0000 mon.smithi067 (mon.0) 814 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:27:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: cluster 2023-12-25T21:27:34.972808+0000 mon.smithi067 (mon.0) 815 : cluster [INF] Cluster is now healthy 2023-12-25T21:27:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:35 smithi067 bash[26019]: cephadm 2023-12-25T21:27:34.976371+0000 mgr.smithi067.knbjpz (mgr.14184) 657 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.pcdmzh on smithi175 2023-12-25T21:27:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: audit 2023-12-25T21:27:34.249258+0000 mgr.smithi067.knbjpz (mgr.14184) 654 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: cluster 2023-12-25T21:27:34.667588+0000 mgr.smithi067.knbjpz (mgr.14184) 655 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: cluster 2023-12-25T21:27:34.951854+0000 mgr.smithi067.knbjpz (mgr.14184) 656 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: audit 2023-12-25T21:27:34.972606+0000 mon.smithi067 (mon.0) 813 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:27:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: cluster 2023-12-25T21:27:34.972778+0000 mon.smithi067 (mon.0) 814 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:27:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: cluster 2023-12-25T21:27:34.972808+0000 mon.smithi067 (mon.0) 815 : cluster [INF] Cluster is now healthy 2023-12-25T21:27:36.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:35 smithi175 bash[29404]: cephadm 2023-12-25T21:27:34.976371+0000 mgr.smithi067.knbjpz (mgr.14184) 657 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.pcdmzh on smithi175 2023-12-25T21:27:38.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:37 smithi175 bash[29404]: cluster 2023-12-25T21:27:36.953235+0000 mgr.smithi067.knbjpz (mgr.14184) 658 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:38.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:37 smithi067 bash[26019]: cluster 2023-12-25T21:27:36.953235+0000 mgr.smithi067.knbjpz (mgr.14184) 658 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:38.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:38 smithi067 bash[26019]: audit 2023-12-25T21:27:38.744113+0000 mon.smithi067 (mon.0) 816 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.pcdmzh"}]: dispatch 2023-12-25T21:27:39.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:38 smithi175 bash[29404]: audit 2023-12-25T21:27:38.744113+0000 mon.smithi067 (mon.0) 816 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.pcdmzh"}]: dispatch 2023-12-25T21:27:39.042 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:39.042 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:30.838880Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nfpaoo on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nfpaoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nfpaoo\nDeploy daemon haproxy.nfs.foo.smithi175.nfpaoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.607104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dhyjfx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dhyjfx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dhyjfx\nDeploy daemon haproxy.nfs.foo.smithi067.dhyjfx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:34.611228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcycfw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:39.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: cephadm 2023-12-25T21:27:38.743095+0000 mgr.smithi067.knbjpz (mgr.14184) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.997 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.pcdmzh ... 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.998 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.pcdmzh ... 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: cephadm 2023-12-25T21:27:38.743530+0000 mgr.smithi067.knbjpz (mgr.14184) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: cephadm 2023-12-25T21:27:38.745209+0000 mgr.smithi067.knbjpz (mgr.14184) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.pcdmzh ... 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:39.999 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:40.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:40.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:40.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: cephadm 2023-12-25T21:27:38.748321+0000 mgr.smithi067.knbjpz (mgr.14184) 662 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.gghqpn on smithi067 2023-12-25T21:27:40.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: cluster 2023-12-25T21:27:38.953994+0000 mgr.smithi067.knbjpz (mgr.14184) 663 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:40.000 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:39 smithi067 bash[26019]: audit 2023-12-25T21:27:39.036768+0000 mgr.smithi067.knbjpz (mgr.14184) 664 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: cephadm 2023-12-25T21:27:38.743095+0000 mgr.smithi067.knbjpz (mgr.14184) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.pcdmzh ... 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.pcdmzh ... 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:40.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: cephadm 2023-12-25T21:27:38.743530+0000 mgr.smithi067.knbjpz (mgr.14184) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: cephadm 2023-12-25T21:27:38.745209+0000 mgr.smithi067.knbjpz (mgr.14184) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.pcdmzh ... 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: cephadm 2023-12-25T21:27:38.748321+0000 mgr.smithi067.knbjpz (mgr.14184) 662 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.gghqpn on smithi067 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: cluster 2023-12-25T21:27:38.953994+0000 mgr.smithi067.knbjpz (mgr.14184) 663 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:40.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:39 smithi175 bash[29404]: audit 2023-12-25T21:27:39.036768+0000 mgr.smithi067.knbjpz (mgr.14184) 664 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:40.679 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:42 smithi175 bash[29404]: cluster 2023-12-25T21:27:40.955223+0000 mgr.smithi067.knbjpz (mgr.14184) 665 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:42.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:42 smithi067 bash[26019]: cluster 2023-12-25T21:27:40.955223+0000 mgr.smithi067.knbjpz (mgr.14184) 665 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:27:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:43 smithi175 bash[29404]: audit 2023-12-25T21:27:42.644565+0000 mon.smithi067 (mon.0) 817 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.gghqpn"}]: dispatch 2023-12-25T21:27:43.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:43 smithi067 bash[26019]: audit 2023-12-25T21:27:42.644565+0000 mon.smithi067 (mon.0) 817 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.gghqpn"}]: dispatch 2023-12-25T21:27:44.128 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:44.129 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cephadm 2023-12-25T21:27:42.643184+0000 mgr.smithi067.knbjpz (mgr.14184) 666 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.gghqpn ... 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.gghqpn ... 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cephadm 2023-12-25T21:27:42.643824+0000 mgr.smithi067.knbjpz (mgr.14184) 667 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cephadm 2023-12-25T21:27:42.646236+0000 mgr.smithi067.knbjpz (mgr.14184) 668 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.gghqpn ... 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cephadm 2023-12-25T21:27:42.650601+0000 mgr.smithi067.knbjpz (mgr.14184) 669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cephadm 2023-12-25T21:27:42.655651+0000 mgr.smithi067.knbjpz (mgr.14184) 670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cluster 2023-12-25T21:27:42.658489+0000 mgr.smithi067.knbjpz (mgr.14184) 671 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:27:44.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:44 smithi175 bash[29404]: cluster 2023-12-25T21:27:43.012555+0000 mon.smithi067 (mon.0) 818 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cephadm 2023-12-25T21:27:42.643184+0000 mgr.smithi067.knbjpz (mgr.14184) 666 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.gghqpn ... 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:27:44.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.gghqpn ... 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cephadm 2023-12-25T21:27:42.643824+0000 mgr.smithi067.knbjpz (mgr.14184) 667 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cephadm 2023-12-25T21:27:42.646236+0000 mgr.smithi067.knbjpz (mgr.14184) 668 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.gghqpn ... 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:44.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:44.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:44.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cephadm 2023-12-25T21:27:42.650601+0000 mgr.smithi067.knbjpz (mgr.14184) 669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:27:44.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cephadm 2023-12-25T21:27:42.655651+0000 mgr.smithi067.knbjpz (mgr.14184) 670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:27:44.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cluster 2023-12-25T21:27:42.658489+0000 mgr.smithi067.knbjpz (mgr.14184) 671 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:27:44.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:44 smithi067 bash[26019]: cluster 2023-12-25T21:27:43.012555+0000 mon.smithi067 (mon.0) 818 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:27:44.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:45.749 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:46.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:46 smithi175 bash[29404]: audit 2023-12-25T21:27:44.117287+0000 mgr.smithi067.knbjpz (mgr.14184) 672 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:46.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:46 smithi175 bash[29404]: cluster 2023-12-25T21:27:44.659812+0000 mgr.smithi067.knbjpz (mgr.14184) 673 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:27:46.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:46 smithi067 bash[26019]: audit 2023-12-25T21:27:44.117287+0000 mgr.smithi067.knbjpz (mgr.14184) 672 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:46.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:46 smithi067 bash[26019]: cluster 2023-12-25T21:27:44.659812+0000 mgr.smithi067.knbjpz (mgr.14184) 673 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:27:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:47 smithi067 bash[26019]: audit 2023-12-25T21:27:46.569525+0000 mon.smithi067 (mon.0) 819 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:27:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:47 smithi067 bash[26019]: cluster 2023-12-25T21:27:46.661295+0000 mgr.smithi067.knbjpz (mgr.14184) 674 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:27:48.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:47 smithi175 bash[29404]: audit 2023-12-25T21:27:46.569525+0000 mon.smithi067 (mon.0) 819 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:27:48.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:47 smithi175 bash[29404]: cluster 2023-12-25T21:27:46.661295+0000 mgr.smithi067.knbjpz (mgr.14184) 674 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:27:48.962 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:48.962 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:49.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:49.908 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:49 smithi067 bash[26019]: cluster 2023-12-25T21:27:48.663054+0000 mgr.smithi067.knbjpz (mgr.14184) 675 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:27:49.908 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:49 smithi067 bash[26019]: audit 2023-12-25T21:27:48.952992+0000 mgr.smithi067.knbjpz (mgr.14184) 676 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:50.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:49 smithi175 bash[29404]: cluster 2023-12-25T21:27:48.663054+0000 mgr.smithi067.knbjpz (mgr.14184) 675 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:27:50.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:49 smithi175 bash[29404]: audit 2023-12-25T21:27:48.952992+0000 mgr.smithi067.knbjpz (mgr.14184) 676 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:50.596 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:51.920 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:51 smithi067 bash[26019]: cluster 2023-12-25T21:27:50.664798+0000 mgr.smithi067.knbjpz (mgr.14184) 677 : cluster [DBG] pgmap v479: 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 2023-12-25T21:27:52.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:51 smithi175 bash[29404]: cluster 2023-12-25T21:27:50.664798+0000 mgr.smithi067.knbjpz (mgr.14184) 677 : cluster [DBG] pgmap v479: 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 2023-12-25T21:27:53.665 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:53.666 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:53.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:53 smithi067 bash[26019]: cluster 2023-12-25T21:27:52.666833+0000 mgr.smithi067.knbjpz (mgr.14184) 678 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:27:54.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:53 smithi175 bash[29404]: cluster 2023-12-25T21:27:52.666833+0000 mgr.smithi067.knbjpz (mgr.14184) 678 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:27:54.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:55.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:54 smithi175 bash[29404]: audit 2023-12-25T21:27:53.659937+0000 mgr.smithi067.knbjpz (mgr.14184) 679 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:54 smithi067 bash[26019]: audit 2023-12-25T21:27:53.659937+0000 mgr.smithi067.knbjpz (mgr.14184) 679 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:55.301 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:55 smithi067 bash[26019]: cluster 2023-12-25T21:27:54.668149+0000 mgr.smithi067.knbjpz (mgr.14184) 680 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:55 smithi175 bash[29404]: cluster 2023-12-25T21:27:54.668149+0000 mgr.smithi067.knbjpz (mgr.14184) 680 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:58.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:57 smithi067 bash[26019]: cluster 2023-12-25T21:27:56.669919+0000 mgr.smithi067.knbjpz (mgr.14184) 681 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:57 smithi175 bash[29404]: cluster 2023-12-25T21:27:56.669919+0000 mgr.smithi067.knbjpz (mgr.14184) 681 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:27:58.544 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:27:58.544 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:27:59.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:00.159 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:00.171 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:59 smithi067 bash[26019]: audit 2023-12-25T21:27:58.535133+0000 mgr.smithi067.knbjpz (mgr.14184) 682 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:00.171 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:27:59 smithi067 bash[26019]: cluster 2023-12-25T21:27:58.671462+0000 mgr.smithi067.knbjpz (mgr.14184) 683 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:59 smithi175 bash[29404]: audit 2023-12-25T21:27:58.535133+0000 mgr.smithi067.knbjpz (mgr.14184) 682 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:27:59 smithi175 bash[29404]: cluster 2023-12-25T21:27:58.671462+0000 mgr.smithi067.knbjpz (mgr.14184) 683 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:02.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:01 smithi067 bash[26019]: cluster 2023-12-25T21:28:00.673138+0000 mgr.smithi067.knbjpz (mgr.14184) 684 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:01 smithi175 bash[29404]: cluster 2023-12-25T21:28:00.673138+0000 mgr.smithi067.knbjpz (mgr.14184) 684 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:03.403 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:03.404 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:03.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:03 smithi175 bash[29404]: cluster 2023-12-25T21:28:02.675019+0000 mgr.smithi067.knbjpz (mgr.14184) 685 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:03 smithi067 bash[26019]: cluster 2023-12-25T21:28:02.675019+0000 mgr.smithi067.knbjpz (mgr.14184) 685 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:04.994 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:05.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:04 smithi067 bash[26019]: audit 2023-12-25T21:28:03.391393+0000 mgr.smithi067.knbjpz (mgr.14184) 686 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:05.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:04 smithi175 bash[29404]: audit 2023-12-25T21:28:03.391393+0000 mgr.smithi067.knbjpz (mgr.14184) 686 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:06.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:05 smithi067 bash[26019]: cluster 2023-12-25T21:28:04.676223+0000 mgr.smithi067.knbjpz (mgr.14184) 687 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:05 smithi175 bash[29404]: cluster 2023-12-25T21:28:04.676223+0000 mgr.smithi067.knbjpz (mgr.14184) 687 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:08.184 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:08.184 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:07 smithi067 bash[26019]: cluster 2023-12-25T21:28:06.678199+0000 mgr.smithi067.knbjpz (mgr.14184) 688 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:08.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:07 smithi175 bash[29404]: cluster 2023-12-25T21:28:06.678199+0000 mgr.smithi067.knbjpz (mgr.14184) 688 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:08.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:09.855 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:09 smithi067 bash[26019]: audit 2023-12-25T21:28:08.170741+0000 mgr.smithi067.knbjpz (mgr.14184) 689 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:09 smithi067 bash[26019]: cluster 2023-12-25T21:28:08.679915+0000 mgr.smithi067.knbjpz (mgr.14184) 690 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:09 smithi175 bash[29404]: audit 2023-12-25T21:28:08.170741+0000 mgr.smithi067.knbjpz (mgr.14184) 689 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:09 smithi175 bash[29404]: cluster 2023-12-25T21:28:08.679915+0000 mgr.smithi067.knbjpz (mgr.14184) 690 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:11 smithi067 bash[26019]: cluster 2023-12-25T21:28:10.681627+0000 mgr.smithi067.knbjpz (mgr.14184) 691 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:11 smithi175 bash[29404]: cluster 2023-12-25T21:28:10.681627+0000 mgr.smithi067.knbjpz (mgr.14184) 691 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:13.139 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:13.139 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:13.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:13.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:13 smithi067 bash[26019]: cluster 2023-12-25T21:28:12.683275+0000 mgr.smithi067.knbjpz (mgr.14184) 692 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:14.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:13 smithi175 bash[29404]: cluster 2023-12-25T21:28:12.683275+0000 mgr.smithi067.knbjpz (mgr.14184) 692 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:14.741 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:15.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:14 smithi067 bash[26019]: audit 2023-12-25T21:28:13.125330+0000 mgr.smithi067.knbjpz (mgr.14184) 693 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:15.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:14 smithi175 bash[29404]: audit 2023-12-25T21:28:13.125330+0000 mgr.smithi067.knbjpz (mgr.14184) 693 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:16.129 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:15 smithi067 bash[26019]: cluster 2023-12-25T21:28:14.684504+0000 mgr.smithi067.knbjpz (mgr.14184) 694 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:15 smithi175 bash[29404]: cluster 2023-12-25T21:28:14.684504+0000 mgr.smithi067.knbjpz (mgr.14184) 694 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:17.861 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:17.861 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:17 smithi067 bash[26019]: cluster 2023-12-25T21:28:16.685843+0000 mgr.smithi067.knbjpz (mgr.14184) 695 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:17 smithi175 bash[29404]: cluster 2023-12-25T21:28:16.685843+0000 mgr.smithi067.knbjpz (mgr.14184) 695 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:18.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:18 smithi067 bash[26019]: audit 2023-12-25T21:28:17.855836+0000 mgr.smithi067.knbjpz (mgr.14184) 696 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:19.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:18 smithi175 bash[29404]: audit 2023-12-25T21:28:17.855836+0000 mgr.smithi067.knbjpz (mgr.14184) 696 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:19.513 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:19 smithi067 bash[26019]: cluster 2023-12-25T21:28:18.687452+0000 mgr.smithi067.knbjpz (mgr.14184) 697 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:19 smithi175 bash[29404]: cluster 2023-12-25T21:28:18.687452+0000 mgr.smithi067.knbjpz (mgr.14184) 697 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:22.199 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:21 smithi067 bash[26019]: cluster 2023-12-25T21:28:20.689775+0000 mgr.smithi067.knbjpz (mgr.14184) 698 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:21 smithi175 bash[29404]: cluster 2023-12-25T21:28:20.689775+0000 mgr.smithi067.knbjpz (mgr.14184) 698 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:22.633 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:22.633 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:23.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:24.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:23 smithi175 bash[29404]: audit 2023-12-25T21:28:22.627980+0000 mgr.smithi067.knbjpz (mgr.14184) 699 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:24.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:23 smithi175 bash[29404]: cluster 2023-12-25T21:28:22.691961+0000 mgr.smithi067.knbjpz (mgr.14184) 700 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:24.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:23 smithi067 bash[26019]: audit 2023-12-25T21:28:22.627980+0000 mgr.smithi067.knbjpz (mgr.14184) 699 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:24.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:23 smithi067 bash[26019]: cluster 2023-12-25T21:28:22.691961+0000 mgr.smithi067.knbjpz (mgr.14184) 700 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:24.293 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:25.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:25 smithi067 bash[26019]: cluster 2023-12-25T21:28:24.693295+0000 mgr.smithi067.knbjpz (mgr.14184) 701 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:25 smithi175 bash[29404]: cluster 2023-12-25T21:28:24.693295+0000 mgr.smithi067.knbjpz (mgr.14184) 701 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:27.526 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:27.526 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:28.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:28.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:27 smithi067 bash[26019]: cluster 2023-12-25T21:28:26.695190+0000 mgr.smithi067.knbjpz (mgr.14184) 702 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:27 smithi175 bash[29404]: cluster 2023-12-25T21:28:26.695190+0000 mgr.smithi067.knbjpz (mgr.14184) 702 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:29.152 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:28 smithi067 bash[26019]: audit 2023-12-25T21:28:27.512787+0000 mgr.smithi067.knbjpz (mgr.14184) 703 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:29.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:28 smithi175 bash[29404]: audit 2023-12-25T21:28:27.512787+0000 mgr.smithi067.knbjpz (mgr.14184) 703 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:29 smithi067 bash[26019]: cluster 2023-12-25T21:28:28.696897+0000 mgr.smithi067.knbjpz (mgr.14184) 704 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:30.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:29 smithi175 bash[29404]: cluster 2023-12-25T21:28:28.696897+0000 mgr.smithi067.knbjpz (mgr.14184) 704 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:31 smithi067 bash[26019]: cluster 2023-12-25T21:28:30.698451+0000 mgr.smithi067.knbjpz (mgr.14184) 705 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:32.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:31 smithi175 bash[29404]: cluster 2023-12-25T21:28:30.698451+0000 mgr.smithi067.knbjpz (mgr.14184) 705 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:32.294 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:32.295 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:32.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:33.920 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:33 smithi067 bash[26019]: audit 2023-12-25T21:28:32.280944+0000 mgr.smithi067.knbjpz (mgr.14184) 706 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:33 smithi067 bash[26019]: cluster 2023-12-25T21:28:32.700467+0000 mgr.smithi067.knbjpz (mgr.14184) 707 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:34.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:33 smithi175 bash[29404]: audit 2023-12-25T21:28:32.280944+0000 mgr.smithi067.knbjpz (mgr.14184) 706 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:34.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:33 smithi175 bash[29404]: cluster 2023-12-25T21:28:32.700467+0000 mgr.smithi067.knbjpz (mgr.14184) 707 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:35 smithi067 bash[26019]: cluster 2023-12-25T21:28:34.701970+0000 mgr.smithi067.knbjpz (mgr.14184) 708 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:35 smithi175 bash[29404]: cluster 2023-12-25T21:28:34.701970+0000 mgr.smithi067.knbjpz (mgr.14184) 708 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:36.991 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:36.991 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:37.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:38.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:37 smithi067 bash[26019]: cluster 2023-12-25T21:28:36.704034+0000 mgr.smithi067.knbjpz (mgr.14184) 709 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:38.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:37 smithi067 bash[26019]: audit 2023-12-25T21:28:36.985408+0000 mgr.smithi067.knbjpz (mgr.14184) 710 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:38.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:37 smithi175 bash[29404]: cluster 2023-12-25T21:28:36.704034+0000 mgr.smithi067.knbjpz (mgr.14184) 709 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:38.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:37 smithi175 bash[29404]: audit 2023-12-25T21:28:36.985408+0000 mgr.smithi067.knbjpz (mgr.14184) 710 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:38.594 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:39 smithi067 bash[26019]: cluster 2023-12-25T21:28:38.705702+0000 mgr.smithi067.knbjpz (mgr.14184) 711 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:40.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:39 smithi175 bash[29404]: cluster 2023-12-25T21:28:38.705702+0000 mgr.smithi067.knbjpz (mgr.14184) 711 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:41.745 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:41.745 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:42.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:41 smithi067 bash[26019]: cluster 2023-12-25T21:28:40.707262+0000 mgr.smithi067.knbjpz (mgr.14184) 712 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:41 smithi175 bash[29404]: cluster 2023-12-25T21:28:40.707262+0000 mgr.smithi067.knbjpz (mgr.14184) 712 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:42.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:43.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:42 smithi067 bash[26019]: audit 2023-12-25T21:28:41.734301+0000 mgr.smithi067.knbjpz (mgr.14184) 713 : audit [DBG] from='client.24747 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:43.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:42 smithi067 bash[26019]: audit 2023-12-25T21:28:42.661336+0000 mon.smithi067 (mon.0) 820 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:28:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:42 smithi175 bash[29404]: audit 2023-12-25T21:28:41.734301+0000 mgr.smithi067.knbjpz (mgr.14184) 713 : audit [DBG] from='client.24747 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:42 smithi175 bash[29404]: audit 2023-12-25T21:28:42.661336+0000 mon.smithi067 (mon.0) 820 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:28:43.313 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: cluster 2023-12-25T21:28:42.709216+0000 mgr.smithi067.knbjpz (mgr.14184) 714 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: audit 2023-12-25T21:28:42.994425+0000 mon.smithi067 (mon.0) 821 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: audit 2023-12-25T21:28:42.995656+0000 mon.smithi067 (mon.0) 822 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:28:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: audit 2023-12-25T21:28:43.003867+0000 mon.smithi067 (mon.0) 823 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:44.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: cluster 2023-12-25T21:28:43.004888+0000 mgr.smithi067.knbjpz (mgr.14184) 715 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:44.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: audit 2023-12-25T21:28:43.012249+0000 mon.smithi067 (mon.0) 824 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:28:44.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: audit 2023-12-25T21:28:43.028065+0000 mon.smithi067 (mon.0) 825 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:44.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:43 smithi067 bash[26019]: cephadm 2023-12-25T21:28:43.033612+0000 mgr.smithi067.knbjpz (mgr.14184) 716 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.nwapwl on smithi175 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: cluster 2023-12-25T21:28:42.709216+0000 mgr.smithi067.knbjpz (mgr.14184) 714 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: audit 2023-12-25T21:28:42.994425+0000 mon.smithi067 (mon.0) 821 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: audit 2023-12-25T21:28:42.995656+0000 mon.smithi067 (mon.0) 822 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: audit 2023-12-25T21:28:43.003867+0000 mon.smithi067 (mon.0) 823 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: cluster 2023-12-25T21:28:43.004888+0000 mgr.smithi067.knbjpz (mgr.14184) 715 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: audit 2023-12-25T21:28:43.012249+0000 mon.smithi067 (mon.0) 824 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:28:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: audit 2023-12-25T21:28:43.028065+0000 mon.smithi067 (mon.0) 825 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:43 smithi175 bash[29404]: cephadm 2023-12-25T21:28:43.033612+0000 mgr.smithi067.knbjpz (mgr.14184) 716 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.nwapwl on smithi175 2023-12-25T21:28:45.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:44 smithi067 bash[26019]: cluster 2023-12-25T21:28:44.000359+0000 mon.smithi067 (mon.0) 826 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:28:45.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:44 smithi067 bash[26019]: cluster 2023-12-25T21:28:44.000438+0000 mon.smithi067 (mon.0) 827 : cluster [INF] Cluster is now healthy 2023-12-25T21:28:45.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:44 smithi175 bash[29404]: cluster 2023-12-25T21:28:44.000359+0000 mon.smithi067 (mon.0) 826 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:28:45.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:44 smithi175 bash[29404]: cluster 2023-12-25T21:28:44.000438+0000 mon.smithi067 (mon.0) 827 : cluster [INF] Cluster is now healthy 2023-12-25T21:28:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:45 smithi067 bash[26019]: cluster 2023-12-25T21:28:45.006426+0000 mgr.smithi067.knbjpz (mgr.14184) 717 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:45 smithi067 bash[26019]: audit 2023-12-25T21:28:45.782323+0000 mon.smithi067 (mon.0) 828 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:46.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:45 smithi175 bash[29404]: cluster 2023-12-25T21:28:45.006426+0000 mgr.smithi067.knbjpz (mgr.14184) 717 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:46.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:45 smithi175 bash[29404]: audit 2023-12-25T21:28:45.782323+0000 mon.smithi067 (mon.0) 828 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:46.565 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:46.654 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:34.615476Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.fdkklw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:38.745060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.pcdmzh on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-pcdmzh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.pcdmzh\nDeploy daemon haproxy.nfs.foo.smithi175.pcdmzh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.645966Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gghqpn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gghqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gghqpn\nDeploy daemon haproxy.nfs.foo.smithi067.gghqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:42.650355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.glgidw on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:47.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:48.136 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:48.149 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: audit 2023-12-25T21:28:46.555117+0000 mgr.smithi067.knbjpz (mgr.14184) 718 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: cephadm 2023-12-25T21:28:46.813452+0000 mgr.smithi067.knbjpz (mgr.14184) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.nwapwl ... 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.151 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.nwapwl ... 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: cephadm 2023-12-25T21:28:46.814041+0000 mgr.smithi067.knbjpz (mgr.14184) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: audit 2023-12-25T21:28:46.814595+0000 mon.smithi067 (mon.0) 829 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.nwapwl"}]: dispatch 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: cephadm 2023-12-25T21:28:46.816127+0000 mgr.smithi067.knbjpz (mgr.14184) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.152 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.nwapwl ... 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: cephadm 2023-12-25T21:28:46.821810+0000 mgr.smithi067.knbjpz (mgr.14184) 722 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qpwkwp on smithi067 2023-12-25T21:28:48.153 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:47 smithi067 bash[26019]: cluster 2023-12-25T21:28:47.007667+0000 mgr.smithi067.knbjpz (mgr.14184) 723 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: audit 2023-12-25T21:28:46.555117+0000 mgr.smithi067.knbjpz (mgr.14184) 718 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: cephadm 2023-12-25T21:28:46.813452+0000 mgr.smithi067.knbjpz (mgr.14184) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.nwapwl ... 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.nwapwl ... 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: cephadm 2023-12-25T21:28:46.814041+0000 mgr.smithi067.knbjpz (mgr.14184) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: audit 2023-12-25T21:28:46.814595+0000 mon.smithi067 (mon.0) 829 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.nwapwl"}]: dispatch 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: cephadm 2023-12-25T21:28:46.816127+0000 mgr.smithi067.knbjpz (mgr.14184) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.nwapwl ... 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: cephadm 2023-12-25T21:28:46.821810+0000 mgr.smithi067.knbjpz (mgr.14184) 722 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qpwkwp on smithi067 2023-12-25T21:28:48.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:47 smithi175 bash[29404]: cluster 2023-12-25T21:28:47.007667+0000 mgr.smithi067.knbjpz (mgr.14184) 723 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:50.211 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:50 smithi067 bash[26019]: cluster 2023-12-25T21:28:49.008660+0000 mgr.smithi067.knbjpz (mgr.14184) 724 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:50.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:50 smithi175 bash[29404]: cluster 2023-12-25T21:28:49.008660+0000 mgr.smithi067.knbjpz (mgr.14184) 724 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:28:51.430 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:51.430 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:51.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:51 smithi067 bash[26019]: audit 2023-12-25T21:28:50.821702+0000 mon.smithi067 (mon.0) 830 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qpwkwp"}]: dispatch 2023-12-25T21:28:51.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:51 smithi175 bash[29404]: audit 2023-12-25T21:28:50.821702+0000 mon.smithi067 (mon.0) 830 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qpwkwp"}]: dispatch 2023-12-25T21:28:52.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cephadm 2023-12-25T21:28:50.820669+0000 mgr.smithi067.knbjpz (mgr.14184) 725 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qpwkwp ... 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:52.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qpwkwp ... 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:52.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cephadm 2023-12-25T21:28:50.821159+0000 mgr.smithi067.knbjpz (mgr.14184) 726 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cephadm 2023-12-25T21:28:50.823426+0000 mgr.smithi067.knbjpz (mgr.14184) 727 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qpwkwp ... 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cephadm 2023-12-25T21:28:50.827764+0000 mgr.smithi067.knbjpz (mgr.14184) 728 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:52.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cephadm 2023-12-25T21:28:50.830041+0000 mgr.smithi067.knbjpz (mgr.14184) 729 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:52.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cluster 2023-12-25T21:28:50.832082+0000 mgr.smithi067.knbjpz (mgr.14184) 730 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:28:52.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: cluster 2023-12-25T21:28:51.066029+0000 mon.smithi067 (mon.0) 831 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:28:52.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:52 smithi067 bash[26019]: audit 2023-12-25T21:28:51.625603+0000 mon.smithi067 (mon.0) 832 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:52.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cephadm 2023-12-25T21:28:50.820669+0000 mgr.smithi067.knbjpz (mgr.14184) 725 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qpwkwp ... 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:28:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qpwkwp ... 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:52.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cephadm 2023-12-25T21:28:50.821159+0000 mgr.smithi067.knbjpz (mgr.14184) 726 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cephadm 2023-12-25T21:28:50.823426+0000 mgr.smithi067.knbjpz (mgr.14184) 727 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qpwkwp ... 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cephadm 2023-12-25T21:28:50.827764+0000 mgr.smithi067.knbjpz (mgr.14184) 728 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:52.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cephadm 2023-12-25T21:28:50.830041+0000 mgr.smithi067.knbjpz (mgr.14184) 729 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:52.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cluster 2023-12-25T21:28:50.832082+0000 mgr.smithi067.knbjpz (mgr.14184) 730 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:28:52.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: cluster 2023-12-25T21:28:51.066029+0000 mon.smithi067 (mon.0) 831 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:28:52.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:52 smithi175 bash[29404]: audit 2023-12-25T21:28:51.625603+0000 mon.smithi067 (mon.0) 832 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:28:53.092 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:53 smithi067 bash[26019]: audit 2023-12-25T21:28:51.424907+0000 mgr.smithi067.knbjpz (mgr.14184) 731 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:53.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:53 smithi175 bash[29404]: audit 2023-12-25T21:28:51.424907+0000 mgr.smithi067.knbjpz (mgr.14184) 731 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:54.375 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:54 smithi067 bash[26019]: cluster 2023-12-25T21:28:52.834014+0000 mgr.smithi067.knbjpz (mgr.14184) 732 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:28:54.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:54 smithi175 bash[29404]: cluster 2023-12-25T21:28:52.834014+0000 mgr.smithi067.knbjpz (mgr.14184) 732 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:28:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:55 smithi067 bash[26019]: cluster 2023-12-25T21:28:54.835680+0000 mgr.smithi067.knbjpz (mgr.14184) 733 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:28:55.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:55 smithi175 bash[29404]: cluster 2023-12-25T21:28:54.835680+0000 mgr.smithi067.knbjpz (mgr.14184) 733 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:28:56.257 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:28:56.257 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:28:56.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:57.880 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:57 smithi067 bash[26019]: audit 2023-12-25T21:28:56.251954+0000 mgr.smithi067.knbjpz (mgr.14184) 734 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:57 smithi067 bash[26019]: cluster 2023-12-25T21:28:56.837619+0000 mgr.smithi067.knbjpz (mgr.14184) 735 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:28:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:57 smithi175 bash[29404]: audit 2023-12-25T21:28:56.251954+0000 mgr.smithi067.knbjpz (mgr.14184) 734 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:57 smithi175 bash[29404]: cluster 2023-12-25T21:28:56.837619+0000 mgr.smithi067.knbjpz (mgr.14184) 735 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:29:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:28:59 smithi067 bash[26019]: cluster 2023-12-25T21:28:58.839050+0000 mgr.smithi067.knbjpz (mgr.14184) 736 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:29:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:28:59 smithi175 bash[29404]: cluster 2023-12-25T21:28:58.839050+0000 mgr.smithi067.knbjpz (mgr.14184) 736 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:29:01.118 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:01.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:01.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:01 smithi067 bash[26019]: audit 2023-12-25T21:29:00.781266+0000 mon.smithi067 (mon.0) 833 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:29:01.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:01 smithi067 bash[26019]: cluster 2023-12-25T21:29:00.840801+0000 mgr.smithi067.knbjpz (mgr.14184) 737 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-25T21:29:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:01 smithi175 bash[29404]: audit 2023-12-25T21:29:00.781266+0000 mon.smithi067 (mon.0) 833 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:29:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:01 smithi175 bash[29404]: cluster 2023-12-25T21:29:00.840801+0000 mgr.smithi067.knbjpz (mgr.14184) 737 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-25T21:29:02.748 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:03.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:02 smithi067 bash[26019]: audit 2023-12-25T21:29:01.106235+0000 mgr.smithi067.knbjpz (mgr.14184) 738 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:02 smithi175 bash[29404]: audit 2023-12-25T21:29:01.106235+0000 mgr.smithi067.knbjpz (mgr.14184) 738 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:04.053 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:03 smithi067 bash[26019]: cluster 2023-12-25T21:29:02.842762+0000 mgr.smithi067.knbjpz (mgr.14184) 739 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:04.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:03 smithi175 bash[29404]: cluster 2023-12-25T21:29:02.842762+0000 mgr.smithi067.knbjpz (mgr.14184) 739 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:05.895 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:05.895 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:05 smithi067 bash[26019]: cluster 2023-12-25T21:29:04.844386+0000 mgr.smithi067.knbjpz (mgr.14184) 740 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:05 smithi175 bash[29404]: cluster 2023-12-25T21:29:04.844386+0000 mgr.smithi067.knbjpz (mgr.14184) 740 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:06.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:07.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:06 smithi067 bash[26019]: audit 2023-12-25T21:29:05.881761+0000 mgr.smithi067.knbjpz (mgr.14184) 741 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:07.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:06 smithi175 bash[29404]: audit 2023-12-25T21:29:05.881761+0000 mgr.smithi067.knbjpz (mgr.14184) 741 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:07.548 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:07 smithi067 bash[26019]: cluster 2023-12-25T21:29:06.846305+0000 mgr.smithi067.knbjpz (mgr.14184) 742 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:08.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:07 smithi175 bash[29404]: cluster 2023-12-25T21:29:06.846305+0000 mgr.smithi067.knbjpz (mgr.14184) 742 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:09 smithi067 bash[26019]: cluster 2023-12-25T21:29:08.847516+0000 mgr.smithi067.knbjpz (mgr.14184) 743 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:09 smithi175 bash[29404]: cluster 2023-12-25T21:29:08.847516+0000 mgr.smithi067.knbjpz (mgr.14184) 743 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:10.769 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:10.769 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:11.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:11 smithi067 bash[26019]: audit 2023-12-25T21:29:10.763719+0000 mgr.smithi067.knbjpz (mgr.14184) 744 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:11 smithi067 bash[26019]: cluster 2023-12-25T21:29:10.848526+0000 mgr.smithi067.knbjpz (mgr.14184) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:11 smithi175 bash[29404]: audit 2023-12-25T21:29:10.763719+0000 mgr.smithi067.knbjpz (mgr.14184) 744 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:11 smithi175 bash[29404]: cluster 2023-12-25T21:29:10.848526+0000 mgr.smithi067.knbjpz (mgr.14184) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:12.432 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:14.184 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:13 smithi175 bash[29404]: cluster 2023-12-25T21:29:12.850496+0000 mgr.smithi067.knbjpz (mgr.14184) 746 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:14.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:13 smithi067 bash[26019]: cluster 2023-12-25T21:29:12.850496+0000 mgr.smithi067.knbjpz (mgr.14184) 746 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:15.535 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:15.535 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:16.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:16.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:15 smithi067 bash[26019]: cluster 2023-12-25T21:29:14.852206+0000 mgr.smithi067.knbjpz (mgr.14184) 747 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:16.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:15 smithi175 bash[29404]: cluster 2023-12-25T21:29:14.852206+0000 mgr.smithi067.knbjpz (mgr.14184) 747 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:17.111 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:17.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:16 smithi067 bash[26019]: audit 2023-12-25T21:29:15.522943+0000 mgr.smithi067.knbjpz (mgr.14184) 748 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:17.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:16 smithi175 bash[29404]: audit 2023-12-25T21:29:15.522943+0000 mgr.smithi067.knbjpz (mgr.14184) 748 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:18.192 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:17 smithi067 bash[26019]: cluster 2023-12-25T21:29:16.854106+0000 mgr.smithi067.knbjpz (mgr.14184) 749 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:17 smithi175 bash[29404]: cluster 2023-12-25T21:29:16.854106+0000 mgr.smithi067.knbjpz (mgr.14184) 749 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:20.204 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:20.204 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:19 smithi067 bash[26019]: cluster 2023-12-25T21:29:18.855329+0000 mgr.smithi067.knbjpz (mgr.14184) 750 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:20.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:19 smithi175 bash[29404]: cluster 2023-12-25T21:29:18.855329+0000 mgr.smithi067.knbjpz (mgr.14184) 750 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:20.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:21.812 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:21 smithi067 bash[26019]: audit 2023-12-25T21:29:20.192370+0000 mgr.smithi067.knbjpz (mgr.14184) 751 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:21 smithi067 bash[26019]: cluster 2023-12-25T21:29:20.856950+0000 mgr.smithi067.knbjpz (mgr.14184) 752 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:21 smithi175 bash[29404]: audit 2023-12-25T21:29:20.192370+0000 mgr.smithi067.knbjpz (mgr.14184) 751 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:22.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:21 smithi175 bash[29404]: cluster 2023-12-25T21:29:20.856950+0000 mgr.smithi067.knbjpz (mgr.14184) 752 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:24.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:23 smithi067 bash[26019]: cluster 2023-12-25T21:29:22.858984+0000 mgr.smithi067.knbjpz (mgr.14184) 753 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:24.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:23 smithi175 bash[29404]: cluster 2023-12-25T21:29:22.858984+0000 mgr.smithi067.knbjpz (mgr.14184) 753 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:25.136 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:25.136 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:25.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:26.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:25 smithi067 bash[26019]: cluster 2023-12-25T21:29:24.860609+0000 mgr.smithi067.knbjpz (mgr.14184) 754 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:26.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:25 smithi175 bash[29404]: cluster 2023-12-25T21:29:24.860609+0000 mgr.smithi067.knbjpz (mgr.14184) 754 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:26.713 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:26 smithi067 bash[26019]: audit 2023-12-25T21:29:25.124082+0000 mgr.smithi067.knbjpz (mgr.14184) 755 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:27.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:26 smithi175 bash[29404]: audit 2023-12-25T21:29:25.124082+0000 mgr.smithi067.knbjpz (mgr.14184) 755 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:28.165 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:27 smithi067 bash[26019]: cluster 2023-12-25T21:29:26.862516+0000 mgr.smithi067.knbjpz (mgr.14184) 756 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:27 smithi175 bash[29404]: cluster 2023-12-25T21:29:26.862516+0000 mgr.smithi067.knbjpz (mgr.14184) 756 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:29.946 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:29.946 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:29 smithi067 bash[26019]: cluster 2023-12-25T21:29:28.863757+0000 mgr.smithi067.knbjpz (mgr.14184) 757 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:30.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:29 smithi175 bash[29404]: cluster 2023-12-25T21:29:28.863757+0000 mgr.smithi067.knbjpz (mgr.14184) 757 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:30.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:30 smithi067 bash[26019]: audit 2023-12-25T21:29:29.936234+0000 mgr.smithi067.knbjpz (mgr.14184) 758 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:31.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:30 smithi175 bash[29404]: audit 2023-12-25T21:29:29.936234+0000 mgr.smithi067.knbjpz (mgr.14184) 758 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:31.584 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:31 smithi067 bash[26019]: cluster 2023-12-25T21:29:30.865250+0000 mgr.smithi067.knbjpz (mgr.14184) 759 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:32.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:31 smithi175 bash[29404]: cluster 2023-12-25T21:29:30.865250+0000 mgr.smithi067.knbjpz (mgr.14184) 759 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:34.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:33 smithi067 bash[26019]: cluster 2023-12-25T21:29:32.867349+0000 mgr.smithi067.knbjpz (mgr.14184) 760 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:34.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:33 smithi175 bash[29404]: cluster 2023-12-25T21:29:32.867349+0000 mgr.smithi067.knbjpz (mgr.14184) 760 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:34.696 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:34.696 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:35.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:36 smithi175 bash[29404]: audit 2023-12-25T21:29:34.690196+0000 mgr.smithi067.knbjpz (mgr.14184) 761 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:36 smithi175 bash[29404]: cluster 2023-12-25T21:29:34.869032+0000 mgr.smithi067.knbjpz (mgr.14184) 762 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:36.343 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:36.355 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:36 smithi067 bash[26019]: audit 2023-12-25T21:29:34.690196+0000 mgr.smithi067.knbjpz (mgr.14184) 761 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:36.355 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:36 smithi067 bash[26019]: cluster 2023-12-25T21:29:34.869032+0000 mgr.smithi067.knbjpz (mgr.14184) 762 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:37.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:37 smithi067 bash[26019]: cluster 2023-12-25T21:29:36.870968+0000 mgr.smithi067.knbjpz (mgr.14184) 763 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:38.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:37 smithi175 bash[29404]: cluster 2023-12-25T21:29:36.870968+0000 mgr.smithi067.knbjpz (mgr.14184) 763 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:39.469 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:39.469 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:40.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:39 smithi067 bash[26019]: cluster 2023-12-25T21:29:38.872229+0000 mgr.smithi067.knbjpz (mgr.14184) 764 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:40.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:39 smithi175 bash[29404]: cluster 2023-12-25T21:29:38.872229+0000 mgr.smithi067.knbjpz (mgr.14184) 764 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:41.112 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:41.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:40 smithi067 bash[26019]: audit 2023-12-25T21:29:39.462027+0000 mgr.smithi067.knbjpz (mgr.14184) 765 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:41.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:40 smithi175 bash[29404]: audit 2023-12-25T21:29:39.462027+0000 mgr.smithi067.knbjpz (mgr.14184) 765 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:42.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:41 smithi067 bash[26019]: cluster 2023-12-25T21:29:40.873781+0000 mgr.smithi067.knbjpz (mgr.14184) 766 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:41 smithi175 bash[29404]: cluster 2023-12-25T21:29:40.873781+0000 mgr.smithi067.knbjpz (mgr.14184) 766 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:44.204 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:44.204 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:43 smithi067 bash[26019]: cluster 2023-12-25T21:29:42.875837+0000 mgr.smithi067.knbjpz (mgr.14184) 767 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:43 smithi175 bash[29404]: cluster 2023-12-25T21:29:42.875837+0000 mgr.smithi067.knbjpz (mgr.14184) 767 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:44.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:45.779 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:45 smithi067 bash[26019]: audit 2023-12-25T21:29:44.190964+0000 mgr.smithi067.knbjpz (mgr.14184) 768 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:45 smithi067 bash[26019]: cluster 2023-12-25T21:29:44.877478+0000 mgr.smithi067.knbjpz (mgr.14184) 769 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:46.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:45 smithi175 bash[29404]: audit 2023-12-25T21:29:44.190964+0000 mgr.smithi067.knbjpz (mgr.14184) 768 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:46.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:45 smithi175 bash[29404]: cluster 2023-12-25T21:29:44.877478+0000 mgr.smithi067.knbjpz (mgr.14184) 769 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:47 smithi067 bash[26019]: cluster 2023-12-25T21:29:46.879913+0000 mgr.smithi067.knbjpz (mgr.14184) 770 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:47 smithi175 bash[29404]: cluster 2023-12-25T21:29:46.879913+0000 mgr.smithi067.knbjpz (mgr.14184) 770 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:29:49.055 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:49.056 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:49.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:50.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:49 smithi067 bash[26019]: cluster 2023-12-25T21:29:48.881154+0000 mgr.smithi067.knbjpz (mgr.14184) 771 : 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 2023-12-25T21:29:50.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:49 smithi067 bash[26019]: audit 2023-12-25T21:29:49.045424+0000 mgr.smithi067.knbjpz (mgr.14184) 772 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:49 smithi175 bash[29404]: cluster 2023-12-25T21:29:48.881154+0000 mgr.smithi067.knbjpz (mgr.14184) 771 : 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 2023-12-25T21:29:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:49 smithi175 bash[29404]: audit 2023-12-25T21:29:49.045424+0000 mgr.smithi067.knbjpz (mgr.14184) 772 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:50.682 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:51.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:50 smithi067 bash[26019]: audit 2023-12-25T21:29:50.834400+0000 mon.smithi067 (mon.0) 834 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:51.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:50 smithi175 bash[29404]: audit 2023-12-25T21:29:50.834400+0000 mon.smithi067 (mon.0) 834 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:51 smithi067 bash[26019]: cluster 2023-12-25T21:29:50.882146+0000 mgr.smithi067.knbjpz (mgr.14184) 773 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:51 smithi067 bash[26019]: audit 2023-12-25T21:29:51.167568+0000 mon.smithi067 (mon.0) 835 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:51 smithi067 bash[26019]: audit 2023-12-25T21:29:51.169151+0000 mon.smithi067 (mon.0) 836 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:51 smithi067 bash[26019]: audit 2023-12-25T21:29:51.178217+0000 mon.smithi067 (mon.0) 837 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:29:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:51 smithi067 bash[26019]: audit 2023-12-25T21:29:51.187434+0000 mon.smithi067 (mon.0) 838 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:51 smithi067 bash[26019]: audit 2023-12-25T21:29:51.205852+0000 mon.smithi067 (mon.0) 839 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:29:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:51 smithi175 bash[29404]: cluster 2023-12-25T21:29:50.882146+0000 mgr.smithi067.knbjpz (mgr.14184) 773 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:51 smithi175 bash[29404]: audit 2023-12-25T21:29:51.167568+0000 mon.smithi067 (mon.0) 835 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:51 smithi175 bash[29404]: audit 2023-12-25T21:29:51.169151+0000 mon.smithi067 (mon.0) 836 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:51 smithi175 bash[29404]: audit 2023-12-25T21:29:51.178217+0000 mon.smithi067 (mon.0) 837 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:29:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:51 smithi175 bash[29404]: audit 2023-12-25T21:29:51.187434+0000 mon.smithi067 (mon.0) 838 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:51 smithi175 bash[29404]: audit 2023-12-25T21:29:51.205852+0000 mon.smithi067 (mon.0) 839 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:29:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:52 smithi067 bash[26019]: cluster 2023-12-25T21:29:51.179389+0000 mgr.smithi067.knbjpz (mgr.14184) 774 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:52 smithi067 bash[26019]: cephadm 2023-12-25T21:29:51.211038+0000 mgr.smithi067.knbjpz (mgr.14184) 775 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.beqnkd on smithi175 2023-12-25T21:29:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:52 smithi067 bash[26019]: cluster 2023-12-25T21:29:52.174767+0000 mon.smithi067 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:29:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:52 smithi067 bash[26019]: cluster 2023-12-25T21:29:52.174812+0000 mon.smithi067 (mon.0) 841 : cluster [INF] Cluster is now healthy 2023-12-25T21:29:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:52 smithi175 bash[29404]: cluster 2023-12-25T21:29:51.179389+0000 mgr.smithi067.knbjpz (mgr.14184) 774 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:52 smithi175 bash[29404]: cephadm 2023-12-25T21:29:51.211038+0000 mgr.smithi067.knbjpz (mgr.14184) 775 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.beqnkd on smithi175 2023-12-25T21:29:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:52 smithi175 bash[29404]: cluster 2023-12-25T21:29:52.174767+0000 mon.smithi067 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:29:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:52 smithi175 bash[29404]: cluster 2023-12-25T21:29:52.174812+0000 mon.smithi067 (mon.0) 841 : cluster [INF] Cluster is now healthy 2023-12-25T21:29:54.074 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:54.075 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:42.655414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.kksous on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:46.815890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.nwapwl on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-nwapwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.nwapwl\nDeploy daemon haproxy.nfs.foo.smithi175.nwapwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.823069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qpwkwp on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qpwkwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qpwkwp\nDeploy daemon haproxy.nfs.foo.smithi067.qpwkwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:28:50.827629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rzhtve on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:54.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:54 smithi067 bash[26019]: cluster 2023-12-25T21:29:53.180861+0000 mgr.smithi067.knbjpz (mgr.14184) 776 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:54 smithi067 bash[26019]: audit 2023-12-25T21:29:54.069119+0000 mgr.smithi067.knbjpz (mgr.14184) 777 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:54 smithi067 bash[26019]: audit 2023-12-25T21:29:54.933715+0000 mon.smithi067 (mon.0) 842 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.beqnkd"}]: dispatch 2023-12-25T21:29:55.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:54 smithi175 bash[29404]: cluster 2023-12-25T21:29:53.180861+0000 mgr.smithi067.knbjpz (mgr.14184) 776 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:55.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:54 smithi175 bash[29404]: audit 2023-12-25T21:29:54.069119+0000 mgr.smithi067.knbjpz (mgr.14184) 777 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:55.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:54 smithi175 bash[29404]: audit 2023-12-25T21:29:54.933715+0000 mon.smithi067 (mon.0) 842 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.beqnkd"}]: dispatch 2023-12-25T21:29:55.652 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: cephadm 2023-12-25T21:29:54.932453+0000 mgr.smithi067.knbjpz (mgr.14184) 778 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:56.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:56.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: cephadm 2023-12-25T21:29:54.932986+0000 mgr.smithi067.knbjpz (mgr.14184) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: cephadm 2023-12-25T21:29:54.935684+0000 mgr.smithi067.knbjpz (mgr.14184) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:56.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:55 smithi067 bash[26019]: cephadm 2023-12-25T21:29:54.940448+0000 mgr.smithi067.knbjpz (mgr.14184) 781 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.gedrhv on smithi067 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: cephadm 2023-12-25T21:29:54.932453+0000 mgr.smithi067.knbjpz (mgr.14184) 778 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: cephadm 2023-12-25T21:29:54.932986+0000 mgr.smithi067.knbjpz (mgr.14184) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: cephadm 2023-12-25T21:29:54.935684+0000 mgr.smithi067.knbjpz (mgr.14184) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:56.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:56.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:56.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:56.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:55 smithi175 bash[29404]: cephadm 2023-12-25T21:29:54.940448+0000 mgr.smithi067.knbjpz (mgr.14184) 781 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.gedrhv on smithi067 2023-12-25T21:29:57.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:56 smithi067 bash[26019]: cluster 2023-12-25T21:29:55.182199+0000 mgr.smithi067.knbjpz (mgr.14184) 782 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:57.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:56 smithi175 bash[29404]: cluster 2023-12-25T21:29:55.182199+0000 mgr.smithi067.knbjpz (mgr.14184) 782 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:59.104 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:29:59.104 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:29:59.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:58 smithi067 bash[26019]: cluster 2023-12-25T21:29:57.183540+0000 mgr.smithi067.knbjpz (mgr.14184) 783 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:59.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:58 smithi067 bash[26019]: audit 2023-12-25T21:29:58.738307+0000 mon.smithi067 (mon.0) 843 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.gedrhv"}]: dispatch 2023-12-25T21:29:59.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:58 smithi175 bash[29404]: cluster 2023-12-25T21:29:57.183540+0000 mgr.smithi067.knbjpz (mgr.14184) 783 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:29:59.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:58 smithi175 bash[29404]: audit 2023-12-25T21:29:58.738307+0000 mon.smithi067 (mon.0) 843 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.gedrhv"}]: dispatch 2023-12-25T21:29:59.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cephadm 2023-12-25T21:29:58.737344+0000 mgr.smithi067.knbjpz (mgr.14184) 784 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cephadm 2023-12-25T21:29:58.737750+0000 mgr.smithi067.knbjpz (mgr.14184) 785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cephadm 2023-12-25T21:29:58.739647+0000 mgr.smithi067.knbjpz (mgr.14184) 786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cephadm 2023-12-25T21:29:58.743813+0000 mgr.smithi067.knbjpz (mgr.14184) 787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cephadm 2023-12-25T21:29:58.747543+0000 mgr.smithi067.knbjpz (mgr.14184) 788 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cluster 2023-12-25T21:29:58.749181+0000 mgr.smithi067.knbjpz (mgr.14184) 789 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:30:00.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:29:59 smithi067 bash[26019]: cluster 2023-12-25T21:29:58.976497+0000 mon.smithi067 (mon.0) 844 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:30:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cephadm 2023-12-25T21:29:58.737344+0000 mgr.smithi067.knbjpz (mgr.14184) 784 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:30:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cephadm 2023-12-25T21:29:58.737750+0000 mgr.smithi067.knbjpz (mgr.14184) 785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cephadm 2023-12-25T21:29:58.739647+0000 mgr.smithi067.knbjpz (mgr.14184) 786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cephadm 2023-12-25T21:29:58.743813+0000 mgr.smithi067.knbjpz (mgr.14184) 787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cephadm 2023-12-25T21:29:58.747543+0000 mgr.smithi067.knbjpz (mgr.14184) 788 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cluster 2023-12-25T21:29:58.749181+0000 mgr.smithi067.knbjpz (mgr.14184) 789 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:30:00.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:29:59 smithi175 bash[29404]: cluster 2023-12-25T21:29:58.976497+0000 mon.smithi067 (mon.0) 844 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:30:00.774 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:00 smithi067 bash[26019]: audit 2023-12-25T21:29:59.093082+0000 mgr.smithi067.knbjpz (mgr.14184) 790 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:00 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000138+0000 mon.smithi067 (mon.0) 845 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:00 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000195+0000 mon.smithi067 (mon.0) 846 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000226+0000 mon.smithi067 (mon.0) 847 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000256+0000 mon.smithi067 (mon.0) 848 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000291+0000 mon.smithi067 (mon.0) 849 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000321+0000 mon.smithi067 (mon.0) 850 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000350+0000 mon.smithi067 (mon.0) 851 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000376+0000 mon.smithi067 (mon.0) 852 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000406+0000 mon.smithi067 (mon.0) 853 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000435+0000 mon.smithi067 (mon.0) 854 : 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000494+0000 mon.smithi067 (mon.0) 855 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000523+0000 mon.smithi067 (mon.0) 856 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000551+0000 mon.smithi067 (mon.0) 857 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:01.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000594+0000 mon.smithi067 (mon.0) 858 : 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000624+0000 mon.smithi067 (mon.0) 859 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000652+0000 mon.smithi067 (mon.0) 860 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000676+0000 mon.smithi067 (mon.0) 861 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000705+0000 mon.smithi067 (mon.0) 862 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000730+0000 mon.smithi067 (mon.0) 863 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000760+0000 mon.smithi067 (mon.0) 864 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000788+0000 mon.smithi067 (mon.0) 865 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000834+0000 mon.smithi067 (mon.0) 866 : 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000862+0000 mon.smithi067 (mon.0) 867 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000887+0000 mon.smithi067 (mon.0) 868 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000919+0000 mon.smithi067 (mon.0) 869 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000943+0000 mon.smithi067 (mon.0) 870 : 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000970+0000 mon.smithi067 (mon.0) 871 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:01.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:01 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.000992+0000 mon.smithi067 (mon.0) 872 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:01.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: audit 2023-12-25T21:29:59.093082+0000 mgr.smithi067.knbjpz (mgr.14184) 790 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000138+0000 mon.smithi067 (mon.0) 845 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000195+0000 mon.smithi067 (mon.0) 846 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000226+0000 mon.smithi067 (mon.0) 847 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000256+0000 mon.smithi067 (mon.0) 848 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000291+0000 mon.smithi067 (mon.0) 849 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000321+0000 mon.smithi067 (mon.0) 850 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000350+0000 mon.smithi067 (mon.0) 851 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000376+0000 mon.smithi067 (mon.0) 852 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000406+0000 mon.smithi067 (mon.0) 853 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi175.beqnkd ... 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000435+0000 mon.smithi067 (mon.0) 854 : 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000494+0000 mon.smithi067 (mon.0) 855 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:00 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000523+0000 mon.smithi067 (mon.0) 856 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000551+0000 mon.smithi067 (mon.0) 857 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000594+0000 mon.smithi067 (mon.0) 858 : 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=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000624+0000 mon.smithi067 (mon.0) 859 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000652+0000 mon.smithi067 (mon.0) 860 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000676+0000 mon.smithi067 (mon.0) 861 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000705+0000 mon.smithi067 (mon.0) 862 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000730+0000 mon.smithi067 (mon.0) 863 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000760+0000 mon.smithi067 (mon.0) 864 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000788+0000 mon.smithi067 (mon.0) 865 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi067.gedrhv ... 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000834+0000 mon.smithi067 (mon.0) 866 : 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000862+0000 mon.smithi067 (mon.0) 867 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000887+0000 mon.smithi067 (mon.0) 868 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000919+0000 mon.smithi067 (mon.0) 869 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000943+0000 mon.smithi067 (mon.0) 870 : 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=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000970+0000 mon.smithi067 (mon.0) 871 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:01.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:01 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.000992+0000 mon.smithi067 (mon.0) 872 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:02.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:02 smithi067 bash[26019]: cluster 2023-12-25T21:30:00.750443+0000 mgr.smithi067.knbjpz (mgr.14184) 791 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:30:02.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:02 smithi067 bash[26019]: audit 2023-12-25T21:30:01.685344+0000 mon.smithi067 (mon.0) 873 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:30:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:02 smithi175 bash[29404]: cluster 2023-12-25T21:30:00.750443+0000 mgr.smithi067.knbjpz (mgr.14184) 791 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:30:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:02 smithi175 bash[29404]: audit 2023-12-25T21:30:01.685344+0000 mon.smithi067 (mon.0) 873 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:30:03.910 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:03.910 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:04 smithi067 bash[26019]: cluster 2023-12-25T21:30:02.751884+0000 mgr.smithi067.knbjpz (mgr.14184) 792 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:30:04.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:04 smithi175 bash[29404]: cluster 2023-12-25T21:30:02.751884+0000 mgr.smithi067.knbjpz (mgr.14184) 792 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:30:04.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:05.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:05 smithi175 bash[29404]: audit 2023-12-25T21:30:03.904923+0000 mgr.smithi067.knbjpz (mgr.14184) 793 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:05 smithi067 bash[26019]: audit 2023-12-25T21:30:03.904923+0000 mgr.smithi067.knbjpz (mgr.14184) 793 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:05.555 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:06.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:06 smithi175 bash[29404]: cluster 2023-12-25T21:30:04.752822+0000 mgr.smithi067.knbjpz (mgr.14184) 794 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:30:06.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:06 smithi067 bash[26019]: cluster 2023-12-25T21:30:04.752822+0000 mgr.smithi067.knbjpz (mgr.14184) 794 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:30:08.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:08 smithi067 bash[26019]: cluster 2023-12-25T21:30:06.755535+0000 mgr.smithi067.knbjpz (mgr.14184) 795 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:30:08.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:08 smithi175 bash[29404]: cluster 2023-12-25T21:30:06.755535+0000 mgr.smithi067.knbjpz (mgr.14184) 795 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:30:08.678 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:08.678 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:09.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:10 smithi067 bash[26019]: audit 2023-12-25T21:30:08.673326+0000 mgr.smithi067.knbjpz (mgr.14184) 796 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:10 smithi067 bash[26019]: cluster 2023-12-25T21:30:08.756890+0000 mgr.smithi067.knbjpz (mgr.14184) 797 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-25T21:30:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:10 smithi175 bash[29404]: audit 2023-12-25T21:30:08.673326+0000 mgr.smithi067.knbjpz (mgr.14184) 796 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:10 smithi175 bash[29404]: cluster 2023-12-25T21:30:08.756890+0000 mgr.smithi067.knbjpz (mgr.14184) 797 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-25T21:30:10.366 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:12 smithi067 bash[26019]: cluster 2023-12-25T21:30:10.757900+0000 mgr.smithi067.knbjpz (mgr.14184) 798 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-25T21:30:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:12 smithi175 bash[29404]: cluster 2023-12-25T21:30:10.757900+0000 mgr.smithi067.knbjpz (mgr.14184) 798 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-25T21:30:13.536 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:13.536 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:14.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:14 smithi067 bash[26019]: cluster 2023-12-25T21:30:12.759991+0000 mgr.smithi067.knbjpz (mgr.14184) 799 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:14.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:14 smithi175 bash[29404]: cluster 2023-12-25T21:30:12.759991+0000 mgr.smithi067.knbjpz (mgr.14184) 799 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:15.122 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:15.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:15 smithi067 bash[26019]: audit 2023-12-25T21:30:13.530895+0000 mgr.smithi067.knbjpz (mgr.14184) 800 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:15.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:15 smithi175 bash[29404]: audit 2023-12-25T21:30:13.530895+0000 mgr.smithi067.knbjpz (mgr.14184) 800 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:16.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:16 smithi067 bash[26019]: cluster 2023-12-25T21:30:14.761292+0000 mgr.smithi067.knbjpz (mgr.14184) 801 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:16.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:16 smithi175 bash[29404]: cluster 2023-12-25T21:30:14.761292+0000 mgr.smithi067.knbjpz (mgr.14184) 801 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:18.106 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:18.107 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:18.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:18 smithi067 bash[26019]: cluster 2023-12-25T21:30:16.763044+0000 mgr.smithi067.knbjpz (mgr.14184) 802 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:18.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:18 smithi175 bash[29404]: cluster 2023-12-25T21:30:16.763044+0000 mgr.smithi067.knbjpz (mgr.14184) 802 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:18.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:19.698 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:20 smithi067 bash[26019]: audit 2023-12-25T21:30:18.096040+0000 mgr.smithi067.knbjpz (mgr.14184) 803 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:20 smithi067 bash[26019]: cluster 2023-12-25T21:30:18.764393+0000 mgr.smithi067.knbjpz (mgr.14184) 804 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:20 smithi175 bash[29404]: audit 2023-12-25T21:30:18.096040+0000 mgr.smithi067.knbjpz (mgr.14184) 803 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:20 smithi175 bash[29404]: cluster 2023-12-25T21:30:18.764393+0000 mgr.smithi067.knbjpz (mgr.14184) 804 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T21:30:22.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:22 smithi067 bash[26019]: cluster 2023-12-25T21:30:20.765880+0000 mgr.smithi067.knbjpz (mgr.14184) 805 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2023-12-25T21:30:22.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:22 smithi175 bash[29404]: cluster 2023-12-25T21:30:20.765880+0000 mgr.smithi067.knbjpz (mgr.14184) 805 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2023-12-25T21:30:22.911 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:22.911 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:23.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:24.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:24 smithi067 bash[26019]: cluster 2023-12-25T21:30:22.767729+0000 mgr.smithi067.knbjpz (mgr.14184) 806 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-25T21:30:24.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:24 smithi067 bash[26019]: audit 2023-12-25T21:30:22.896436+0000 mgr.smithi067.knbjpz (mgr.14184) 807 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:24.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:24 smithi175 bash[29404]: cluster 2023-12-25T21:30:22.767729+0000 mgr.smithi067.knbjpz (mgr.14184) 806 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 38 op/s 2023-12-25T21:30:24.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:24 smithi175 bash[29404]: audit 2023-12-25T21:30:22.896436+0000 mgr.smithi067.knbjpz (mgr.14184) 807 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:24.545 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:26.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:26 smithi067 bash[26019]: cluster 2023-12-25T21:30:24.768848+0000 mgr.smithi067.knbjpz (mgr.14184) 808 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:26.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:26 smithi175 bash[29404]: cluster 2023-12-25T21:30:24.768848+0000 mgr.smithi067.knbjpz (mgr.14184) 808 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:27.736 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:27.737 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:28.345 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:28 smithi067 bash[26019]: cluster 2023-12-25T21:30:26.770537+0000 mgr.smithi067.knbjpz (mgr.14184) 809 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:28.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:28.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:28 smithi175 bash[29404]: cluster 2023-12-25T21:30:26.770537+0000 mgr.smithi067.knbjpz (mgr.14184) 809 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:29.348 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:29.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:29 smithi067 bash[26019]: audit 2023-12-25T21:30:27.722786+0000 mgr.smithi067.knbjpz (mgr.14184) 810 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:29.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:29 smithi175 bash[29404]: audit 2023-12-25T21:30:27.722786+0000 mgr.smithi067.knbjpz (mgr.14184) 810 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:30 smithi067 bash[26019]: cluster 2023-12-25T21:30:28.772246+0000 mgr.smithi067.knbjpz (mgr.14184) 811 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:30 smithi175 bash[29404]: cluster 2023-12-25T21:30:28.772246+0000 mgr.smithi067.knbjpz (mgr.14184) 811 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:31.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:31 smithi067 bash[26019]: cluster 2023-12-25T21:30:30.774314+0000 mgr.smithi067.knbjpz (mgr.14184) 812 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:31.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:31 smithi175 bash[29404]: cluster 2023-12-25T21:30:30.774314+0000 mgr.smithi067.knbjpz (mgr.14184) 812 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:32.647 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:32.647 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:33.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:34.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:33 smithi175 bash[29404]: audit 2023-12-25T21:30:32.641292+0000 mgr.smithi067.knbjpz (mgr.14184) 813 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:34.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:33 smithi175 bash[29404]: cluster 2023-12-25T21:30:32.776146+0000 mgr.smithi067.knbjpz (mgr.14184) 814 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:34.234 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:33 smithi067 bash[26019]: audit 2023-12-25T21:30:32.641292+0000 mgr.smithi067.knbjpz (mgr.14184) 813 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:33 smithi067 bash[26019]: cluster 2023-12-25T21:30:32.776146+0000 mgr.smithi067.knbjpz (mgr.14184) 814 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:35 smithi067 bash[26019]: cluster 2023-12-25T21:30:34.777587+0000 mgr.smithi067.knbjpz (mgr.14184) 815 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:36.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:35 smithi175 bash[29404]: cluster 2023-12-25T21:30:34.777587+0000 mgr.smithi067.knbjpz (mgr.14184) 815 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:37.354 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:37.354 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:37.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:38.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:37 smithi067 bash[26019]: cluster 2023-12-25T21:30:36.779696+0000 mgr.smithi067.knbjpz (mgr.14184) 816 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:38.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:37 smithi175 bash[29404]: cluster 2023-12-25T21:30:36.779696+0000 mgr.smithi067.knbjpz (mgr.14184) 816 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:38.929 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:38 smithi067 bash[26019]: audit 2023-12-25T21:30:37.341004+0000 mgr.smithi067.knbjpz (mgr.14184) 817 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:39.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:38 smithi175 bash[29404]: audit 2023-12-25T21:30:37.341004+0000 mgr.smithi067.knbjpz (mgr.14184) 817 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:39 smithi067 bash[26019]: cluster 2023-12-25T21:30:38.781044+0000 mgr.smithi067.knbjpz (mgr.14184) 818 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:40.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:39 smithi175 bash[29404]: cluster 2023-12-25T21:30:38.781044+0000 mgr.smithi067.knbjpz (mgr.14184) 818 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:41.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:41 smithi067 bash[26019]: cluster 2023-12-25T21:30:40.782178+0000 mgr.smithi067.knbjpz (mgr.14184) 819 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:42.096 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:42.096 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:41 smithi175 bash[29404]: cluster 2023-12-25T21:30:40.782178+0000 mgr.smithi067.knbjpz (mgr.14184) 819 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:42.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:42.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:42 smithi067 bash[26019]: audit 2023-12-25T21:30:42.085079+0000 mgr.smithi067.knbjpz (mgr.14184) 820 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:42 smithi175 bash[29404]: audit 2023-12-25T21:30:42.085079+0000 mgr.smithi067.knbjpz (mgr.14184) 820 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:43.703 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:43.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:43 smithi067 bash[26019]: cluster 2023-12-25T21:30:42.784292+0000 mgr.smithi067.knbjpz (mgr.14184) 821 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:44.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:43 smithi175 bash[29404]: cluster 2023-12-25T21:30:42.784292+0000 mgr.smithi067.knbjpz (mgr.14184) 821 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:46.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:45 smithi067 bash[26019]: cluster 2023-12-25T21:30:44.785862+0000 mgr.smithi067.knbjpz (mgr.14184) 822 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:46.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:45 smithi175 bash[29404]: cluster 2023-12-25T21:30:44.785862+0000 mgr.smithi067.knbjpz (mgr.14184) 822 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:46.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:46.742 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:47.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:47 smithi067 bash[26019]: audit 2023-12-25T21:30:46.731097+0000 mgr.smithi067.knbjpz (mgr.14184) 823 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:47 smithi067 bash[26019]: cluster 2023-12-25T21:30:46.787673+0000 mgr.smithi067.knbjpz (mgr.14184) 824 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:47 smithi175 bash[29404]: audit 2023-12-25T21:30:46.731097+0000 mgr.smithi067.knbjpz (mgr.14184) 823 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:47 smithi175 bash[29404]: cluster 2023-12-25T21:30:46.787673+0000 mgr.smithi067.knbjpz (mgr.14184) 824 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:30:48.331 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:49.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:49 smithi067 bash[26019]: cluster 2023-12-25T21:30:48.788862+0000 mgr.smithi067.knbjpz (mgr.14184) 825 : 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 2023-12-25T21:30:50.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:49 smithi175 bash[29404]: cluster 2023-12-25T21:30:48.788862+0000 mgr.smithi067.knbjpz (mgr.14184) 825 : 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 2023-12-25T21:30:51.583 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:51.583 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:52.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:51 smithi067 bash[26019]: cluster 2023-12-25T21:30:50.790406+0000 mgr.smithi067.knbjpz (mgr.14184) 826 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:30:52.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:51 smithi175 bash[29404]: cluster 2023-12-25T21:30:50.790406+0000 mgr.smithi067.knbjpz (mgr.14184) 826 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:30:53.202 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:53.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:52 smithi067 bash[26019]: audit 2023-12-25T21:30:51.571006+0000 mgr.smithi067.knbjpz (mgr.14184) 827 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:53.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:52 smithi175 bash[29404]: audit 2023-12-25T21:30:51.571006+0000 mgr.smithi067.knbjpz (mgr.14184) 827 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:54.185 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:53 smithi175 bash[29404]: cluster 2023-12-25T21:30:52.792628+0000 mgr.smithi067.knbjpz (mgr.14184) 828 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:30:54.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:53 smithi067 bash[26019]: cluster 2023-12-25T21:30:52.792628+0000 mgr.smithi067.knbjpz (mgr.14184) 828 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:30:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:55 smithi067 bash[26019]: cluster 2023-12-25T21:30:54.794176+0000 mgr.smithi067.knbjpz (mgr.14184) 829 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:30:56.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:55 smithi175 bash[29404]: cluster 2023-12-25T21:30:54.794176+0000 mgr.smithi067.knbjpz (mgr.14184) 829 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:30:56.324 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:30:56.324 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:30:56.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:57.927 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:57 smithi067 bash[26019]: audit 2023-12-25T21:30:56.313747+0000 mgr.smithi067.knbjpz (mgr.14184) 830 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:57 smithi067 bash[26019]: cluster 2023-12-25T21:30:56.796397+0000 mgr.smithi067.knbjpz (mgr.14184) 831 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:30:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:57 smithi175 bash[29404]: audit 2023-12-25T21:30:56.313747+0000 mgr.smithi067.knbjpz (mgr.14184) 830 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:58.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:57 smithi175 bash[29404]: cluster 2023-12-25T21:30:56.796397+0000 mgr.smithi067.knbjpz (mgr.14184) 831 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:30:59.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:58 smithi067 bash[26019]: audit 2023-12-25T21:30:58.752560+0000 mon.smithi067 (mon.0) 874 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:30:59.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:58 smithi175 bash[29404]: audit 2023-12-25T21:30:58.752560+0000 mon.smithi067 (mon.0) 874 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:31:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: cluster 2023-12-25T21:30:58.797633+0000 mgr.smithi067.knbjpz (mgr.14184) 832 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:31:00.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: audit 2023-12-25T21:30:59.080711+0000 mon.smithi067 (mon.0) 875 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:31:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: audit 2023-12-25T21:30:59.082079+0000 mon.smithi067 (mon.0) 876 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:31:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: audit 2023-12-25T21:30:59.089498+0000 mon.smithi067 (mon.0) 877 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: cluster 2023-12-25T21:30:59.090357+0000 mgr.smithi067.knbjpz (mgr.14184) 833 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-12-25T21:31:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: audit 2023-12-25T21:30:59.096827+0000 mon.smithi067 (mon.0) 878 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:31:00.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:30:59 smithi067 bash[26019]: audit 2023-12-25T21:30:59.109994+0000 mon.smithi067 (mon.0) 879 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: cluster 2023-12-25T21:30:58.797633+0000 mgr.smithi067.knbjpz (mgr.14184) 832 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:31:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: audit 2023-12-25T21:30:59.080711+0000 mon.smithi067 (mon.0) 875 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:31:00.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: audit 2023-12-25T21:30:59.082079+0000 mon.smithi067 (mon.0) 876 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:31:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: audit 2023-12-25T21:30:59.089498+0000 mon.smithi067 (mon.0) 877 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: cluster 2023-12-25T21:30:59.090357+0000 mgr.smithi067.knbjpz (mgr.14184) 833 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-12-25T21:31:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: audit 2023-12-25T21:30:59.096827+0000 mon.smithi067 (mon.0) 878 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:31:00.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:30:59 smithi175 bash[29404]: audit 2023-12-25T21:30:59.109994+0000 mon.smithi067 (mon.0) 879 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:00 smithi067 bash[26019]: cephadm 2023-12-25T21:30:59.114782+0000 mgr.smithi067.knbjpz (mgr.14184) 834 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.yyzfek on smithi175 2023-12-25T21:31:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:00 smithi067 bash[26019]: cluster 2023-12-25T21:31:00.087005+0000 mon.smithi067 (mon.0) 880 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:31:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:00 smithi067 bash[26019]: cluster 2023-12-25T21:31:00.087074+0000 mon.smithi067 (mon.0) 881 : cluster [INF] Cluster is now healthy 2023-12-25T21:31:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:00 smithi067 bash[26019]: audit 2023-12-25T21:31:00.785975+0000 mon.smithi067 (mon.0) 882 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:01.266 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:01.266 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:28:50.829905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mhiwhn on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:01.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:00 smithi175 bash[29404]: cephadm 2023-12-25T21:30:59.114782+0000 mgr.smithi067.knbjpz (mgr.14184) 834 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.yyzfek on smithi175 2023-12-25T21:31:01.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:00 smithi175 bash[29404]: cluster 2023-12-25T21:31:00.087005+0000 mon.smithi067 (mon.0) 880 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:31:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:00 smithi175 bash[29404]: cluster 2023-12-25T21:31:00.087074+0000 mon.smithi067 (mon.0) 881 : cluster [INF] Cluster is now healthy 2023-12-25T21:31:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:00 smithi175 bash[29404]: audit 2023-12-25T21:31:00.785975+0000 mon.smithi067 (mon.0) 882 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:01.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:02.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:01 smithi067 bash[26019]: cluster 2023-12-25T21:31:01.091630+0000 mgr.smithi067.knbjpz (mgr.14184) 835 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:31:02.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:01 smithi175 bash[29404]: cluster 2023-12-25T21:31:01.091630+0000 mgr.smithi067.knbjpz (mgr.14184) 835 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:31:02.923 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:03.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:02 smithi067 bash[26019]: audit 2023-12-25T21:31:01.253725+0000 mgr.smithi067.knbjpz (mgr.14184) 836 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:03.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:02 smithi067 bash[26019]: audit 2023-12-25T21:31:02.940538+0000 mon.smithi067 (mon.0) 883 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.yyzfek"}]: dispatch 2023-12-25T21:31:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:02 smithi175 bash[29404]: audit 2023-12-25T21:31:01.253725+0000 mgr.smithi067.knbjpz (mgr.14184) 836 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:03.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:02 smithi175 bash[29404]: audit 2023-12-25T21:31:02.940538+0000 mon.smithi067 (mon.0) 883 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.yyzfek"}]: dispatch 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: cephadm 2023-12-25T21:31:02.939169+0000 mgr.smithi067.knbjpz (mgr.14184) 837 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.yyzfek ... 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.yyzfek ... 2023-12-25T21:31:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: cephadm 2023-12-25T21:31:02.939814+0000 mgr.smithi067.knbjpz (mgr.14184) 838 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: cephadm 2023-12-25T21:31:02.942213+0000 mgr.smithi067.knbjpz (mgr.14184) 839 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.yyzfek ... 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:04.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:04.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:04.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: cephadm 2023-12-25T21:31:02.945310+0000 mgr.smithi067.knbjpz (mgr.14184) 840 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.swtfgd on smithi067 2023-12-25T21:31:04.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:03 smithi067 bash[26019]: cluster 2023-12-25T21:31:03.093110+0000 mgr.smithi067.knbjpz (mgr.14184) 841 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 994 B/s rd, 0 B/s wr, 1 op/s 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: cephadm 2023-12-25T21:31:02.939169+0000 mgr.smithi067.knbjpz (mgr.14184) 837 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.yyzfek ... 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:04.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.yyzfek ... 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: cephadm 2023-12-25T21:31:02.939814+0000 mgr.smithi067.knbjpz (mgr.14184) 838 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: cephadm 2023-12-25T21:31:02.942213+0000 mgr.smithi067.knbjpz (mgr.14184) 839 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.yyzfek ... 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:04.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:04.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:04.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:04.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: cephadm 2023-12-25T21:31:02.945310+0000 mgr.smithi067.knbjpz (mgr.14184) 840 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.swtfgd on smithi067 2023-12-25T21:31:04.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:03 smithi175 bash[29404]: cluster 2023-12-25T21:31:03.093110+0000 mgr.smithi067.knbjpz (mgr.14184) 841 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 994 B/s rd, 0 B/s wr, 1 op/s 2023-12-25T21:31:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:05 smithi067 bash[26019]: cluster 2023-12-25T21:31:05.094588+0000 mgr.smithi067.knbjpz (mgr.14184) 842 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:31:05.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:05 smithi175 bash[29404]: cluster 2023-12-25T21:31:05.094588+0000 mgr.smithi067.knbjpz (mgr.14184) 842 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:31:06.238 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:06.238 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:54.935417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.beqnkd on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-beqnkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.beqnkd\nDeploy daemon haproxy.nfs.foo.smithi175.beqnkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.739378Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.gedrhv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-gedrhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.gedrhv\nDeploy daemon haproxy.nfs.foo.smithi067.gedrhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:58.743638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.wgxhwu on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:06.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:07.923 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: audit 2023-12-25T21:31:06.225009+0000 mgr.smithi067.knbjpz (mgr.14184) 843 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: cephadm 2023-12-25T21:31:07.028677+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:08.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.swtfgd ... 2023-12-25T21:31:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:08.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:08.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:08.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:31:08.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:08.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:31:08.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:08.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:31:08.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:08.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.swtfgd ... 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:08.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:08.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:08.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: cephadm 2023-12-25T21:31:07.029050+0000 mgr.smithi067.knbjpz (mgr.14184) 845 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: audit 2023-12-25T21:31:07.029642+0000 mon.smithi067 (mon.0) 884 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.swtfgd"}]: dispatch 2023-12-25T21:31:08.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: cephadm 2023-12-25T21:31:07.031206+0000 mgr.smithi067.knbjpz (mgr.14184) 846 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:08.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:31:08.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.swtfgd ... 2023-12-25T21:31:08.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: cephadm 2023-12-25T21:31:07.035355+0000 mgr.smithi067.knbjpz (mgr.14184) 847 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: cephadm 2023-12-25T21:31:07.039031+0000 mgr.smithi067.knbjpz (mgr.14184) 848 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:08.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:07 smithi067 bash[26019]: cluster 2023-12-25T21:31:07.041227+0000 mgr.smithi067.knbjpz (mgr.14184) 849 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:31:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: audit 2023-12-25T21:31:06.225009+0000 mgr.smithi067.knbjpz (mgr.14184) 843 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: cephadm 2023-12-25T21:31:07.028677+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.swtfgd ... 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:31:08.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.swtfgd ... 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: cephadm 2023-12-25T21:31:07.029050+0000 mgr.smithi067.knbjpz (mgr.14184) 845 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: audit 2023-12-25T21:31:07.029642+0000 mon.smithi067 (mon.0) 884 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.swtfgd"}]: dispatch 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: cephadm 2023-12-25T21:31:07.031206+0000 mgr.smithi067.knbjpz (mgr.14184) 846 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.swtfgd ... 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: cephadm 2023-12-25T21:31:07.035355+0000 mgr.smithi067.knbjpz (mgr.14184) 847 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: cephadm 2023-12-25T21:31:07.039031+0000 mgr.smithi067.knbjpz (mgr.14184) 848 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:08.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:07 smithi175 bash[29404]: cluster 2023-12-25T21:31:07.041227+0000 mgr.smithi067.knbjpz (mgr.14184) 849 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:31:09.184 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:08 smithi067 bash[26019]: cluster 2023-12-25T21:31:07.845497+0000 mon.smithi067 (mon.0) 885 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:31:09.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:08 smithi175 bash[29404]: cluster 2023-12-25T21:31:07.845497+0000 mon.smithi067 (mon.0) 885 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:31:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:09 smithi067 bash[26019]: cluster 2023-12-25T21:31:09.042534+0000 mgr.smithi067.knbjpz (mgr.14184) 850 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:31:10.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:09 smithi175 bash[29404]: cluster 2023-12-25T21:31:09.042534+0000 mgr.smithi067.knbjpz (mgr.14184) 850 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:31:11.267 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:11.267 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:11.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:12 smithi067 bash[26019]: cluster 2023-12-25T21:31:11.043591+0000 mgr.smithi067.knbjpz (mgr.14184) 851 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-25T21:31:12.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:12 smithi067 bash[26019]: audit 2023-12-25T21:31:11.753450+0000 mon.smithi067 (mon.0) 886 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:12.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:12 smithi175 bash[29404]: cluster 2023-12-25T21:31:11.043591+0000 mgr.smithi067.knbjpz (mgr.14184) 851 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-25T21:31:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:12 smithi175 bash[29404]: audit 2023-12-25T21:31:11.753450+0000 mon.smithi067 (mon.0) 886 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:12.881 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:13.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:13 smithi067 bash[26019]: audit 2023-12-25T21:31:11.262071+0000 mgr.smithi067.knbjpz (mgr.14184) 852 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:13 smithi175 bash[29404]: audit 2023-12-25T21:31:11.262071+0000 mgr.smithi067.knbjpz (mgr.14184) 852 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:14.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:14 smithi067 bash[26019]: cluster 2023-12-25T21:31:13.045247+0000 mgr.smithi067.knbjpz (mgr.14184) 853 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:14.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:14 smithi175 bash[29404]: cluster 2023-12-25T21:31:13.045247+0000 mgr.smithi067.knbjpz (mgr.14184) 853 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:15.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:15 smithi067 bash[26019]: cluster 2023-12-25T21:31:15.047115+0000 mgr.smithi067.knbjpz (mgr.14184) 854 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:15.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:15 smithi175 bash[29404]: cluster 2023-12-25T21:31:15.047115+0000 mgr.smithi067.knbjpz (mgr.14184) 854 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:15.940 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:15.940 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:16.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:16.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:16 smithi067 bash[26019]: audit 2023-12-25T21:31:15.785754+0000 mon.smithi067 (mon.0) 887 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:16.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:16 smithi067 bash[26019]: audit 2023-12-25T21:31:15.928034+0000 mgr.smithi067.knbjpz (mgr.14184) 855 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:17.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:16 smithi175 bash[29404]: audit 2023-12-25T21:31:15.785754+0000 mon.smithi067 (mon.0) 887 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:31:17.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:16 smithi175 bash[29404]: audit 2023-12-25T21:31:15.928034+0000 mgr.smithi067.knbjpz (mgr.14184) 855 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:17.558 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:17 smithi067 bash[26019]: cluster 2023-12-25T21:31:17.049245+0000 mgr.smithi067.knbjpz (mgr.14184) 856 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:17 smithi175 bash[29404]: cluster 2023-12-25T21:31:17.049245+0000 mgr.smithi067.knbjpz (mgr.14184) 856 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:19 smithi067 bash[26019]: cluster 2023-12-25T21:31:19.050568+0000 mgr.smithi067.knbjpz (mgr.14184) 857 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:19.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:19 smithi175 bash[29404]: cluster 2023-12-25T21:31:19.050568+0000 mgr.smithi067.knbjpz (mgr.14184) 857 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:20.780 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:20.780 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:21.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:21 smithi067 bash[26019]: audit 2023-12-25T21:31:20.767164+0000 mgr.smithi067.knbjpz (mgr.14184) 858 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:21.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:21 smithi067 bash[26019]: cluster 2023-12-25T21:31:21.052369+0000 mgr.smithi067.knbjpz (mgr.14184) 859 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:21.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:21.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:21 smithi175 bash[29404]: audit 2023-12-25T21:31:20.767164+0000 mgr.smithi067.knbjpz (mgr.14184) 858 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:21.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:21 smithi175 bash[29404]: cluster 2023-12-25T21:31:21.052369+0000 mgr.smithi067.knbjpz (mgr.14184) 859 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:22.415 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:23.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:23 smithi067 bash[26019]: cluster 2023-12-25T21:31:23.054167+0000 mgr.smithi067.knbjpz (mgr.14184) 860 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:23.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:23 smithi175 bash[29404]: cluster 2023-12-25T21:31:23.054167+0000 mgr.smithi067.knbjpz (mgr.14184) 860 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:25 smithi067 bash[26019]: cluster 2023-12-25T21:31:25.055283+0000 mgr.smithi067.knbjpz (mgr.14184) 861 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:25 smithi175 bash[29404]: cluster 2023-12-25T21:31:25.055283+0000 mgr.smithi067.knbjpz (mgr.14184) 861 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:25.538 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:25.539 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:26.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:26 smithi067 bash[26019]: audit 2023-12-25T21:31:25.529112+0000 mgr.smithi067.knbjpz (mgr.14184) 862 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:26.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:26 smithi175 bash[29404]: audit 2023-12-25T21:31:25.529112+0000 mgr.smithi067.knbjpz (mgr.14184) 862 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:27.162 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:28.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:27 smithi067 bash[26019]: cluster 2023-12-25T21:31:27.057195+0000 mgr.smithi067.knbjpz (mgr.14184) 863 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:28.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:27 smithi175 bash[29404]: cluster 2023-12-25T21:31:27.057195+0000 mgr.smithi067.knbjpz (mgr.14184) 863 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:29 smithi067 bash[26019]: cluster 2023-12-25T21:31:29.058330+0000 mgr.smithi067.knbjpz (mgr.14184) 864 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:29.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:29 smithi175 bash[29404]: cluster 2023-12-25T21:31:29.058330+0000 mgr.smithi067.knbjpz (mgr.14184) 864 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:30.515 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:30.515 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:31.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:31.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:31 smithi067 bash[26019]: audit 2023-12-25T21:31:30.505184+0000 mgr.smithi067.knbjpz (mgr.14184) 865 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:31.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:31 smithi067 bash[26019]: cluster 2023-12-25T21:31:31.059642+0000 mgr.smithi067.knbjpz (mgr.14184) 866 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:31.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:31 smithi175 bash[29404]: audit 2023-12-25T21:31:30.505184+0000 mgr.smithi067.knbjpz (mgr.14184) 865 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:31.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:31 smithi175 bash[29404]: cluster 2023-12-25T21:31:31.059642+0000 mgr.smithi067.knbjpz (mgr.14184) 866 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:32.157 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:33.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:33 smithi067 bash[26019]: cluster 2023-12-25T21:31:33.061089+0000 mgr.smithi067.knbjpz (mgr.14184) 867 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:33.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:33 smithi175 bash[29404]: cluster 2023-12-25T21:31:33.061089+0000 mgr.smithi067.knbjpz (mgr.14184) 867 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:35.257 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:35.257 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:35.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:35 smithi067 bash[26019]: cluster 2023-12-25T21:31:35.062615+0000 mgr.smithi067.knbjpz (mgr.14184) 868 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:35.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:35 smithi175 bash[29404]: cluster 2023-12-25T21:31:35.062615+0000 mgr.smithi067.knbjpz (mgr.14184) 868 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:35.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:36 smithi067 bash[26019]: audit 2023-12-25T21:31:35.251891+0000 mgr.smithi067.knbjpz (mgr.14184) 869 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:36 smithi175 bash[29404]: audit 2023-12-25T21:31:35.251891+0000 mgr.smithi067.knbjpz (mgr.14184) 869 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:36.813 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:38.135 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:37 smithi067 bash[26019]: cluster 2023-12-25T21:31:37.064531+0000 mgr.smithi067.knbjpz (mgr.14184) 870 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:38.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:37 smithi175 bash[29404]: cluster 2023-12-25T21:31:37.064531+0000 mgr.smithi067.knbjpz (mgr.14184) 870 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:39.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:39 smithi067 bash[26019]: cluster 2023-12-25T21:31:39.065645+0000 mgr.smithi067.knbjpz (mgr.14184) 871 : 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 2023-12-25T21:31:39.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:39 smithi175 bash[29404]: cluster 2023-12-25T21:31:39.065645+0000 mgr.smithi067.knbjpz (mgr.14184) 871 : 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 2023-12-25T21:31:39.935 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:39.935 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:40.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:40 smithi067 bash[26019]: audit 2023-12-25T21:31:39.923331+0000 mgr.smithi067.knbjpz (mgr.14184) 872 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:40.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:40 smithi175 bash[29404]: audit 2023-12-25T21:31:39.923331+0000 mgr.smithi067.knbjpz (mgr.14184) 872 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:40.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:41.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:41 smithi067 bash[26019]: cluster 2023-12-25T21:31:41.068065+0000 mgr.smithi067.knbjpz (mgr.14184) 873 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:41.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:41 smithi175 bash[29404]: cluster 2023-12-25T21:31:41.068065+0000 mgr.smithi067.knbjpz (mgr.14184) 873 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:41.564 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:43.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:43 smithi067 bash[26019]: cluster 2023-12-25T21:31:43.069920+0000 mgr.smithi067.knbjpz (mgr.14184) 874 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:43.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:43 smithi175 bash[29404]: cluster 2023-12-25T21:31:43.069920+0000 mgr.smithi067.knbjpz (mgr.14184) 874 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:44.782 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:44.782 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:45.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:45 smithi067 bash[26019]: audit 2023-12-25T21:31:44.777166+0000 mgr.smithi067.knbjpz (mgr.14184) 875 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:45 smithi067 bash[26019]: cluster 2023-12-25T21:31:45.071830+0000 mgr.smithi067.knbjpz (mgr.14184) 876 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:45.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:45 smithi175 bash[29404]: audit 2023-12-25T21:31:44.777166+0000 mgr.smithi067.knbjpz (mgr.14184) 875 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:45.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:45 smithi175 bash[29404]: cluster 2023-12-25T21:31:45.071830+0000 mgr.smithi067.knbjpz (mgr.14184) 876 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:46.405 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:47 smithi067 bash[26019]: cluster 2023-12-25T21:31:47.073797+0000 mgr.smithi067.knbjpz (mgr.14184) 877 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:47 smithi175 bash[29404]: cluster 2023-12-25T21:31:47.073797+0000 mgr.smithi067.knbjpz (mgr.14184) 877 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:49.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:49 smithi067 bash[26019]: cluster 2023-12-25T21:31:49.074832+0000 mgr.smithi067.knbjpz (mgr.14184) 878 : 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 2023-12-25T21:31:49.506 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:49.506 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:49.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:49 smithi175 bash[29404]: cluster 2023-12-25T21:31:49.074832+0000 mgr.smithi067.knbjpz (mgr.14184) 878 : 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 2023-12-25T21:31:50.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:50.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:50 smithi067 bash[26019]: audit 2023-12-25T21:31:49.493023+0000 mgr.smithi067.knbjpz (mgr.14184) 879 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:50.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:50 smithi175 bash[29404]: audit 2023-12-25T21:31:49.493023+0000 mgr.smithi067.knbjpz (mgr.14184) 879 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:51.144 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:51.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:51 smithi067 bash[26019]: cluster 2023-12-25T21:31:51.076569+0000 mgr.smithi067.knbjpz (mgr.14184) 880 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:51.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:51 smithi175 bash[29404]: cluster 2023-12-25T21:31:51.076569+0000 mgr.smithi067.knbjpz (mgr.14184) 880 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:53 smithi067 bash[26019]: cluster 2023-12-25T21:31:53.078349+0000 mgr.smithi067.knbjpz (mgr.14184) 881 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:53.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:53 smithi175 bash[29404]: cluster 2023-12-25T21:31:53.078349+0000 mgr.smithi067.knbjpz (mgr.14184) 881 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:54.261 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:54.261 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:54.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:55 smithi067 bash[26019]: audit 2023-12-25T21:31:54.247439+0000 mgr.smithi067.knbjpz (mgr.14184) 882 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:55 smithi067 bash[26019]: cluster 2023-12-25T21:31:55.080088+0000 mgr.smithi067.knbjpz (mgr.14184) 883 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:55.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:55 smithi175 bash[29404]: audit 2023-12-25T21:31:54.247439+0000 mgr.smithi067.knbjpz (mgr.14184) 882 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:55.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:55 smithi175 bash[29404]: cluster 2023-12-25T21:31:55.080088+0000 mgr.smithi067.knbjpz (mgr.14184) 883 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:55.829 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:57 smithi067 bash[26019]: cluster 2023-12-25T21:31:57.081542+0000 mgr.smithi067.knbjpz (mgr.14184) 884 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:58.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:57 smithi175 bash[29404]: cluster 2023-12-25T21:31:57.081542+0000 mgr.smithi067.knbjpz (mgr.14184) 884 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:31:58.974 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:31:58.974 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:31:59.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:59 smithi067 bash[26019]: audit 2023-12-25T21:31:58.964050+0000 mgr.smithi067.knbjpz (mgr.14184) 885 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:59.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:31:59 smithi067 bash[26019]: cluster 2023-12-25T21:31:59.082282+0000 mgr.smithi067.knbjpz (mgr.14184) 886 : 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 2023-12-25T21:31:59.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:59 smithi175 bash[29404]: audit 2023-12-25T21:31:58.964050+0000 mgr.smithi067.knbjpz (mgr.14184) 885 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:59.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:31:59 smithi175 bash[29404]: cluster 2023-12-25T21:31:59.082282+0000 mgr.smithi067.knbjpz (mgr.14184) 886 : 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 2023-12-25T21:31:59.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:00.649 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:01.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:01 smithi067 bash[26019]: cluster 2023-12-25T21:32:01.083960+0000 mgr.smithi067.knbjpz (mgr.14184) 887 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:01 smithi175 bash[29404]: cluster 2023-12-25T21:32:01.083960+0000 mgr.smithi067.knbjpz (mgr.14184) 887 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:03.422 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:03 smithi067 bash[26019]: cluster 2023-12-25T21:32:03.085754+0000 mgr.smithi067.knbjpz (mgr.14184) 888 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:03.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:03 smithi175 bash[29404]: cluster 2023-12-25T21:32:03.085754+0000 mgr.smithi067.knbjpz (mgr.14184) 888 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:03.874 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:03.874 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:04.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:04 smithi067 bash[26019]: audit 2023-12-25T21:32:03.866771+0000 mgr.smithi067.knbjpz (mgr.14184) 889 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:04.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:04.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:04 smithi175 bash[29404]: audit 2023-12-25T21:32:03.866771+0000 mgr.smithi067.knbjpz (mgr.14184) 889 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:05.490 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:05 smithi067 bash[26019]: cluster 2023-12-25T21:32:05.086890+0000 mgr.smithi067.knbjpz (mgr.14184) 890 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:05.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:05 smithi175 bash[29404]: cluster 2023-12-25T21:32:05.086890+0000 mgr.smithi067.knbjpz (mgr.14184) 890 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:08.190 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:07 smithi067 bash[26019]: audit 2023-12-25T21:32:07.043437+0000 mon.smithi067 (mon.0) 888 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:32:08.190 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:07 smithi067 bash[26019]: cluster 2023-12-25T21:32:07.088696+0000 mgr.smithi067.knbjpz (mgr.14184) 891 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:07 smithi175 bash[29404]: audit 2023-12-25T21:32:07.043437+0000 mon.smithi067 (mon.0) 888 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:32:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:07 smithi175 bash[29404]: cluster 2023-12-25T21:32:07.088696+0000 mgr.smithi067.knbjpz (mgr.14184) 891 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:08.556 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:08.556 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:21:47.963426Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:21:47.963697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:21:47.963928Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:21:47.963195Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:21:47.962833Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:21:47.964658Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:21:47.964040Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:21:47.964144Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:21:47.964555Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:09.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:09 smithi067 bash[26019]: audit 2023-12-25T21:32:08.545347+0000 mgr.smithi067.knbjpz (mgr.14184) 892 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:09 smithi067 bash[26019]: cluster 2023-12-25T21:32:09.089963+0000 mgr.smithi067.knbjpz (mgr.14184) 893 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:09 smithi175 bash[29404]: audit 2023-12-25T21:32:08.545347+0000 mgr.smithi067.knbjpz (mgr.14184) 892 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:09 smithi175 bash[29404]: cluster 2023-12-25T21:32:09.089963+0000 mgr.smithi067.knbjpz (mgr.14184) 893 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:10.265 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:11 smithi067 bash[26019]: cluster 2023-12-25T21:32:11.091486+0000 mgr.smithi067.knbjpz (mgr.14184) 894 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:11.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:11 smithi175 bash[29404]: cluster 2023-12-25T21:32:11.091486+0000 mgr.smithi067.knbjpz (mgr.14184) 894 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:13.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:13 smithi067 bash[26019]: cluster 2023-12-25T21:32:13.092498+0000 mgr.smithi067.knbjpz (mgr.14184) 895 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:13.406 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:13.407 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:58.747366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.yrwerx on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:13 smithi175 bash[29404]: cluster 2023-12-25T21:32:13.092498+0000 mgr.smithi067.knbjpz (mgr.14184) 895 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:14.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.258172+0000 mon.smithi067 (mon.0) 889 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.396163+0000 mgr.smithi067.knbjpz (mgr.14184) 896 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.558799+0000 mon.smithi067 (mon.0) 890 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.559988+0000 mon.smithi067 (mon.0) 891 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.566174+0000 mon.smithi067 (mon.0) 892 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: cluster 2023-12-25T21:32:13.566934+0000 mgr.smithi067.knbjpz (mgr.14184) 897 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.576107+0000 mon.smithi067 (mon.0) 893 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:32:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: audit 2023-12-25T21:32:13.589219+0000 mon.smithi067 (mon.0) 894 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:14.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:14 smithi067 bash[26019]: cephadm 2023-12-25T21:32:13.592749+0000 mgr.smithi067.knbjpz (mgr.14184) 898 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.mwdxea on smithi175 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.258172+0000 mon.smithi067 (mon.0) 889 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.396163+0000 mgr.smithi067.knbjpz (mgr.14184) 896 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.558799+0000 mon.smithi067 (mon.0) 890 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.559988+0000 mon.smithi067 (mon.0) 891 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.566174+0000 mon.smithi067 (mon.0) 892 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: cluster 2023-12-25T21:32:13.566934+0000 mgr.smithi067.knbjpz (mgr.14184) 897 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.576107+0000 mon.smithi067 (mon.0) 893 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: audit 2023-12-25T21:32:13.589219+0000 mon.smithi067 (mon.0) 894 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:14 smithi175 bash[29404]: cephadm 2023-12-25T21:32:13.592749+0000 mgr.smithi067.knbjpz (mgr.14184) 898 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.mwdxea on smithi175 2023-12-25T21:32:15.030 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:15.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:15 smithi067 bash[26019]: cluster 2023-12-25T21:32:14.564241+0000 mon.smithi067 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:32:15.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:15 smithi067 bash[26019]: cluster 2023-12-25T21:32:14.564312+0000 mon.smithi067 (mon.0) 896 : cluster [INF] Cluster is now healthy 2023-12-25T21:32:15.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:15 smithi175 bash[29404]: cluster 2023-12-25T21:32:14.564241+0000 mon.smithi067 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:32:15.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:15 smithi175 bash[29404]: cluster 2023-12-25T21:32:14.564312+0000 mon.smithi067 (mon.0) 896 : cluster [INF] Cluster is now healthy 2023-12-25T21:32:17.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:16 smithi067 bash[26019]: cluster 2023-12-25T21:32:15.568292+0000 mgr.smithi067.knbjpz (mgr.14184) 899 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:17.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:16 smithi067 bash[26019]: audit 2023-12-25T21:32:15.788266+0000 mon.smithi067 (mon.0) 897 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:17.278 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:16 smithi175 bash[29404]: cluster 2023-12-25T21:32:15.568292+0000 mgr.smithi067.knbjpz (mgr.14184) 899 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:17.278 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:16 smithi175 bash[29404]: audit 2023-12-25T21:32:15.788266+0000 mon.smithi067 (mon.0) 897 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:17 smithi067 bash[26019]: audit 2023-12-25T21:32:17.348471+0000 mon.smithi067 (mon.0) 898 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.mwdxea"}]: dispatch 2023-12-25T21:32:18.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:17 smithi175 bash[29404]: audit 2023-12-25T21:32:17.348471+0000 mon.smithi067 (mon.0) 898 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.mwdxea"}]: dispatch 2023-12-25T21:32:18.477 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:18.477 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:02.941979Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yyzfek on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yyzfek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yyzfek\nDeploy daemon haproxy.nfs.foo.smithi175.yyzfek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.030936Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.swtfgd on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-swtfgd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.swtfgd\nDeploy daemon haproxy.nfs.foo.smithi067.swtfgd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:07.035145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.trfbwe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:19.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: cephadm 2023-12-25T21:32:17.347070+0000 mgr.smithi067.knbjpz (mgr.14184) 900 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.mwdxea ... 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:32:19.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.mwdxea ... 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: cephadm 2023-12-25T21:32:17.347710+0000 mgr.smithi067.knbjpz (mgr.14184) 901 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: cephadm 2023-12-25T21:32:17.350444+0000 mgr.smithi067.knbjpz (mgr.14184) 902 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.mwdxea ... 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: cephadm 2023-12-25T21:32:17.355362+0000 mgr.smithi067.knbjpz (mgr.14184) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.zvhzmt on smithi067 2023-12-25T21:32:19.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:18 smithi067 bash[26019]: cluster 2023-12-25T21:32:17.570055+0000 mgr.smithi067.knbjpz (mgr.14184) 904 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:19.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: cephadm 2023-12-25T21:32:17.347070+0000 mgr.smithi067.knbjpz (mgr.14184) 900 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:19.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.mwdxea ... 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.mwdxea ... 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: cephadm 2023-12-25T21:32:17.347710+0000 mgr.smithi067.knbjpz (mgr.14184) 901 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: cephadm 2023-12-25T21:32:17.350444+0000 mgr.smithi067.knbjpz (mgr.14184) 902 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:19.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.mwdxea ... 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: cephadm 2023-12-25T21:32:17.355362+0000 mgr.smithi067.knbjpz (mgr.14184) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.zvhzmt on smithi067 2023-12-25T21:32:19.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:18 smithi175 bash[29404]: cluster 2023-12-25T21:32:17.570055+0000 mgr.smithi067.knbjpz (mgr.14184) 904 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:20.102 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:20.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:19 smithi067 bash[26019]: audit 2023-12-25T21:32:18.463719+0000 mgr.smithi067.knbjpz (mgr.14184) 905 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:19 smithi175 bash[29404]: audit 2023-12-25T21:32:18.463719+0000 mgr.smithi067.knbjpz (mgr.14184) 905 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:21.173 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:20 smithi067 bash[26019]: cluster 2023-12-25T21:32:19.571175+0000 mgr.smithi067.knbjpz (mgr.14184) 906 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:21.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:20 smithi175 bash[29404]: cluster 2023-12-25T21:32:19.571175+0000 mgr.smithi067.knbjpz (mgr.14184) 906 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:32:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:21 smithi067 bash[26019]: audit 2023-12-25T21:32:21.274138+0000 mon.smithi067 (mon.0) 899 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.zvhzmt"}]: dispatch 2023-12-25T21:32:22.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:21 smithi067 bash[26019]: audit 2023-12-25T21:32:21.812517+0000 mon.smithi067 (mon.0) 900 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:22.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:21 smithi175 bash[29404]: audit 2023-12-25T21:32:21.274138+0000 mon.smithi067 (mon.0) 899 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.zvhzmt"}]: dispatch 2023-12-25T21:32:22.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:21 smithi175 bash[29404]: audit 2023-12-25T21:32:21.812517+0000 mon.smithi067 (mon.0) 900 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cephadm 2023-12-25T21:32:21.272368+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:23.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.zvhzmt ... 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.zvhzmt ... 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cephadm 2023-12-25T21:32:21.273116+0000 mgr.smithi067.knbjpz (mgr.14184) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cephadm 2023-12-25T21:32:21.276799+0000 mgr.smithi067.knbjpz (mgr.14184) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.zvhzmt ... 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cephadm 2023-12-25T21:32:21.278919+0000 mgr.smithi067.knbjpz (mgr.14184) 910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cephadm 2023-12-25T21:32:21.280553+0000 mgr.smithi067.knbjpz (mgr.14184) 911 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cluster 2023-12-25T21:32:21.281936+0000 mgr.smithi067.knbjpz (mgr.14184) 912 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:32:23.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:22 smithi067 bash[26019]: cluster 2023-12-25T21:32:21.906104+0000 mon.smithi067 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:32:23.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cephadm 2023-12-25T21:32:21.272368+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:23.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:23.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.zvhzmt ... 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:23.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.zvhzmt ... 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cephadm 2023-12-25T21:32:21.273116+0000 mgr.smithi067.knbjpz (mgr.14184) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cephadm 2023-12-25T21:32:21.276799+0000 mgr.smithi067.knbjpz (mgr.14184) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.zvhzmt ... 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cephadm 2023-12-25T21:32:21.278919+0000 mgr.smithi067.knbjpz (mgr.14184) 910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cephadm 2023-12-25T21:32:21.280553+0000 mgr.smithi067.knbjpz (mgr.14184) 911 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:23.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cluster 2023-12-25T21:32:21.281936+0000 mgr.smithi067.knbjpz (mgr.14184) 912 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:32:23.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:22 smithi175 bash[29404]: cluster 2023-12-25T21:32:21.906104+0000 mon.smithi067 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:32:23.460 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:23.460 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:24.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:25.106 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:25.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:24 smithi067 bash[26019]: cluster 2023-12-25T21:32:23.283503+0000 mgr.smithi067.knbjpz (mgr.14184) 913 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:32:25.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:24 smithi067 bash[26019]: audit 2023-12-25T21:32:23.450104+0000 mgr.smithi067.knbjpz (mgr.14184) 914 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:25.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:24 smithi175 bash[29404]: cluster 2023-12-25T21:32:23.283503+0000 mgr.smithi067.knbjpz (mgr.14184) 913 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:32:25.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:24 smithi175 bash[29404]: audit 2023-12-25T21:32:23.450104+0000 mgr.smithi067.knbjpz (mgr.14184) 914 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:27.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:26 smithi067 bash[26019]: cluster 2023-12-25T21:32:25.285118+0000 mgr.smithi067.knbjpz (mgr.14184) 915 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:32:27.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:26 smithi175 bash[29404]: cluster 2023-12-25T21:32:25.285118+0000 mgr.smithi067.knbjpz (mgr.14184) 915 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:32:28.272 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:28.272 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:28.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:28 smithi067 bash[26019]: cluster 2023-12-25T21:32:27.287065+0000 mgr.smithi067.knbjpz (mgr.14184) 916 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:32:29.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:28 smithi175 bash[29404]: cluster 2023-12-25T21:32:27.287065+0000 mgr.smithi067.knbjpz (mgr.14184) 916 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:32:29.878 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:29 smithi067 bash[26019]: audit 2023-12-25T21:32:28.266601+0000 mgr.smithi067.knbjpz (mgr.14184) 917 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:30.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:29 smithi175 bash[29404]: audit 2023-12-25T21:32:28.266601+0000 mgr.smithi067.knbjpz (mgr.14184) 917 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:30 smithi067 bash[26019]: cluster 2023-12-25T21:32:29.288278+0000 mgr.smithi067.knbjpz (mgr.14184) 918 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:32:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:30 smithi067 bash[26019]: audit 2023-12-25T21:32:30.788345+0000 mon.smithi067 (mon.0) 902 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:31.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:30 smithi175 bash[29404]: cluster 2023-12-25T21:32:29.288278+0000 mgr.smithi067.knbjpz (mgr.14184) 918 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:32:31.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:30 smithi175 bash[29404]: audit 2023-12-25T21:32:30.788345+0000 mon.smithi067 (mon.0) 902 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:32:33.031 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:33.031 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:33.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:32 smithi067 bash[26019]: cluster 2023-12-25T21:32:31.290109+0000 mgr.smithi067.knbjpz (mgr.14184) 919 : cluster [DBG] pgmap v623: 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 2023-12-25T21:32:33.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:32 smithi175 bash[29404]: cluster 2023-12-25T21:32:31.290109+0000 mgr.smithi067.knbjpz (mgr.14184) 919 : cluster [DBG] pgmap v623: 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 2023-12-25T21:32:33.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:33 smithi067 bash[26019]: audit 2023-12-25T21:32:33.023858+0000 mgr.smithi067.knbjpz (mgr.14184) 920 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:34.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:33 smithi175 bash[29404]: audit 2023-12-25T21:32:33.023858+0000 mgr.smithi067.knbjpz (mgr.14184) 920 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:34.682 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:34 smithi067 bash[26019]: cluster 2023-12-25T21:32:33.291991+0000 mgr.smithi067.knbjpz (mgr.14184) 921 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:35.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:34 smithi175 bash[29404]: cluster 2023-12-25T21:32:33.291991+0000 mgr.smithi067.knbjpz (mgr.14184) 921 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:37.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:36 smithi067 bash[26019]: cluster 2023-12-25T21:32:35.293740+0000 mgr.smithi067.knbjpz (mgr.14184) 922 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:37.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:36 smithi175 bash[29404]: cluster 2023-12-25T21:32:35.293740+0000 mgr.smithi067.knbjpz (mgr.14184) 922 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:37.820 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:37.821 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:38.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:38 smithi067 bash[26019]: cluster 2023-12-25T21:32:37.295769+0000 mgr.smithi067.knbjpz (mgr.14184) 923 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:38 smithi067 bash[26019]: audit 2023-12-25T21:32:37.809486+0000 mgr.smithi067.knbjpz (mgr.14184) 924 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:39.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:38 smithi175 bash[29404]: cluster 2023-12-25T21:32:37.295769+0000 mgr.smithi067.knbjpz (mgr.14184) 923 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:39.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:38 smithi175 bash[29404]: audit 2023-12-25T21:32:37.809486+0000 mgr.smithi067.knbjpz (mgr.14184) 924 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:39.422 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:41.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:40 smithi067 bash[26019]: cluster 2023-12-25T21:32:39.296998+0000 mgr.smithi067.knbjpz (mgr.14184) 925 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:41.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:40 smithi175 bash[29404]: cluster 2023-12-25T21:32:39.296998+0000 mgr.smithi067.knbjpz (mgr.14184) 925 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:42.569 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:42.569 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:43.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:43.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:42 smithi067 bash[26019]: cluster 2023-12-25T21:32:41.298792+0000 mgr.smithi067.knbjpz (mgr.14184) 926 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:43.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:42 smithi175 bash[29404]: cluster 2023-12-25T21:32:41.298792+0000 mgr.smithi067.knbjpz (mgr.14184) 926 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:44.154 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:44 smithi175 bash[29404]: audit 2023-12-25T21:32:42.555776+0000 mgr.smithi067.knbjpz (mgr.14184) 927 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:44.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:44 smithi067 bash[26019]: audit 2023-12-25T21:32:42.555776+0000 mgr.smithi067.knbjpz (mgr.14184) 927 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:45.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:45 smithi175 bash[29404]: cluster 2023-12-25T21:32:43.300518+0000 mgr.smithi067.knbjpz (mgr.14184) 928 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:45.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:45 smithi067 bash[26019]: cluster 2023-12-25T21:32:43.300518+0000 mgr.smithi067.knbjpz (mgr.14184) 928 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:47.216 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:47.217 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:47.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:47 smithi067 bash[26019]: cluster 2023-12-25T21:32:45.302059+0000 mgr.smithi067.knbjpz (mgr.14184) 929 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:47.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:47 smithi175 bash[29404]: cluster 2023-12-25T21:32:45.302059+0000 mgr.smithi067.knbjpz (mgr.14184) 929 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:47.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:48.760 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:49 smithi067 bash[26019]: audit 2023-12-25T21:32:47.206019+0000 mgr.smithi067.knbjpz (mgr.14184) 930 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:49 smithi067 bash[26019]: cluster 2023-12-25T21:32:47.303790+0000 mgr.smithi067.knbjpz (mgr.14184) 931 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:49 smithi175 bash[29404]: audit 2023-12-25T21:32:47.206019+0000 mgr.smithi067.knbjpz (mgr.14184) 930 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:49 smithi175 bash[29404]: cluster 2023-12-25T21:32:47.303790+0000 mgr.smithi067.knbjpz (mgr.14184) 931 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:51.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:51 smithi175 bash[29404]: cluster 2023-12-25T21:32:49.305063+0000 mgr.smithi067.knbjpz (mgr.14184) 932 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:51.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:51 smithi067 bash[26019]: cluster 2023-12-25T21:32:49.305063+0000 mgr.smithi067.knbjpz (mgr.14184) 932 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:51.937 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:51.937 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:52.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:53 smithi175 bash[29404]: cluster 2023-12-25T21:32:51.306913+0000 mgr.smithi067.knbjpz (mgr.14184) 933 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:53 smithi175 bash[29404]: audit 2023-12-25T21:32:51.924094+0000 mgr.smithi067.knbjpz (mgr.14184) 934 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:53 smithi067 bash[26019]: cluster 2023-12-25T21:32:51.306913+0000 mgr.smithi067.knbjpz (mgr.14184) 933 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:53 smithi067 bash[26019]: audit 2023-12-25T21:32:51.924094+0000 mgr.smithi067.knbjpz (mgr.14184) 934 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:53.556 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:55 smithi067 bash[26019]: cluster 2023-12-25T21:32:53.308681+0000 mgr.smithi067.knbjpz (mgr.14184) 935 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:55.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:55 smithi175 bash[29404]: cluster 2023-12-25T21:32:53.308681+0000 mgr.smithi067.knbjpz (mgr.14184) 935 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:56.801 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:32:56.801 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:32:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:57 smithi067 bash[26019]: cluster 2023-12-25T21:32:55.310393+0000 mgr.smithi067.knbjpz (mgr.14184) 936 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:57.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:57.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:57 smithi175 bash[29404]: cluster 2023-12-25T21:32:55.310393+0000 mgr.smithi067.knbjpz (mgr.14184) 936 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:58.367 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:58.379 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:58 smithi067 bash[26019]: audit 2023-12-25T21:32:56.788551+0000 mgr.smithi067.knbjpz (mgr.14184) 937 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:58.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:58 smithi175 bash[29404]: audit 2023-12-25T21:32:56.788551+0000 mgr.smithi067.knbjpz (mgr.14184) 937 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:59.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:32:59 smithi067 bash[26019]: cluster 2023-12-25T21:32:57.312552+0000 mgr.smithi067.knbjpz (mgr.14184) 938 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:32:59.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:32:59 smithi175 bash[29404]: cluster 2023-12-25T21:32:57.312552+0000 mgr.smithi067.knbjpz (mgr.14184) 938 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:01.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:01 smithi067 bash[26019]: cluster 2023-12-25T21:32:59.313980+0000 mgr.smithi067.knbjpz (mgr.14184) 939 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:01.535 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:01.535 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:01 smithi175 bash[29404]: cluster 2023-12-25T21:32:59.313980+0000 mgr.smithi067.knbjpz (mgr.14184) 939 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:02.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:03.148 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:03 smithi067 bash[26019]: cluster 2023-12-25T21:33:01.315747+0000 mgr.smithi067.knbjpz (mgr.14184) 940 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:03 smithi067 bash[26019]: audit 2023-12-25T21:33:01.525158+0000 mgr.smithi067.knbjpz (mgr.14184) 941 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:03.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:03 smithi175 bash[29404]: cluster 2023-12-25T21:33:01.315747+0000 mgr.smithi067.knbjpz (mgr.14184) 940 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:03.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:03 smithi175 bash[29404]: audit 2023-12-25T21:33:01.525158+0000 mgr.smithi067.knbjpz (mgr.14184) 941 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:05 smithi067 bash[26019]: cluster 2023-12-25T21:33:03.317458+0000 mgr.smithi067.knbjpz (mgr.14184) 942 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:05 smithi175 bash[29404]: cluster 2023-12-25T21:33:03.317458+0000 mgr.smithi067.knbjpz (mgr.14184) 942 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:06.290 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:06.290 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:06.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:07.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:07 smithi067 bash[26019]: cluster 2023-12-25T21:33:05.319195+0000 mgr.smithi067.knbjpz (mgr.14184) 943 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:07.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:07 smithi175 bash[29404]: cluster 2023-12-25T21:33:05.319195+0000 mgr.smithi067.knbjpz (mgr.14184) 943 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:07.892 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:08 smithi067 bash[26019]: audit 2023-12-25T21:33:06.277212+0000 mgr.smithi067.knbjpz (mgr.14184) 944 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:08.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:08 smithi175 bash[29404]: audit 2023-12-25T21:33:06.277212+0000 mgr.smithi067.knbjpz (mgr.14184) 944 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:09.237 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:09 smithi067 bash[26019]: cluster 2023-12-25T21:33:07.321176+0000 mgr.smithi067.knbjpz (mgr.14184) 945 : 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 2023-12-25T21:33:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:09 smithi175 bash[29404]: cluster 2023-12-25T21:33:07.321176+0000 mgr.smithi067.knbjpz (mgr.14184) 945 : 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 2023-12-25T21:33:11.072 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:11.073 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:11 smithi067 bash[26019]: cluster 2023-12-25T21:33:09.322137+0000 mgr.smithi067.knbjpz (mgr.14184) 946 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:11.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:11 smithi175 bash[29404]: cluster 2023-12-25T21:33:09.322137+0000 mgr.smithi067.knbjpz (mgr.14184) 946 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:11.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:12.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:12 smithi067 bash[26019]: audit 2023-12-25T21:33:11.067431+0000 mgr.smithi067.knbjpz (mgr.14184) 947 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:12 smithi175 bash[29404]: audit 2023-12-25T21:33:11.067431+0000 mgr.smithi067.knbjpz (mgr.14184) 947 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:12.705 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:13 smithi067 bash[26019]: cluster 2023-12-25T21:33:11.323823+0000 mgr.smithi067.knbjpz (mgr.14184) 948 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:13 smithi175 bash[29404]: cluster 2023-12-25T21:33:11.323823+0000 mgr.smithi067.knbjpz (mgr.14184) 948 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:15.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:15 smithi067 bash[26019]: cluster 2023-12-25T21:33:13.324864+0000 mgr.smithi067.knbjpz (mgr.14184) 949 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:15.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:15 smithi175 bash[29404]: cluster 2023-12-25T21:33:13.324864+0000 mgr.smithi067.knbjpz (mgr.14184) 949 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:15.927 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:15.927 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:16.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:17 smithi067 bash[26019]: cluster 2023-12-25T21:33:15.326443+0000 mgr.smithi067.knbjpz (mgr.14184) 950 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:17 smithi067 bash[26019]: audit 2023-12-25T21:33:15.915292+0000 mgr.smithi067.knbjpz (mgr.14184) 951 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:17.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:17 smithi175 bash[29404]: cluster 2023-12-25T21:33:15.326443+0000 mgr.smithi067.knbjpz (mgr.14184) 950 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:17.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:17 smithi175 bash[29404]: audit 2023-12-25T21:33:15.915292+0000 mgr.smithi067.knbjpz (mgr.14184) 951 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:17.583 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:18.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:18 smithi067 bash[26019]: cluster 2023-12-25T21:33:17.328431+0000 mgr.smithi067.knbjpz (mgr.14184) 952 : 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 2023-12-25T21:33:18.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:18 smithi175 bash[29404]: cluster 2023-12-25T21:33:17.328431+0000 mgr.smithi067.knbjpz (mgr.14184) 952 : 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 2023-12-25T21:33:20.703 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:20.703 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:20.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:20 smithi067 bash[26019]: cluster 2023-12-25T21:33:19.329694+0000 mgr.smithi067.knbjpz (mgr.14184) 953 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:20.788 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:20 smithi175 bash[29404]: cluster 2023-12-25T21:33:19.329694+0000 mgr.smithi067.knbjpz (mgr.14184) 953 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:21.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:21.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:21 smithi067 bash[26019]: audit 2023-12-25T21:33:20.695284+0000 mgr.smithi067.knbjpz (mgr.14184) 954 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:21.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:21 smithi067 bash[26019]: audit 2023-12-25T21:33:21.285054+0000 mon.smithi067 (mon.0) 903 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:33:21.788 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:21 smithi175 bash[29404]: audit 2023-12-25T21:33:20.695284+0000 mgr.smithi067.knbjpz (mgr.14184) 954 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:21.788 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:21 smithi175 bash[29404]: audit 2023-12-25T21:33:21.285054+0000 mon.smithi067 (mon.0) 903 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:33:22.367 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:22.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:22 smithi067 bash[26019]: cluster 2023-12-25T21:33:21.331132+0000 mgr.smithi067.knbjpz (mgr.14184) 955 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:22.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:22 smithi067 bash[26019]: audit 2023-12-25T21:33:21.599757+0000 mon.smithi067 (mon.0) 904 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:23.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:22 smithi175 bash[29404]: cluster 2023-12-25T21:33:21.331132+0000 mgr.smithi067.knbjpz (mgr.14184) 955 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:23.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:22 smithi175 bash[29404]: audit 2023-12-25T21:33:21.599757+0000 mon.smithi067 (mon.0) 904 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:24.992 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:24 smithi067 bash[26019]: cluster 2023-12-25T21:33:23.332870+0000 mgr.smithi067.knbjpz (mgr.14184) 956 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:25.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:24 smithi175 bash[29404]: cluster 2023-12-25T21:33:23.332870+0000 mgr.smithi067.knbjpz (mgr.14184) 956 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:25.423 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:25.423 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:23:01.781857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:23:01.782271Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:23:01.782554Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:23:01.782861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:23:01.783385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:23:01.783124Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:23:01.784417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:26.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:26 smithi067 bash[26019]: cluster 2023-12-25T21:33:25.333932+0000 mgr.smithi067.knbjpz (mgr.14184) 957 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:26.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:26 smithi067 bash[26019]: audit 2023-12-25T21:33:25.412531+0000 mgr.smithi067.knbjpz (mgr.14184) 958 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:27.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:26 smithi175 bash[29404]: cluster 2023-12-25T21:33:25.333932+0000 mgr.smithi067.knbjpz (mgr.14184) 957 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:27.038 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:26 smithi175 bash[29404]: audit 2023-12-25T21:33:25.412531+0000 mgr.smithi067.knbjpz (mgr.14184) 958 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:27.073 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: audit 2023-12-25T21:33:27.168276+0000 mon.smithi067 (mon.0) 905 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: cluster 2023-12-25T21:33:27.335822+0000 mgr.smithi067.knbjpz (mgr.14184) 959 : 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 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: audit 2023-12-25T21:33:27.471627+0000 mon.smithi067 (mon.0) 906 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: audit 2023-12-25T21:33:27.473423+0000 mon.smithi067 (mon.0) 907 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: audit 2023-12-25T21:33:27.483539+0000 mon.smithi067 (mon.0) 908 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: cluster 2023-12-25T21:33:27.484414+0000 mgr.smithi067.knbjpz (mgr.14184) 960 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:28.337 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: audit 2023-12-25T21:33:27.492709+0000 mon.smithi067 (mon.0) 909 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:33:28.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: audit 2023-12-25T21:33:27.510455+0000 mon.smithi067 (mon.0) 910 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:28.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:28 smithi067 bash[26019]: cephadm 2023-12-25T21:33:27.514151+0000 mgr.smithi067.knbjpz (mgr.14184) 961 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.jnypmf on smithi175 2023-12-25T21:33:28.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: audit 2023-12-25T21:33:27.168276+0000 mon.smithi067 (mon.0) 905 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:28.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: cluster 2023-12-25T21:33:27.335822+0000 mgr.smithi067.knbjpz (mgr.14184) 959 : 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 2023-12-25T21:33:28.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: audit 2023-12-25T21:33:27.471627+0000 mon.smithi067 (mon.0) 906 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:33:28.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: audit 2023-12-25T21:33:27.473423+0000 mon.smithi067 (mon.0) 907 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:33:28.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: audit 2023-12-25T21:33:27.483539+0000 mon.smithi067 (mon.0) 908 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:28.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: cluster 2023-12-25T21:33:27.484414+0000 mgr.smithi067.knbjpz (mgr.14184) 960 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:28.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: audit 2023-12-25T21:33:27.492709+0000 mon.smithi067 (mon.0) 909 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:33:28.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: audit 2023-12-25T21:33:27.510455+0000 mon.smithi067 (mon.0) 910 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:28.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:28 smithi175 bash[29404]: cephadm 2023-12-25T21:33:27.514151+0000 mgr.smithi067.knbjpz (mgr.14184) 961 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.jnypmf on smithi175 2023-12-25T21:33:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:29 smithi067 bash[26019]: cluster 2023-12-25T21:33:28.165791+0000 mon.smithi067 (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:33:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:29 smithi067 bash[26019]: cluster 2023-12-25T21:33:28.165859+0000 mon.smithi067 (mon.0) 912 : cluster [INF] Cluster is now healthy 2023-12-25T21:33:29.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:29 smithi175 bash[29404]: cluster 2023-12-25T21:33:28.165791+0000 mon.smithi067 (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:33:29.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:29 smithi175 bash[29404]: cluster 2023-12-25T21:33:28.165859+0000 mon.smithi067 (mon.0) 912 : cluster [INF] Cluster is now healthy 2023-12-25T21:33:30.217 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:30.218 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:07.038900Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qmcxrk on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:30.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:30 smithi067 bash[26019]: cluster 2023-12-25T21:33:29.485320+0000 mgr.smithi067.knbjpz (mgr.14184) 962 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:30 smithi175 bash[29404]: cluster 2023-12-25T21:33:29.485320+0000 mgr.smithi067.knbjpz (mgr.14184) 962 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:30.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:31.850 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:31 smithi067 bash[26019]: audit 2023-12-25T21:33:30.212687+0000 mgr.smithi067.knbjpz (mgr.14184) 963 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:31 smithi067 bash[26019]: audit 2023-12-25T21:33:30.790474+0000 mon.smithi067 (mon.0) 913 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:31 smithi067 bash[26019]: audit 2023-12-25T21:33:31.239605+0000 mon.smithi067 (mon.0) 914 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.jnypmf"}]: dispatch 2023-12-25T21:33:32.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:31 smithi175 bash[29404]: audit 2023-12-25T21:33:30.212687+0000 mgr.smithi067.knbjpz (mgr.14184) 963 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:32.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:31 smithi175 bash[29404]: audit 2023-12-25T21:33:30.790474+0000 mon.smithi067 (mon.0) 913 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:32.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:31 smithi175 bash[29404]: audit 2023-12-25T21:33:31.239605+0000 mon.smithi067 (mon.0) 914 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.jnypmf"}]: dispatch 2023-12-25T21:33:33.226 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: cephadm 2023-12-25T21:33:31.238644+0000 mgr.smithi067.knbjpz (mgr.14184) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.jnypmf ... 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:33.227 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.jnypmf ... 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: cephadm 2023-12-25T21:33:31.239088+0000 mgr.smithi067.knbjpz (mgr.14184) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: cephadm 2023-12-25T21:33:31.240921+0000 mgr.smithi067.knbjpz (mgr.14184) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.jnypmf ... 2023-12-25T21:33:33.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.230 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:33.230 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:33.230 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:33.230 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.230 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: cephadm 2023-12-25T21:33:31.244569+0000 mgr.smithi067.knbjpz (mgr.14184) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.vwfqwg on smithi067 2023-12-25T21:33:33.230 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:32 smithi067 bash[26019]: cluster 2023-12-25T21:33:31.486605+0000 mgr.smithi067.knbjpz (mgr.14184) 968 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: cephadm 2023-12-25T21:33:31.238644+0000 mgr.smithi067.knbjpz (mgr.14184) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.jnypmf ... 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:33.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.jnypmf ... 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:33.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: cephadm 2023-12-25T21:33:31.239088+0000 mgr.smithi067.knbjpz (mgr.14184) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: cephadm 2023-12-25T21:33:31.240921+0000 mgr.smithi067.knbjpz (mgr.14184) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.jnypmf ... 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:33.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: cephadm 2023-12-25T21:33:31.244569+0000 mgr.smithi067.knbjpz (mgr.14184) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.vwfqwg on smithi067 2023-12-25T21:33:33.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:32 smithi175 bash[29404]: cluster 2023-12-25T21:33:31.486605+0000 mgr.smithi067.knbjpz (mgr.14184) 968 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:34.948 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:34.948 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:17.350133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mwdxea on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mwdxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mwdxea\nDeploy daemon haproxy.nfs.foo.smithi175.mwdxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.276665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.zvhzmt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-zvhzmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.zvhzmt\nDeploy daemon haproxy.nfs.foo.smithi067.zvhzmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:21.278813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.otrzdj on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:34 smithi067 bash[26019]: cluster 2023-12-25T21:33:33.488256+0000 mgr.smithi067.knbjpz (mgr.14184) 969 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:35.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:34 smithi175 bash[29404]: cluster 2023-12-25T21:33:33.488256+0000 mgr.smithi067.knbjpz (mgr.14184) 969 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:33:35.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: audit 2023-12-25T21:33:34.934768+0000 mgr.smithi067.knbjpz (mgr.14184) 970 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: cephadm 2023-12-25T21:33:35.003614+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.vwfqwg ... 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:33:36.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.vwfqwg ... 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:36.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: cephadm 2023-12-25T21:33:35.004000+0000 mgr.smithi067.knbjpz (mgr.14184) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: audit 2023-12-25T21:33:35.004444+0000 mon.smithi067 (mon.0) 915 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.vwfqwg"}]: dispatch 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: cephadm 2023-12-25T21:33:35.005459+0000 mgr.smithi067.knbjpz (mgr.14184) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.vwfqwg ... 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:36.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:36.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: cephadm 2023-12-25T21:33:35.008127+0000 mgr.smithi067.knbjpz (mgr.14184) 974 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:36.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: cephadm 2023-12-25T21:33:35.010884+0000 mgr.smithi067.knbjpz (mgr.14184) 975 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:36.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:35 smithi067 bash[26019]: cluster 2023-12-25T21:33:35.012142+0000 mgr.smithi067.knbjpz (mgr.14184) 976 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: audit 2023-12-25T21:33:34.934768+0000 mgr.smithi067.knbjpz (mgr.14184) 970 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: cephadm 2023-12-25T21:33:35.003614+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.vwfqwg ... 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:36.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.vwfqwg ... 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: cephadm 2023-12-25T21:33:35.004000+0000 mgr.smithi067.knbjpz (mgr.14184) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: audit 2023-12-25T21:33:35.004444+0000 mon.smithi067 (mon.0) 915 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.vwfqwg"}]: dispatch 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: cephadm 2023-12-25T21:33:35.005459+0000 mgr.smithi067.knbjpz (mgr.14184) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:33:36.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.vwfqwg ... 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: cephadm 2023-12-25T21:33:35.008127+0000 mgr.smithi067.knbjpz (mgr.14184) 974 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: cephadm 2023-12-25T21:33:35.010884+0000 mgr.smithi067.knbjpz (mgr.14184) 975 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:36.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:35 smithi175 bash[29404]: cluster 2023-12-25T21:33:35.012142+0000 mgr.smithi067.knbjpz (mgr.14184) 976 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:33:36.622 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:37.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:36 smithi067 bash[26019]: cluster 2023-12-25T21:33:35.912617+0000 mon.smithi067 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:33:37.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:36 smithi067 bash[26019]: audit 2023-12-25T21:33:36.877121+0000 mon.smithi067 (mon.0) 917 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:37.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:36 smithi175 bash[29404]: cluster 2023-12-25T21:33:35.912617+0000 mon.smithi067 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:33:37.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:36 smithi175 bash[29404]: audit 2023-12-25T21:33:36.877121+0000 mon.smithi067 (mon.0) 917 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:38.101 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:37 smithi067 bash[26019]: cluster 2023-12-25T21:33:37.013997+0000 mgr.smithi067.knbjpz (mgr.14184) 977 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:33:38.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:37 smithi175 bash[29404]: cluster 2023-12-25T21:33:37.013997+0000 mgr.smithi067.knbjpz (mgr.14184) 977 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:33:39.813 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:39.813 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:40 smithi067 bash[26019]: cluster 2023-12-25T21:33:39.015252+0000 mgr.smithi067.knbjpz (mgr.14184) 978 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:33:40.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:40.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:40 smithi175 bash[29404]: cluster 2023-12-25T21:33:39.015252+0000 mgr.smithi067.knbjpz (mgr.14184) 978 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:33:41.453 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:41.464 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:41 smithi067 bash[26019]: audit 2023-12-25T21:33:39.799182+0000 mgr.smithi067.knbjpz (mgr.14184) 979 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:41.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:41 smithi175 bash[29404]: audit 2023-12-25T21:33:39.799182+0000 mgr.smithi067.knbjpz (mgr.14184) 979 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:42.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:42 smithi067 bash[26019]: cluster 2023-12-25T21:33:41.016985+0000 mgr.smithi067.knbjpz (mgr.14184) 980 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:42 smithi175 bash[29404]: cluster 2023-12-25T21:33:41.016985+0000 mgr.smithi067.knbjpz (mgr.14184) 980 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-12-25T21:33:44.362 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:44 smithi067 bash[26019]: cluster 2023-12-25T21:33:43.018511+0000 mgr.smithi067.knbjpz (mgr.14184) 981 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:33:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:44 smithi175 bash[29404]: cluster 2023-12-25T21:33:43.018511+0000 mgr.smithi067.knbjpz (mgr.14184) 981 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:33:44.726 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:44.726 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:45.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:46.348 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:46.361 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:46 smithi067 bash[26019]: audit 2023-12-25T21:33:44.711814+0000 mgr.smithi067.knbjpz (mgr.14184) 982 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:46.361 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:46 smithi067 bash[26019]: cluster 2023-12-25T21:33:45.020260+0000 mgr.smithi067.knbjpz (mgr.14184) 983 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:33:46.361 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:46 smithi067 bash[26019]: audit 2023-12-25T21:33:45.790543+0000 mon.smithi067 (mon.0) 918 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:46.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:46 smithi175 bash[29404]: audit 2023-12-25T21:33:44.711814+0000 mgr.smithi067.knbjpz (mgr.14184) 982 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:46.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:46 smithi175 bash[29404]: cluster 2023-12-25T21:33:45.020260+0000 mgr.smithi067.knbjpz (mgr.14184) 983 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:33:46.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:46 smithi175 bash[29404]: audit 2023-12-25T21:33:45.790543+0000 mon.smithi067 (mon.0) 918 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:33:47.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:47 smithi067 bash[26019]: cluster 2023-12-25T21:33:47.022231+0000 mgr.smithi067.knbjpz (mgr.14184) 984 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:47 smithi175 bash[29404]: cluster 2023-12-25T21:33:47.022231+0000 mgr.smithi067.knbjpz (mgr.14184) 984 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:49.560 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:49.561 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:50.189 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:50 smithi067 bash[26019]: cluster 2023-12-25T21:33:49.023487+0000 mgr.smithi067.knbjpz (mgr.14184) 985 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:50.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:50.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:50 smithi175 bash[29404]: cluster 2023-12-25T21:33:49.023487+0000 mgr.smithi067.knbjpz (mgr.14184) 985 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:51.191 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:51.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:51 smithi067 bash[26019]: audit 2023-12-25T21:33:49.548385+0000 mgr.smithi067.knbjpz (mgr.14184) 986 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:51.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:51 smithi175 bash[29404]: audit 2023-12-25T21:33:49.548385+0000 mgr.smithi067.knbjpz (mgr.14184) 986 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:52.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:52 smithi067 bash[26019]: cluster 2023-12-25T21:33:51.024941+0000 mgr.smithi067.knbjpz (mgr.14184) 987 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:52.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:52 smithi175 bash[29404]: cluster 2023-12-25T21:33:51.024941+0000 mgr.smithi067.knbjpz (mgr.14184) 987 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:54.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:54 smithi067 bash[26019]: cluster 2023-12-25T21:33:53.026729+0000 mgr.smithi067.knbjpz (mgr.14184) 988 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:54.365 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:54.366 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:54.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:54 smithi175 bash[29404]: cluster 2023-12-25T21:33:53.026729+0000 mgr.smithi067.knbjpz (mgr.14184) 988 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:54.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:55.976 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:56 smithi067 bash[26019]: audit 2023-12-25T21:33:54.358378+0000 mgr.smithi067.knbjpz (mgr.14184) 989 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:56.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:56 smithi067 bash[26019]: cluster 2023-12-25T21:33:55.028410+0000 mgr.smithi067.knbjpz (mgr.14184) 990 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:56.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:56 smithi175 bash[29404]: audit 2023-12-25T21:33:54.358378+0000 mgr.smithi067.knbjpz (mgr.14184) 989 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:56.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:56 smithi175 bash[29404]: cluster 2023-12-25T21:33:55.028410+0000 mgr.smithi067.knbjpz (mgr.14184) 990 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:58.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:33:57 smithi067 bash[26019]: cluster 2023-12-25T21:33:57.030755+0000 mgr.smithi067.knbjpz (mgr.14184) 991 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:58.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:33:57 smithi175 bash[29404]: cluster 2023-12-25T21:33:57.030755+0000 mgr.smithi067.knbjpz (mgr.14184) 991 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:33:59.070 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:33:59.070 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:33:59.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:00.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:00 smithi067 bash[26019]: cluster 2023-12-25T21:33:59.031827+0000 mgr.smithi067.knbjpz (mgr.14184) 992 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:00.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:00 smithi067 bash[26019]: audit 2023-12-25T21:33:59.064538+0000 mgr.smithi067.knbjpz (mgr.14184) 993 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:00.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:00 smithi175 bash[29404]: cluster 2023-12-25T21:33:59.031827+0000 mgr.smithi067.knbjpz (mgr.14184) 992 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:00.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:00 smithi175 bash[29404]: audit 2023-12-25T21:33:59.064538+0000 mgr.smithi067.knbjpz (mgr.14184) 993 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:00.677 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:02.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:02 smithi067 bash[26019]: cluster 2023-12-25T21:34:01.033483+0000 mgr.smithi067.knbjpz (mgr.14184) 994 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:02 smithi175 bash[29404]: cluster 2023-12-25T21:34:01.033483+0000 mgr.smithi067.knbjpz (mgr.14184) 994 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:03.923 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:03.923 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:04.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:04 smithi067 bash[26019]: cluster 2023-12-25T21:34:03.035272+0000 mgr.smithi067.knbjpz (mgr.14184) 995 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:04.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:04 smithi175 bash[29404]: cluster 2023-12-25T21:34:03.035272+0000 mgr.smithi067.knbjpz (mgr.14184) 995 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:04.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:05 smithi067 bash[26019]: audit 2023-12-25T21:34:03.909577+0000 mgr.smithi067.knbjpz (mgr.14184) 996 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:05 smithi175 bash[29404]: audit 2023-12-25T21:34:03.909577+0000 mgr.smithi067.knbjpz (mgr.14184) 996 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:05.545 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:06.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:06 smithi067 bash[26019]: cluster 2023-12-25T21:34:05.036906+0000 mgr.smithi067.knbjpz (mgr.14184) 997 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:06.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:06 smithi175 bash[29404]: cluster 2023-12-25T21:34:05.036906+0000 mgr.smithi067.knbjpz (mgr.14184) 997 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:08.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:07 smithi067 bash[26019]: cluster 2023-12-25T21:34:07.038341+0000 mgr.smithi067.knbjpz (mgr.14184) 998 : 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 2023-12-25T21:34:08.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:07 smithi175 bash[29404]: cluster 2023-12-25T21:34:07.038341+0000 mgr.smithi067.knbjpz (mgr.14184) 998 : 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 2023-12-25T21:34:08.731 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:08.731 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:09.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:10 smithi067 bash[26019]: audit 2023-12-25T21:34:08.717396+0000 mgr.smithi067.knbjpz (mgr.14184) 999 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:10 smithi067 bash[26019]: cluster 2023-12-25T21:34:09.039533+0000 mgr.smithi067.knbjpz (mgr.14184) 1000 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:10.346 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:10.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:10 smithi175 bash[29404]: audit 2023-12-25T21:34:08.717396+0000 mgr.smithi067.knbjpz (mgr.14184) 999 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:10.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:10 smithi175 bash[29404]: cluster 2023-12-25T21:34:09.039533+0000 mgr.smithi067.knbjpz (mgr.14184) 1000 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:12.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:12 smithi067 bash[26019]: cluster 2023-12-25T21:34:11.041224+0000 mgr.smithi067.knbjpz (mgr.14184) 1001 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:12.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:12 smithi175 bash[29404]: cluster 2023-12-25T21:34:11.041224+0000 mgr.smithi067.knbjpz (mgr.14184) 1001 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:13.473 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:13.473 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:14.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:14.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:14 smithi067 bash[26019]: cluster 2023-12-25T21:34:13.043612+0000 mgr.smithi067.knbjpz (mgr.14184) 1002 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:14.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:14 smithi175 bash[29404]: cluster 2023-12-25T21:34:13.043612+0000 mgr.smithi067.knbjpz (mgr.14184) 1002 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:15.040 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:15.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:15 smithi067 bash[26019]: audit 2023-12-25T21:34:13.462773+0000 mgr.smithi067.knbjpz (mgr.14184) 1003 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:15.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:15 smithi175 bash[29404]: audit 2023-12-25T21:34:13.462773+0000 mgr.smithi067.knbjpz (mgr.14184) 1003 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:16.332 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:16 smithi067 bash[26019]: cluster 2023-12-25T21:34:15.045388+0000 mgr.smithi067.knbjpz (mgr.14184) 1004 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:16.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:16 smithi175 bash[29404]: cluster 2023-12-25T21:34:15.045388+0000 mgr.smithi067.knbjpz (mgr.14184) 1004 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:17.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:17 smithi067 bash[26019]: cluster 2023-12-25T21:34:17.047392+0000 mgr.smithi067.knbjpz (mgr.14184) 1005 : 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 2023-12-25T21:34:18.145 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:18.145 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:18.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:17 smithi175 bash[29404]: cluster 2023-12-25T21:34:17.047392+0000 mgr.smithi067.knbjpz (mgr.14184) 1005 : 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 2023-12-25T21:34:18.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:18.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:18 smithi067 bash[26019]: audit 2023-12-25T21:34:18.138026+0000 mgr.smithi067.knbjpz (mgr.14184) 1006 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:19.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:18 smithi175 bash[29404]: audit 2023-12-25T21:34:18.138026+0000 mgr.smithi067.knbjpz (mgr.14184) 1006 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:19.730 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:19.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:19 smithi067 bash[26019]: cluster 2023-12-25T21:34:19.048571+0000 mgr.smithi067.knbjpz (mgr.14184) 1007 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:20.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:19 smithi175 bash[29404]: cluster 2023-12-25T21:34:19.048571+0000 mgr.smithi067.knbjpz (mgr.14184) 1007 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:22.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:22 smithi067 bash[26019]: cluster 2023-12-25T21:34:21.049998+0000 mgr.smithi067.knbjpz (mgr.14184) 1008 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:22.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:22 smithi175 bash[29404]: cluster 2023-12-25T21:34:21.049998+0000 mgr.smithi067.knbjpz (mgr.14184) 1008 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:22.793 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:22.793 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:23.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:24.409 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:24.421 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:24 smithi067 bash[26019]: audit 2023-12-25T21:34:22.784806+0000 mgr.smithi067.knbjpz (mgr.14184) 1009 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:24.422 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:24 smithi067 bash[26019]: cluster 2023-12-25T21:34:23.051952+0000 mgr.smithi067.knbjpz (mgr.14184) 1010 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:24.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:24 smithi175 bash[29404]: audit 2023-12-25T21:34:22.784806+0000 mgr.smithi067.knbjpz (mgr.14184) 1009 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:24.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:24 smithi175 bash[29404]: cluster 2023-12-25T21:34:23.051952+0000 mgr.smithi067.knbjpz (mgr.14184) 1010 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:26.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:26 smithi067 bash[26019]: cluster 2023-12-25T21:34:25.053657+0000 mgr.smithi067.knbjpz (mgr.14184) 1011 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:26.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:26 smithi175 bash[29404]: cluster 2023-12-25T21:34:25.053657+0000 mgr.smithi067.knbjpz (mgr.14184) 1011 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:27.636 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:27.637 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:27.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:27 smithi067 bash[26019]: cluster 2023-12-25T21:34:27.055675+0000 mgr.smithi067.knbjpz (mgr.14184) 1012 : 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 2023-12-25T21:34:28.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:28.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:27 smithi175 bash[29404]: cluster 2023-12-25T21:34:27.055675+0000 mgr.smithi067.knbjpz (mgr.14184) 1012 : 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 2023-12-25T21:34:29.213 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:29.225 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:28 smithi067 bash[26019]: audit 2023-12-25T21:34:27.623361+0000 mgr.smithi067.knbjpz (mgr.14184) 1013 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:29.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:28 smithi175 bash[29404]: audit 2023-12-25T21:34:27.623361+0000 mgr.smithi067.knbjpz (mgr.14184) 1013 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:29 smithi067 bash[26019]: cluster 2023-12-25T21:34:29.056927+0000 mgr.smithi067.knbjpz (mgr.14184) 1014 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:30.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:29 smithi175 bash[29404]: cluster 2023-12-25T21:34:29.056927+0000 mgr.smithi067.knbjpz (mgr.14184) 1014 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:32 smithi067 bash[26019]: cluster 2023-12-25T21:34:31.058719+0000 mgr.smithi067.knbjpz (mgr.14184) 1015 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:32.314 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:32.314 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:32.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:32 smithi175 bash[29404]: cluster 2023-12-25T21:34:31.058719+0000 mgr.smithi067.knbjpz (mgr.14184) 1015 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:32.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:33.927 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:34 smithi067 bash[26019]: audit 2023-12-25T21:34:32.308923+0000 mgr.smithi067.knbjpz (mgr.14184) 1016 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:34 smithi067 bash[26019]: cluster 2023-12-25T21:34:33.060567+0000 mgr.smithi067.knbjpz (mgr.14184) 1017 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:34 smithi175 bash[29404]: audit 2023-12-25T21:34:32.308923+0000 mgr.smithi067.knbjpz (mgr.14184) 1016 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:34 smithi175 bash[29404]: cluster 2023-12-25T21:34:33.060567+0000 mgr.smithi067.knbjpz (mgr.14184) 1017 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:35 smithi067 bash[26019]: audit 2023-12-25T21:34:35.014959+0000 mon.smithi067 (mon.0) 919 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:34:35.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:35 smithi175 bash[29404]: audit 2023-12-25T21:34:35.014959+0000 mon.smithi067 (mon.0) 919 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: cluster 2023-12-25T21:34:35.061569+0000 mgr.smithi067.knbjpz (mgr.14184) 1018 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: audit 2023-12-25T21:34:35.320110+0000 mon.smithi067 (mon.0) 920 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: audit 2023-12-25T21:34:35.634888+0000 mon.smithi067 (mon.0) 921 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: audit 2023-12-25T21:34:35.636775+0000 mon.smithi067 (mon.0) 922 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: audit 2023-12-25T21:34:35.645746+0000 mon.smithi067 (mon.0) 923 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: audit 2023-12-25T21:34:35.652718+0000 mon.smithi067 (mon.0) 924 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:34:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:36 smithi067 bash[26019]: audit 2023-12-25T21:34:35.672175+0000 mon.smithi067 (mon.0) 925 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: cluster 2023-12-25T21:34:35.061569+0000 mgr.smithi067.knbjpz (mgr.14184) 1018 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: audit 2023-12-25T21:34:35.320110+0000 mon.smithi067 (mon.0) 920 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: audit 2023-12-25T21:34:35.634888+0000 mon.smithi067 (mon.0) 921 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: audit 2023-12-25T21:34:35.636775+0000 mon.smithi067 (mon.0) 922 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: audit 2023-12-25T21:34:35.645746+0000 mon.smithi067 (mon.0) 923 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: audit 2023-12-25T21:34:35.652718+0000 mon.smithi067 (mon.0) 924 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:34:36.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:36 smithi175 bash[29404]: audit 2023-12-25T21:34:35.672175+0000 mon.smithi067 (mon.0) 925 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:37.150 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:37.150 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:21.280451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.totrqp on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:37 smithi067 bash[26019]: cluster 2023-12-25T21:34:35.646806+0000 mgr.smithi067.knbjpz (mgr.14184) 1019 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:37 smithi067 bash[26019]: cephadm 2023-12-25T21:34:35.677135+0000 mgr.smithi067.knbjpz (mgr.14184) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.iwfapf on smithi175 2023-12-25T21:34:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:37 smithi067 bash[26019]: cluster 2023-12-25T21:34:36.643216+0000 mon.smithi067 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:34:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:37 smithi067 bash[26019]: cluster 2023-12-25T21:34:36.643288+0000 mon.smithi067 (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-25T21:34:37.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:37 smithi175 bash[29404]: cluster 2023-12-25T21:34:35.646806+0000 mgr.smithi067.knbjpz (mgr.14184) 1019 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:37.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:37 smithi175 bash[29404]: cephadm 2023-12-25T21:34:35.677135+0000 mgr.smithi067.knbjpz (mgr.14184) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.iwfapf on smithi175 2023-12-25T21:34:37.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:37 smithi175 bash[29404]: cluster 2023-12-25T21:34:36.643216+0000 mon.smithi067 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:34:37.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:37 smithi175 bash[29404]: cluster 2023-12-25T21:34:36.643288+0000 mon.smithi067 (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-25T21:34:37.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:38.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:38 smithi067 bash[26019]: audit 2023-12-25T21:34:37.136628+0000 mgr.smithi067.knbjpz (mgr.14184) 1021 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:38.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:38 smithi175 bash[29404]: audit 2023-12-25T21:34:37.136628+0000 mgr.smithi067.knbjpz (mgr.14184) 1021 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:38.745 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:39.423 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:39 smithi175 bash[29404]: cluster 2023-12-25T21:34:37.648532+0000 mgr.smithi067.knbjpz (mgr.14184) 1022 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:39.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:39 smithi067 bash[26019]: cluster 2023-12-25T21:34:37.648532+0000 mgr.smithi067.knbjpz (mgr.14184) 1022 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:40.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: cephadm 2023-12-25T21:34:39.517983+0000 mgr.smithi067.knbjpz (mgr.14184) 1023 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.iwfapf ... 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:34:40.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.iwfapf ... 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:40.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: cephadm 2023-12-25T21:34:39.518441+0000 mgr.smithi067.knbjpz (mgr.14184) 1024 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: audit 2023-12-25T21:34:39.519087+0000 mon.smithi067 (mon.0) 928 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.iwfapf"}]: dispatch 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: cephadm 2023-12-25T21:34:39.520459+0000 mgr.smithi067.knbjpz (mgr.14184) 1025 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.iwfapf ... 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: cephadm 2023-12-25T21:34:39.522845+0000 mgr.smithi067.knbjpz (mgr.14184) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.dtqwqt on smithi067 2023-12-25T21:34:40.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:40 smithi067 bash[26019]: cluster 2023-12-25T21:34:39.649246+0000 mgr.smithi067.knbjpz (mgr.14184) 1027 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:40.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: cephadm 2023-12-25T21:34:39.517983+0000 mgr.smithi067.knbjpz (mgr.14184) 1023 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:40.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.iwfapf ... 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.iwfapf ... 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: cephadm 2023-12-25T21:34:39.518441+0000 mgr.smithi067.knbjpz (mgr.14184) 1024 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: audit 2023-12-25T21:34:39.519087+0000 mon.smithi067 (mon.0) 928 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.iwfapf"}]: dispatch 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: cephadm 2023-12-25T21:34:39.520459+0000 mgr.smithi067.knbjpz (mgr.14184) 1025 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.iwfapf ... 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:40.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:40.542 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: cephadm 2023-12-25T21:34:39.522845+0000 mgr.smithi067.knbjpz (mgr.14184) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.dtqwqt on smithi067 2023-12-25T21:34:40.542 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:40 smithi175 bash[29404]: cluster 2023-12-25T21:34:39.649246+0000 mgr.smithi067.knbjpz (mgr.14184) 1027 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:41.863 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:41.863 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:31.240748Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.jnypmf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-jnypmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.jnypmf\nDeploy daemon haproxy.nfs.foo.smithi175.jnypmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.005309Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.vwfqwg on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-vwfqwg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.vwfqwg\nDeploy daemon haproxy.nfs.foo.smithi067.vwfqwg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:35.007985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ubaihe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:42.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:43.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:42 smithi067 bash[26019]: cluster 2023-12-25T21:34:41.650061+0000 mgr.smithi067.knbjpz (mgr.14184) 1028 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:43.222 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:42 smithi067 bash[26019]: audit 2023-12-25T21:34:41.849337+0000 mgr.smithi067.knbjpz (mgr.14184) 1029 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:43.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:42 smithi175 bash[29404]: cluster 2023-12-25T21:34:41.650061+0000 mgr.smithi067.knbjpz (mgr.14184) 1028 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:34:43.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:42 smithi175 bash[29404]: audit 2023-12-25T21:34:41.849337+0000 mgr.smithi067.knbjpz (mgr.14184) 1029 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:43.467 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:44.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:43 smithi067 bash[26019]: audit 2023-12-25T21:34:43.292967+0000 mon.smithi067 (mon.0) 929 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.dtqwqt"}]: dispatch 2023-12-25T21:34:44.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:43 smithi175 bash[29404]: audit 2023-12-25T21:34:43.292967+0000 mon.smithi067 (mon.0) 929 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.dtqwqt"}]: dispatch 2023-12-25T21:34:45.089 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cephadm 2023-12-25T21:34:43.291898+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.dtqwqt ... 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:34:45.090 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.dtqwqt ... 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cephadm 2023-12-25T21:34:43.292351+0000 mgr.smithi067.knbjpz (mgr.14184) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cephadm 2023-12-25T21:34:43.294258+0000 mgr.smithi067.knbjpz (mgr.14184) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:45.091 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.dtqwqt ... 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cephadm 2023-12-25T21:34:43.296330+0000 mgr.smithi067.knbjpz (mgr.14184) 1033 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cephadm 2023-12-25T21:34:43.298193+0000 mgr.smithi067.knbjpz (mgr.14184) 1034 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cluster 2023-12-25T21:34:43.299763+0000 mgr.smithi067.knbjpz (mgr.14184) 1035 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:34:45.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:44 smithi067 bash[26019]: cluster 2023-12-25T21:34:43.934952+0000 mon.smithi067 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:34:45.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cephadm 2023-12-25T21:34:43.291898+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.dtqwqt ... 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:34:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.dtqwqt ... 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:45.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cephadm 2023-12-25T21:34:43.292351+0000 mgr.smithi067.knbjpz (mgr.14184) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cephadm 2023-12-25T21:34:43.294258+0000 mgr.smithi067.knbjpz (mgr.14184) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.dtqwqt ... 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:45.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:45.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:45.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cephadm 2023-12-25T21:34:43.296330+0000 mgr.smithi067.knbjpz (mgr.14184) 1033 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:45.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cephadm 2023-12-25T21:34:43.298193+0000 mgr.smithi067.knbjpz (mgr.14184) 1034 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:45.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cluster 2023-12-25T21:34:43.299763+0000 mgr.smithi067.knbjpz (mgr.14184) 1035 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:34:45.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:44 smithi175 bash[29404]: cluster 2023-12-25T21:34:43.934952+0000 mon.smithi067 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:34:46.844 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:46.844 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:47.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:46 smithi067 bash[26019]: cluster 2023-12-25T21:34:45.301409+0000 mgr.smithi067.knbjpz (mgr.14184) 1036 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:34:47.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:46 smithi067 bash[26019]: audit 2023-12-25T21:34:46.942460+0000 mon.smithi067 (mon.0) 931 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:47.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:46 smithi175 bash[29404]: cluster 2023-12-25T21:34:45.301409+0000 mgr.smithi067.knbjpz (mgr.14184) 1036 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:34:47.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:46 smithi175 bash[29404]: audit 2023-12-25T21:34:46.942460+0000 mon.smithi067 (mon.0) 931 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:34:47.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:47 smithi067 bash[26019]: audit 2023-12-25T21:34:46.836033+0000 mgr.smithi067.knbjpz (mgr.14184) 1037 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:47 smithi175 bash[29404]: audit 2023-12-25T21:34:46.836033+0000 mgr.smithi067.knbjpz (mgr.14184) 1037 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:48.456 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:48 smithi067 bash[26019]: cluster 2023-12-25T21:34:47.303094+0000 mgr.smithi067.knbjpz (mgr.14184) 1038 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:34:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:48 smithi175 bash[29404]: cluster 2023-12-25T21:34:47.303094+0000 mgr.smithi067.knbjpz (mgr.14184) 1038 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:34:51.239 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:50 smithi067 bash[26019]: cluster 2023-12-25T21:34:49.304307+0000 mgr.smithi067.knbjpz (mgr.14184) 1039 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:34:51.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:50 smithi175 bash[29404]: cluster 2023-12-25T21:34:49.304307+0000 mgr.smithi067.knbjpz (mgr.14184) 1039 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:34:51.695 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:51.695 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:52.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:52 smithi067 bash[26019]: cluster 2023-12-25T21:34:51.305544+0000 mgr.smithi067.knbjpz (mgr.14184) 1040 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-25T21:34:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:52 smithi067 bash[26019]: audit 2023-12-25T21:34:51.689819+0000 mgr.smithi067.knbjpz (mgr.14184) 1041 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:52 smithi175 bash[29404]: cluster 2023-12-25T21:34:51.305544+0000 mgr.smithi067.knbjpz (mgr.14184) 1040 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-25T21:34:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:52 smithi175 bash[29404]: audit 2023-12-25T21:34:51.689819+0000 mgr.smithi067.knbjpz (mgr.14184) 1041 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:53.345 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:54 smithi067 bash[26019]: cluster 2023-12-25T21:34:53.307326+0000 mgr.smithi067.knbjpz (mgr.14184) 1042 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:34:55.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:54 smithi175 bash[29404]: cluster 2023-12-25T21:34:53.307326+0000 mgr.smithi067.knbjpz (mgr.14184) 1042 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:34:56.483 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:34:56.483 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:34:57.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:56 smithi067 bash[26019]: cluster 2023-12-25T21:34:55.308798+0000 mgr.smithi067.knbjpz (mgr.14184) 1043 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:57.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:56 smithi175 bash[29404]: cluster 2023-12-25T21:34:55.308798+0000 mgr.smithi067.knbjpz (mgr.14184) 1043 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:58.105 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:58.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:57 smithi175 bash[29404]: audit 2023-12-25T21:34:56.476085+0000 mgr.smithi067.knbjpz (mgr.14184) 1044 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:58 smithi067 bash[26019]: audit 2023-12-25T21:34:56.476085+0000 mgr.smithi067.knbjpz (mgr.14184) 1044 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:59.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:34:59 smithi067 bash[26019]: cluster 2023-12-25T21:34:57.310816+0000 mgr.smithi067.knbjpz (mgr.14184) 1045 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:34:59.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:34:59 smithi175 bash[29404]: cluster 2023-12-25T21:34:57.310816+0000 mgr.smithi067.knbjpz (mgr.14184) 1045 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:01 smithi067 bash[26019]: cluster 2023-12-25T21:34:59.312059+0000 mgr.smithi067.knbjpz (mgr.14184) 1046 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:01 smithi175 bash[29404]: cluster 2023-12-25T21:34:59.312059+0000 mgr.smithi067.knbjpz (mgr.14184) 1046 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:01.408 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:01.408 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:02.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:03.053 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:03.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:03 smithi175 bash[29404]: cluster 2023-12-25T21:35:01.313731+0000 mgr.smithi067.knbjpz (mgr.14184) 1047 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:03.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:03 smithi175 bash[29404]: audit 2023-12-25T21:35:01.396881+0000 mgr.smithi067.knbjpz (mgr.14184) 1048 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:03 smithi067 bash[26019]: cluster 2023-12-25T21:35:01.313731+0000 mgr.smithi067.knbjpz (mgr.14184) 1047 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:03 smithi067 bash[26019]: audit 2023-12-25T21:35:01.396881+0000 mgr.smithi067.knbjpz (mgr.14184) 1048 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:05.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:05 smithi175 bash[29404]: cluster 2023-12-25T21:35:03.315267+0000 mgr.smithi067.knbjpz (mgr.14184) 1049 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:05 smithi067 bash[26019]: cluster 2023-12-25T21:35:03.315267+0000 mgr.smithi067.knbjpz (mgr.14184) 1049 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:06.378 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:06.378 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:06.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:07.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:07 smithi067 bash[26019]: cluster 2023-12-25T21:35:05.316878+0000 mgr.smithi067.knbjpz (mgr.14184) 1050 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:07.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:07 smithi175 bash[29404]: cluster 2023-12-25T21:35:05.316878+0000 mgr.smithi067.knbjpz (mgr.14184) 1050 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:07.989 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:08.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:08 smithi067 bash[26019]: audit 2023-12-25T21:35:06.364515+0000 mgr.smithi067.knbjpz (mgr.14184) 1051 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:08.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:08 smithi175 bash[29404]: audit 2023-12-25T21:35:06.364515+0000 mgr.smithi067.knbjpz (mgr.14184) 1051 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:09.336 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:09 smithi067 bash[26019]: cluster 2023-12-25T21:35:07.318909+0000 mgr.smithi067.knbjpz (mgr.14184) 1052 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:09 smithi175 bash[29404]: cluster 2023-12-25T21:35:07.318909+0000 mgr.smithi067.knbjpz (mgr.14184) 1052 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:11.173 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:11.173 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:11.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:11 smithi067 bash[26019]: cluster 2023-12-25T21:35:09.320131+0000 mgr.smithi067.knbjpz (mgr.14184) 1053 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:11.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:11 smithi175 bash[29404]: cluster 2023-12-25T21:35:09.320131+0000 mgr.smithi067.knbjpz (mgr.14184) 1053 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:11.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:12.814 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:13.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:13 smithi067 bash[26019]: audit 2023-12-25T21:35:11.165671+0000 mgr.smithi067.knbjpz (mgr.14184) 1054 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:13.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:13 smithi067 bash[26019]: cluster 2023-12-25T21:35:11.322043+0000 mgr.smithi067.knbjpz (mgr.14184) 1055 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:13 smithi175 bash[29404]: audit 2023-12-25T21:35:11.165671+0000 mgr.smithi067.knbjpz (mgr.14184) 1054 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:13 smithi175 bash[29404]: cluster 2023-12-25T21:35:11.322043+0000 mgr.smithi067.knbjpz (mgr.14184) 1055 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:15.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:15 smithi067 bash[26019]: cluster 2023-12-25T21:35:13.323885+0000 mgr.smithi067.knbjpz (mgr.14184) 1056 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:15.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:15 smithi175 bash[29404]: cluster 2023-12-25T21:35:13.323885+0000 mgr.smithi067.knbjpz (mgr.14184) 1056 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:15.976 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:15.976 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:16.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:17 smithi067 bash[26019]: cluster 2023-12-25T21:35:15.325645+0000 mgr.smithi067.knbjpz (mgr.14184) 1057 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:17 smithi067 bash[26019]: audit 2023-12-25T21:35:15.963573+0000 mgr.smithi067.knbjpz (mgr.14184) 1058 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:17.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:17 smithi175 bash[29404]: cluster 2023-12-25T21:35:15.325645+0000 mgr.smithi067.knbjpz (mgr.14184) 1057 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:17.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:17 smithi175 bash[29404]: audit 2023-12-25T21:35:15.963573+0000 mgr.smithi067.knbjpz (mgr.14184) 1058 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:17.619 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:19.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:19 smithi067 bash[26019]: cluster 2023-12-25T21:35:17.327660+0000 mgr.smithi067.knbjpz (mgr.14184) 1059 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:19.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:19 smithi175 bash[29404]: cluster 2023-12-25T21:35:17.327660+0000 mgr.smithi067.knbjpz (mgr.14184) 1059 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:20.783 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:20.783 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:21.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:21 smithi067 bash[26019]: cluster 2023-12-25T21:35:19.329066+0000 mgr.smithi067.knbjpz (mgr.14184) 1060 : 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 2023-12-25T21:35:21.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:21.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:21 smithi175 bash[29404]: cluster 2023-12-25T21:35:19.329066+0000 mgr.smithi067.knbjpz (mgr.14184) 1060 : 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 2023-12-25T21:35:22.389 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:22.402 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:22 smithi067 bash[26019]: audit 2023-12-25T21:35:20.775211+0000 mgr.smithi067.knbjpz (mgr.14184) 1061 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:22.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:22 smithi175 bash[29404]: audit 2023-12-25T21:35:20.775211+0000 mgr.smithi067.knbjpz (mgr.14184) 1061 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:23.432 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:23 smithi067 bash[26019]: cluster 2023-12-25T21:35:21.330914+0000 mgr.smithi067.knbjpz (mgr.14184) 1062 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:23.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:23 smithi175 bash[29404]: cluster 2023-12-25T21:35:21.330914+0000 mgr.smithi067.knbjpz (mgr.14184) 1062 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:25.431 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:25.432 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:25.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:25 smithi067 bash[26019]: cluster 2023-12-25T21:35:23.332760+0000 mgr.smithi067.knbjpz (mgr.14184) 1063 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:25 smithi175 bash[29404]: cluster 2023-12-25T21:35:23.332760+0000 mgr.smithi067.knbjpz (mgr.14184) 1063 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:26.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:27.119 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:27.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:27 smithi067 bash[26019]: cluster 2023-12-25T21:35:25.334379+0000 mgr.smithi067.knbjpz (mgr.14184) 1064 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:27.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:27 smithi067 bash[26019]: audit 2023-12-25T21:35:25.419722+0000 mgr.smithi067.knbjpz (mgr.14184) 1065 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:27.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:27 smithi175 bash[29404]: cluster 2023-12-25T21:35:25.334379+0000 mgr.smithi067.knbjpz (mgr.14184) 1064 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:27.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:27 smithi175 bash[29404]: audit 2023-12-25T21:35:25.419722+0000 mgr.smithi067.knbjpz (mgr.14184) 1065 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:29 smithi067 bash[26019]: cluster 2023-12-25T21:35:27.335705+0000 mgr.smithi067.knbjpz (mgr.14184) 1066 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:29.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:29 smithi175 bash[29404]: cluster 2023-12-25T21:35:27.335705+0000 mgr.smithi067.knbjpz (mgr.14184) 1066 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:30.269 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:30.269 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:30.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:31 smithi067 bash[26019]: cluster 2023-12-25T21:35:29.336925+0000 mgr.smithi067.knbjpz (mgr.14184) 1067 : 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 2023-12-25T21:35:31.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:31 smithi175 bash[29404]: cluster 2023-12-25T21:35:29.336925+0000 mgr.smithi067.knbjpz (mgr.14184) 1067 : 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 2023-12-25T21:35:31.923 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:32.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:32 smithi067 bash[26019]: audit 2023-12-25T21:35:30.258240+0000 mgr.smithi067.knbjpz (mgr.14184) 1068 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:32.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:32 smithi175 bash[29404]: audit 2023-12-25T21:35:30.258240+0000 mgr.smithi067.knbjpz (mgr.14184) 1068 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:33.351 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:33 smithi067 bash[26019]: cluster 2023-12-25T21:35:31.338665+0000 mgr.smithi067.knbjpz (mgr.14184) 1069 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:33.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:33 smithi175 bash[29404]: cluster 2023-12-25T21:35:31.338665+0000 mgr.smithi067.knbjpz (mgr.14184) 1069 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:35.163 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:35.163 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:35.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:35 smithi067 bash[26019]: cluster 2023-12-25T21:35:33.340426+0000 mgr.smithi067.knbjpz (mgr.14184) 1070 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:35.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:35 smithi175 bash[29404]: cluster 2023-12-25T21:35:33.340426+0000 mgr.smithi067.knbjpz (mgr.14184) 1070 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:35.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:36.745 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:37 smithi067 bash[26019]: audit 2023-12-25T21:35:35.157405+0000 mgr.smithi067.knbjpz (mgr.14184) 1071 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:37 smithi067 bash[26019]: cluster 2023-12-25T21:35:35.342241+0000 mgr.smithi067.knbjpz (mgr.14184) 1072 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:37.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:37 smithi175 bash[29404]: audit 2023-12-25T21:35:35.157405+0000 mgr.smithi067.knbjpz (mgr.14184) 1071 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:37.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:37 smithi175 bash[29404]: cluster 2023-12-25T21:35:35.342241+0000 mgr.smithi067.knbjpz (mgr.14184) 1072 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:39.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:39 smithi067 bash[26019]: cluster 2023-12-25T21:35:37.344268+0000 mgr.smithi067.knbjpz (mgr.14184) 1073 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:39.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:39 smithi175 bash[29404]: cluster 2023-12-25T21:35:37.344268+0000 mgr.smithi067.knbjpz (mgr.14184) 1073 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:40.028 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:40.028 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:40.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:41.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:41 smithi067 bash[26019]: cluster 2023-12-25T21:35:39.345549+0000 mgr.smithi067.knbjpz (mgr.14184) 1074 : 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 2023-12-25T21:35:41.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:41 smithi067 bash[26019]: audit 2023-12-25T21:35:40.017823+0000 mgr.smithi067.knbjpz (mgr.14184) 1075 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:41.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:41 smithi175 bash[29404]: cluster 2023-12-25T21:35:39.345549+0000 mgr.smithi067.knbjpz (mgr.14184) 1074 : 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 2023-12-25T21:35:41.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:41 smithi175 bash[29404]: audit 2023-12-25T21:35:40.017823+0000 mgr.smithi067.knbjpz (mgr.14184) 1075 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:41.695 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:43.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:43 smithi067 bash[26019]: cluster 2023-12-25T21:35:41.347325+0000 mgr.smithi067.knbjpz (mgr.14184) 1076 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:43.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:43 smithi175 bash[29404]: cluster 2023-12-25T21:35:41.347325+0000 mgr.smithi067.knbjpz (mgr.14184) 1076 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:44.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: audit 2023-12-25T21:35:43.302582+0000 mon.smithi067 (mon.0) 932 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: cluster 2023-12-25T21:35:43.349067+0000 mgr.smithi067.knbjpz (mgr.14184) 1077 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: audit 2023-12-25T21:35:43.604435+0000 mon.smithi067 (mon.0) 933 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: audit 2023-12-25T21:35:43.605775+0000 mon.smithi067 (mon.0) 934 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: audit 2023-12-25T21:35:43.612830+0000 mon.smithi067 (mon.0) 935 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: cluster 2023-12-25T21:35:43.614088+0000 mgr.smithi067.knbjpz (mgr.14184) 1078 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: audit 2023-12-25T21:35:43.620606+0000 mon.smithi067 (mon.0) 936 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: audit 2023-12-25T21:35:43.637423+0000 mon.smithi067 (mon.0) 937 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:44.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:44 smithi067 bash[26019]: cephadm 2023-12-25T21:35:43.643674+0000 mgr.smithi067.knbjpz (mgr.14184) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.yiegzc on smithi175 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: audit 2023-12-25T21:35:43.302582+0000 mon.smithi067 (mon.0) 932 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: cluster 2023-12-25T21:35:43.349067+0000 mgr.smithi067.knbjpz (mgr.14184) 1077 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: audit 2023-12-25T21:35:43.604435+0000 mon.smithi067 (mon.0) 933 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: audit 2023-12-25T21:35:43.605775+0000 mon.smithi067 (mon.0) 934 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: audit 2023-12-25T21:35:43.612830+0000 mon.smithi067 (mon.0) 935 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: cluster 2023-12-25T21:35:43.614088+0000 mgr.smithi067.knbjpz (mgr.14184) 1078 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: audit 2023-12-25T21:35:43.620606+0000 mon.smithi067 (mon.0) 936 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: audit 2023-12-25T21:35:43.637423+0000 mon.smithi067 (mon.0) 937 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:44 smithi175 bash[29404]: cephadm 2023-12-25T21:35:43.643674+0000 mgr.smithi067.knbjpz (mgr.14184) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.yiegzc on smithi175 2023-12-25T21:35:44.784 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:44.784 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:35.010644Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.mpezgh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:45.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:45 smithi067 bash[26019]: cluster 2023-12-25T21:35:44.157942+0000 mon.smithi067 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:35:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:45 smithi067 bash[26019]: cluster 2023-12-25T21:35:44.157981+0000 mon.smithi067 (mon.0) 939 : cluster [INF] Cluster is now healthy 2023-12-25T21:35:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:45 smithi067 bash[26019]: audit 2023-12-25T21:35:44.775223+0000 mgr.smithi067.knbjpz (mgr.14184) 1080 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:45.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:45 smithi175 bash[29404]: cluster 2023-12-25T21:35:44.157942+0000 mon.smithi067 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:35:45.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:45 smithi175 bash[29404]: cluster 2023-12-25T21:35:44.157981+0000 mon.smithi067 (mon.0) 939 : cluster [INF] Cluster is now healthy 2023-12-25T21:35:45.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:45 smithi175 bash[29404]: audit 2023-12-25T21:35:44.775223+0000 mgr.smithi067.knbjpz (mgr.14184) 1080 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:46.391 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:47.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:46 smithi067 bash[26019]: cluster 2023-12-25T21:35:45.615556+0000 mgr.smithi067.knbjpz (mgr.14184) 1081 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:47.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:46 smithi067 bash[26019]: audit 2023-12-25T21:35:45.794333+0000 mon.smithi067 (mon.0) 940 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:47.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:46 smithi175 bash[29404]: cluster 2023-12-25T21:35:45.615556+0000 mgr.smithi067.knbjpz (mgr.14184) 1081 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:47.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:46 smithi175 bash[29404]: audit 2023-12-25T21:35:45.794333+0000 mon.smithi067 (mon.0) 940 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:47 smithi067 bash[26019]: audit 2023-12-25T21:35:47.406667+0000 mon.smithi067 (mon.0) 941 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.yiegzc"}]: dispatch 2023-12-25T21:35:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:47 smithi175 bash[29404]: audit 2023-12-25T21:35:47.406667+0000 mon.smithi067 (mon.0) 941 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.yiegzc"}]: dispatch 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: cephadm 2023-12-25T21:35:47.405564+0000 mgr.smithi067.knbjpz (mgr.14184) 1082 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.yiegzc ... 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.yiegzc ... 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: cephadm 2023-12-25T21:35:47.406067+0000 mgr.smithi067.knbjpz (mgr.14184) 1083 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: cephadm 2023-12-25T21:35:47.408322+0000 mgr.smithi067.knbjpz (mgr.14184) 1084 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.yiegzc ... 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:49.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:49.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:49.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: cephadm 2023-12-25T21:35:47.413285+0000 mgr.smithi067.knbjpz (mgr.14184) 1085 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.aizxmv on smithi067 2023-12-25T21:35:49.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:48 smithi067 bash[26019]: cluster 2023-12-25T21:35:47.616442+0000 mgr.smithi067.knbjpz (mgr.14184) 1086 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: cephadm 2023-12-25T21:35:47.405564+0000 mgr.smithi067.knbjpz (mgr.14184) 1082 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.yiegzc ... 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:49.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.yiegzc ... 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: cephadm 2023-12-25T21:35:47.406067+0000 mgr.smithi067.knbjpz (mgr.14184) 1083 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: cephadm 2023-12-25T21:35:47.408322+0000 mgr.smithi067.knbjpz (mgr.14184) 1084 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:49.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.yiegzc ... 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: cephadm 2023-12-25T21:35:47.413285+0000 mgr.smithi067.knbjpz (mgr.14184) 1085 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.aizxmv on smithi067 2023-12-25T21:35:49.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:48 smithi175 bash[29404]: cluster 2023-12-25T21:35:47.616442+0000 mgr.smithi067.knbjpz (mgr.14184) 1086 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:49.705 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:49.705 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:39.520334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.iwfapf on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-iwfapf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.iwfapf\nDeploy daemon haproxy.nfs.foo.smithi175.iwfapf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.294104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.dtqwqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-dtqwqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.dtqwqt\nDeploy daemon haproxy.nfs.foo.smithi067.dtqwqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:43.296207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.qcumql on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:50.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:51.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:50 smithi067 bash[26019]: cluster 2023-12-25T21:35:49.617063+0000 mgr.smithi067.knbjpz (mgr.14184) 1087 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:51.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:50 smithi067 bash[26019]: audit 2023-12-25T21:35:49.695140+0000 mgr.smithi067.knbjpz (mgr.14184) 1088 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:51.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:50 smithi175 bash[29404]: cluster 2023-12-25T21:35:49.617063+0000 mgr.smithi067.knbjpz (mgr.14184) 1087 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:35:51.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:50 smithi175 bash[29404]: audit 2023-12-25T21:35:49.695140+0000 mgr.smithi067.knbjpz (mgr.14184) 1088 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:51.360 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:51 smithi067 bash[26019]: audit 2023-12-25T21:35:51.192990+0000 mon.smithi067 (mon.0) 942 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.aizxmv"}]: dispatch 2023-12-25T21:35:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:51 smithi175 bash[29404]: audit 2023-12-25T21:35:51.192990+0000 mon.smithi067 (mon.0) 942 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.aizxmv"}]: dispatch 2023-12-25T21:35:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cephadm 2023-12-25T21:35:51.191732+0000 mgr.smithi067.knbjpz (mgr.14184) 1089 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.aizxmv ... 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.aizxmv ... 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cephadm 2023-12-25T21:35:51.192259+0000 mgr.smithi067.knbjpz (mgr.14184) 1090 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cephadm 2023-12-25T21:35:51.194663+0000 mgr.smithi067.knbjpz (mgr.14184) 1091 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.aizxmv ... 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cephadm 2023-12-25T21:35:51.199316+0000 mgr.smithi067.knbjpz (mgr.14184) 1092 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cephadm 2023-12-25T21:35:51.203279+0000 mgr.smithi067.knbjpz (mgr.14184) 1093 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cluster 2023-12-25T21:35:51.205824+0000 mgr.smithi067.knbjpz (mgr.14184) 1094 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: cluster 2023-12-25T21:35:51.975668+0000 mon.smithi067 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:35:53.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:52 smithi067 bash[26019]: audit 2023-12-25T21:35:51.998522+0000 mon.smithi067 (mon.0) 944 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cephadm 2023-12-25T21:35:51.191732+0000 mgr.smithi067.knbjpz (mgr.14184) 1089 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.aizxmv ... 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:53.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.aizxmv ... 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cephadm 2023-12-25T21:35:51.192259+0000 mgr.smithi067.knbjpz (mgr.14184) 1090 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cephadm 2023-12-25T21:35:51.194663+0000 mgr.smithi067.knbjpz (mgr.14184) 1091 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:35:53.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.aizxmv ... 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cephadm 2023-12-25T21:35:51.199316+0000 mgr.smithi067.knbjpz (mgr.14184) 1092 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cephadm 2023-12-25T21:35:51.203279+0000 mgr.smithi067.knbjpz (mgr.14184) 1093 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cluster 2023-12-25T21:35:51.205824+0000 mgr.smithi067.knbjpz (mgr.14184) 1094 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: cluster 2023-12-25T21:35:51.975668+0000 mon.smithi067 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:35:53.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:52 smithi175 bash[29404]: audit 2023-12-25T21:35:51.998522+0000 mon.smithi067 (mon.0) 944 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:35:54.707 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:54.708 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:54 smithi067 bash[26019]: cluster 2023-12-25T21:35:53.207703+0000 mgr.smithi067.knbjpz (mgr.14184) 1095 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:35:55.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:55.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:54 smithi175 bash[29404]: cluster 2023-12-25T21:35:53.207703+0000 mgr.smithi067.knbjpz (mgr.14184) 1095 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-25T21:35:56.282 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:56.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:56 smithi175 bash[29404]: audit 2023-12-25T21:35:54.697751+0000 mgr.smithi067.knbjpz (mgr.14184) 1096 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:56.294 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:56 smithi067 bash[26019]: audit 2023-12-25T21:35:54.697751+0000 mgr.smithi067.knbjpz (mgr.14184) 1096 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:57.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:57 smithi175 bash[29404]: cluster 2023-12-25T21:35:55.208934+0000 mgr.smithi067.knbjpz (mgr.14184) 1097 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:35:57.308 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:57 smithi067 bash[26019]: cluster 2023-12-25T21:35:55.208934+0000 mgr.smithi067.knbjpz (mgr.14184) 1097 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:35:59.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:35:59 smithi067 bash[26019]: cluster 2023-12-25T21:35:57.210890+0000 mgr.smithi067.knbjpz (mgr.14184) 1098 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:35:59.282 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:35:59.282 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:35:59.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:35:59 smithi175 bash[29404]: cluster 2023-12-25T21:35:57.210890+0000 mgr.smithi067.knbjpz (mgr.14184) 1098 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:35:59.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:00.899 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:01 smithi067 bash[26019]: cluster 2023-12-25T21:35:59.212114+0000 mgr.smithi067.knbjpz (mgr.14184) 1099 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:36:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:01 smithi067 bash[26019]: audit 2023-12-25T21:35:59.277208+0000 mgr.smithi067.knbjpz (mgr.14184) 1100 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:01.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:01 smithi067 bash[26019]: audit 2023-12-25T21:36:00.794309+0000 mon.smithi067 (mon.0) 945 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:36:01.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:01 smithi175 bash[29404]: cluster 2023-12-25T21:35:59.212114+0000 mgr.smithi067.knbjpz (mgr.14184) 1099 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:36:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:01 smithi175 bash[29404]: audit 2023-12-25T21:35:59.277208+0000 mgr.smithi067.knbjpz (mgr.14184) 1100 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:01.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:01 smithi175 bash[29404]: audit 2023-12-25T21:36:00.794309+0000 mon.smithi067 (mon.0) 945 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:36:03.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:03 smithi175 bash[29404]: cluster 2023-12-25T21:36:01.213942+0000 mgr.smithi067.knbjpz (mgr.14184) 1101 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-25T21:36:03.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:03 smithi067 bash[26019]: cluster 2023-12-25T21:36:01.213942+0000 mgr.smithi067.knbjpz (mgr.14184) 1101 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-25T21:36:04.249 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:04.249 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:04.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:05.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:05 smithi067 bash[26019]: cluster 2023-12-25T21:36:03.215748+0000 mgr.smithi067.knbjpz (mgr.14184) 1102 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:05 smithi175 bash[29404]: cluster 2023-12-25T21:36:03.215748+0000 mgr.smithi067.knbjpz (mgr.14184) 1102 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:05.838 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:06 smithi067 bash[26019]: audit 2023-12-25T21:36:04.234422+0000 mgr.smithi067.knbjpz (mgr.14184) 1103 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:06.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:06 smithi175 bash[29404]: audit 2023-12-25T21:36:04.234422+0000 mgr.smithi067.knbjpz (mgr.14184) 1103 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:07.241 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:07 smithi067 bash[26019]: cluster 2023-12-25T21:36:05.217449+0000 mgr.smithi067.knbjpz (mgr.14184) 1104 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:07.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:07 smithi175 bash[29404]: cluster 2023-12-25T21:36:05.217449+0000 mgr.smithi067.knbjpz (mgr.14184) 1104 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:08.959 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:08.959 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:09.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:09 smithi067 bash[26019]: cluster 2023-12-25T21:36:07.219161+0000 mgr.smithi067.knbjpz (mgr.14184) 1105 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:09 smithi175 bash[29404]: cluster 2023-12-25T21:36:07.219161+0000 mgr.smithi067.knbjpz (mgr.14184) 1105 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:09.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:10.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:10 smithi067 bash[26019]: audit 2023-12-25T21:36:08.947953+0000 mgr.smithi067.knbjpz (mgr.14184) 1106 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:10.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:10 smithi175 bash[29404]: audit 2023-12-25T21:36:08.947953+0000 mgr.smithi067.knbjpz (mgr.14184) 1106 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:10.551 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:11.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:11 smithi067 bash[26019]: cluster 2023-12-25T21:36:09.220350+0000 mgr.smithi067.knbjpz (mgr.14184) 1107 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:11.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:11 smithi175 bash[29404]: cluster 2023-12-25T21:36:09.220350+0000 mgr.smithi067.knbjpz (mgr.14184) 1107 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:13 smithi067 bash[26019]: cluster 2023-12-25T21:36:11.222241+0000 mgr.smithi067.knbjpz (mgr.14184) 1108 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:13 smithi175 bash[29404]: cluster 2023-12-25T21:36:11.222241+0000 mgr.smithi067.knbjpz (mgr.14184) 1108 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:13.683 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:13.683 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:14.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:15.337 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:15.350 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:15 smithi067 bash[26019]: cluster 2023-12-25T21:36:13.224187+0000 mgr.smithi067.knbjpz (mgr.14184) 1109 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:15.350 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:15 smithi067 bash[26019]: audit 2023-12-25T21:36:13.677700+0000 mgr.smithi067.knbjpz (mgr.14184) 1110 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:15.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:15 smithi175 bash[29404]: cluster 2023-12-25T21:36:13.224187+0000 mgr.smithi067.knbjpz (mgr.14184) 1109 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:15.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:15 smithi175 bash[29404]: audit 2023-12-25T21:36:13.677700+0000 mgr.smithi067.knbjpz (mgr.14184) 1110 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:17 smithi067 bash[26019]: cluster 2023-12-25T21:36:15.225912+0000 mgr.smithi067.knbjpz (mgr.14184) 1111 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:17.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:17 smithi175 bash[29404]: cluster 2023-12-25T21:36:15.225912+0000 mgr.smithi067.knbjpz (mgr.14184) 1111 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:18.429 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:18.429 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:18.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:19.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:19 smithi067 bash[26019]: cluster 2023-12-25T21:36:17.227506+0000 mgr.smithi067.knbjpz (mgr.14184) 1112 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:19.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:19 smithi175 bash[29404]: cluster 2023-12-25T21:36:17.227506+0000 mgr.smithi067.knbjpz (mgr.14184) 1112 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:19.997 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:20.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:20 smithi067 bash[26019]: audit 2023-12-25T21:36:18.421542+0000 mgr.smithi067.knbjpz (mgr.14184) 1113 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:20 smithi175 bash[29404]: audit 2023-12-25T21:36:18.421542+0000 mgr.smithi067.knbjpz (mgr.14184) 1113 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:21.378 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:21 smithi067 bash[26019]: cluster 2023-12-25T21:36:19.229218+0000 mgr.smithi067.knbjpz (mgr.14184) 1114 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:21.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:21 smithi175 bash[29404]: cluster 2023-12-25T21:36:19.229218+0000 mgr.smithi067.knbjpz (mgr.14184) 1114 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:23.178 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:23.178 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:23.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:23 smithi067 bash[26019]: cluster 2023-12-25T21:36:21.231244+0000 mgr.smithi067.knbjpz (mgr.14184) 1115 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:23.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:23 smithi175 bash[29404]: cluster 2023-12-25T21:36:21.231244+0000 mgr.smithi067.knbjpz (mgr.14184) 1115 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:23.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:24.843 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:25 smithi067 bash[26019]: audit 2023-12-25T21:36:23.165083+0000 mgr.smithi067.knbjpz (mgr.14184) 1116 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:25 smithi067 bash[26019]: cluster 2023-12-25T21:36:23.232788+0000 mgr.smithi067.knbjpz (mgr.14184) 1117 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:25 smithi175 bash[29404]: audit 2023-12-25T21:36:23.165083+0000 mgr.smithi067.knbjpz (mgr.14184) 1116 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:25 smithi175 bash[29404]: cluster 2023-12-25T21:36:23.232788+0000 mgr.smithi067.knbjpz (mgr.14184) 1117 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:27 smithi067 bash[26019]: cluster 2023-12-25T21:36:25.234467+0000 mgr.smithi067.knbjpz (mgr.14184) 1118 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:27.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:27 smithi175 bash[29404]: cluster 2023-12-25T21:36:25.234467+0000 mgr.smithi067.knbjpz (mgr.14184) 1118 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:27.966 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:28.057 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:28.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:29 smithi067 bash[26019]: cluster 2023-12-25T21:36:27.235735+0000 mgr.smithi067.knbjpz (mgr.14184) 1119 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:29 smithi067 bash[26019]: audit 2023-12-25T21:36:27.960839+0000 mgr.smithi067.knbjpz (mgr.14184) 1120 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:29.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:29 smithi175 bash[29404]: cluster 2023-12-25T21:36:27.235735+0000 mgr.smithi067.knbjpz (mgr.14184) 1119 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:29.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:29 smithi175 bash[29404]: audit 2023-12-25T21:36:27.960839+0000 mgr.smithi067.knbjpz (mgr.14184) 1120 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:29.578 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:31.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:31 smithi067 bash[26019]: cluster 2023-12-25T21:36:29.236952+0000 mgr.smithi067.knbjpz (mgr.14184) 1121 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:31.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:31 smithi175 bash[29404]: cluster 2023-12-25T21:36:29.236952+0000 mgr.smithi067.knbjpz (mgr.14184) 1121 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:32.741 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:32.742 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:33.396 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:33 smithi067 bash[26019]: cluster 2023-12-25T21:36:31.238716+0000 mgr.smithi067.knbjpz (mgr.14184) 1122 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:33.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:33.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:33 smithi175 bash[29404]: cluster 2023-12-25T21:36:31.238716+0000 mgr.smithi067.knbjpz (mgr.14184) 1122 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:34.399 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:34.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:34 smithi067 bash[26019]: audit 2023-12-25T21:36:32.727980+0000 mgr.smithi067.knbjpz (mgr.14184) 1123 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:34 smithi175 bash[29404]: audit 2023-12-25T21:36:32.727980+0000 mgr.smithi067.knbjpz (mgr.14184) 1123 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:35.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:35 smithi067 bash[26019]: cluster 2023-12-25T21:36:33.239963+0000 mgr.smithi067.knbjpz (mgr.14184) 1124 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:35.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:35 smithi175 bash[29404]: cluster 2023-12-25T21:36:33.239963+0000 mgr.smithi067.knbjpz (mgr.14184) 1124 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:36.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:36 smithi067 bash[26019]: cluster 2023-12-25T21:36:35.240845+0000 mgr.smithi067.knbjpz (mgr.14184) 1125 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:36.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:36 smithi175 bash[29404]: cluster 2023-12-25T21:36:35.240845+0000 mgr.smithi067.knbjpz (mgr.14184) 1125 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:37.618 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:37.619 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:38.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:38 smithi067 bash[26019]: cluster 2023-12-25T21:36:37.242799+0000 mgr.smithi067.knbjpz (mgr.14184) 1126 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:39.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:38 smithi067 bash[26019]: audit 2023-12-25T21:36:37.605404+0000 mgr.smithi067.knbjpz (mgr.14184) 1127 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:39.262 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:39.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:38 smithi175 bash[29404]: cluster 2023-12-25T21:36:37.242799+0000 mgr.smithi067.knbjpz (mgr.14184) 1126 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:39.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:38 smithi175 bash[29404]: audit 2023-12-25T21:36:37.605404+0000 mgr.smithi067.knbjpz (mgr.14184) 1127 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:41.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:40 smithi067 bash[26019]: cluster 2023-12-25T21:36:39.243999+0000 mgr.smithi067.knbjpz (mgr.14184) 1128 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:41.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:40 smithi175 bash[29404]: cluster 2023-12-25T21:36:39.243999+0000 mgr.smithi067.knbjpz (mgr.14184) 1128 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:42.443 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:42.443 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:43.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:43.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:42 smithi067 bash[26019]: cluster 2023-12-25T21:36:41.245247+0000 mgr.smithi067.knbjpz (mgr.14184) 1129 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:42 smithi175 bash[29404]: cluster 2023-12-25T21:36:41.245247+0000 mgr.smithi067.knbjpz (mgr.14184) 1129 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:44.031 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:44.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:43 smithi175 bash[29404]: audit 2023-12-25T21:36:42.429915+0000 mgr.smithi067.knbjpz (mgr.14184) 1130 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:44.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:44 smithi067 bash[26019]: audit 2023-12-25T21:36:42.429915+0000 mgr.smithi067.knbjpz (mgr.14184) 1130 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:45.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:45 smithi067 bash[26019]: cluster 2023-12-25T21:36:43.246421+0000 mgr.smithi067.knbjpz (mgr.14184) 1131 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:45.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:45 smithi175 bash[29404]: cluster 2023-12-25T21:36:43.246421+0000 mgr.smithi067.knbjpz (mgr.14184) 1131 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:47.188 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:47.188 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:47.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:47 smithi067 bash[26019]: cluster 2023-12-25T21:36:45.247742+0000 mgr.smithi067.knbjpz (mgr.14184) 1132 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:47.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:47 smithi175 bash[29404]: cluster 2023-12-25T21:36:45.247742+0000 mgr.smithi067.knbjpz (mgr.14184) 1132 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:47.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:48.817 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:49 smithi067 bash[26019]: audit 2023-12-25T21:36:47.180375+0000 mgr.smithi067.knbjpz (mgr.14184) 1133 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:49.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:49 smithi067 bash[26019]: cluster 2023-12-25T21:36:47.249688+0000 mgr.smithi067.knbjpz (mgr.14184) 1134 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:49.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:49 smithi175 bash[29404]: audit 2023-12-25T21:36:47.180375+0000 mgr.smithi067.knbjpz (mgr.14184) 1133 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:49.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:49 smithi175 bash[29404]: cluster 2023-12-25T21:36:47.249688+0000 mgr.smithi067.knbjpz (mgr.14184) 1134 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:51.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:51 smithi175 bash[29404]: cluster 2023-12-25T21:36:49.250420+0000 mgr.smithi067.knbjpz (mgr.14184) 1135 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:51.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:51 smithi067 bash[26019]: cluster 2023-12-25T21:36:49.250420+0000 mgr.smithi067.knbjpz (mgr.14184) 1135 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:36:52.052 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:52.052 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:43.298074Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.oecleq on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:52.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:52 smithi175 bash[29404]: audit 2023-12-25T21:36:51.208366+0000 mon.smithi067 (mon.0) 946 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:36:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:52 smithi175 bash[29404]: audit 2023-12-25T21:36:51.532612+0000 mon.smithi067 (mon.0) 947 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:36:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:52 smithi175 bash[29404]: audit 2023-12-25T21:36:51.533858+0000 mon.smithi067 (mon.0) 948 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:36:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:52 smithi175 bash[29404]: audit 2023-12-25T21:36:51.540863+0000 mon.smithi067 (mon.0) 949 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:36:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:52 smithi175 bash[29404]: audit 2023-12-25T21:36:51.547596+0000 mon.smithi067 (mon.0) 950 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:36:52.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:52 smithi175 bash[29404]: audit 2023-12-25T21:36:51.561577+0000 mon.smithi067 (mon.0) 951 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:36:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:52 smithi067 bash[26019]: audit 2023-12-25T21:36:51.208366+0000 mon.smithi067 (mon.0) 946 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:36:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:52 smithi067 bash[26019]: audit 2023-12-25T21:36:51.532612+0000 mon.smithi067 (mon.0) 947 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:36:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:52 smithi067 bash[26019]: audit 2023-12-25T21:36:51.533858+0000 mon.smithi067 (mon.0) 948 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:36:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:52 smithi067 bash[26019]: audit 2023-12-25T21:36:51.540863+0000 mon.smithi067 (mon.0) 949 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:36:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:52 smithi067 bash[26019]: audit 2023-12-25T21:36:51.547596+0000 mon.smithi067 (mon.0) 950 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:36:52.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:52 smithi067 bash[26019]: audit 2023-12-25T21:36:51.561577+0000 mon.smithi067 (mon.0) 951 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:36:52.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:53 smithi175 bash[29404]: cluster 2023-12-25T21:36:51.251533+0000 mgr.smithi067.knbjpz (mgr.14184) 1136 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:53 smithi175 bash[29404]: cluster 2023-12-25T21:36:51.541761+0000 mgr.smithi067.knbjpz (mgr.14184) 1137 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:53 smithi175 bash[29404]: cephadm 2023-12-25T21:36:51.564848+0000 mgr.smithi067.knbjpz (mgr.14184) 1138 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.saxlpu on smithi175 2023-12-25T21:36:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:53 smithi175 bash[29404]: cluster 2023-12-25T21:36:52.021000+0000 mon.smithi067 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:36:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:53 smithi175 bash[29404]: cluster 2023-12-25T21:36:52.021058+0000 mon.smithi067 (mon.0) 953 : cluster [INF] Cluster is now healthy 2023-12-25T21:36:53.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:53 smithi175 bash[29404]: audit 2023-12-25T21:36:52.047556+0000 mgr.smithi067.knbjpz (mgr.14184) 1139 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:53 smithi067 bash[26019]: cluster 2023-12-25T21:36:51.251533+0000 mgr.smithi067.knbjpz (mgr.14184) 1136 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:53 smithi067 bash[26019]: cluster 2023-12-25T21:36:51.541761+0000 mgr.smithi067.knbjpz (mgr.14184) 1137 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:53 smithi067 bash[26019]: cephadm 2023-12-25T21:36:51.564848+0000 mgr.smithi067.knbjpz (mgr.14184) 1138 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.saxlpu on smithi175 2023-12-25T21:36:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:53 smithi067 bash[26019]: cluster 2023-12-25T21:36:52.021000+0000 mon.smithi067 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:36:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:53 smithi067 bash[26019]: cluster 2023-12-25T21:36:52.021058+0000 mon.smithi067 (mon.0) 953 : cluster [INF] Cluster is now healthy 2023-12-25T21:36:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:53 smithi067 bash[26019]: audit 2023-12-25T21:36:52.047556+0000 mgr.smithi067.knbjpz (mgr.14184) 1139 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:53.680 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:55.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:55 smithi067 bash[26019]: cluster 2023-12-25T21:36:53.543342+0000 mgr.smithi067.knbjpz (mgr.14184) 1140 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:55.283 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:55 smithi175 bash[29404]: cluster 2023-12-25T21:36:53.543342+0000 mgr.smithi067.knbjpz (mgr.14184) 1140 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:56.436 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:56 smithi067 bash[26019]: audit 2023-12-25T21:36:55.353597+0000 mon.smithi067 (mon.0) 954 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.saxlpu"}]: dispatch 2023-12-25T21:36:56.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:56 smithi175 bash[29404]: audit 2023-12-25T21:36:55.353597+0000 mon.smithi067 (mon.0) 954 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.saxlpu"}]: dispatch 2023-12-25T21:36:56.887 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:36:56.888 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:47.408068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.yiegzc on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-yiegzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.yiegzc\nDeploy daemon haproxy.nfs.foo.smithi175.yiegzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.194327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.aizxmv on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-aizxmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.aizxmv\nDeploy daemon haproxy.nfs.foo.smithi067.aizxmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:51.199090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ktpepk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:36:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: cephadm 2023-12-25T21:36:55.352366+0000 mgr.smithi067.knbjpz (mgr.14184) 1141 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:36:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.saxlpu ... 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.saxlpu ... 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: cephadm 2023-12-25T21:36:55.352908+0000 mgr.smithi067.knbjpz (mgr.14184) 1142 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: cephadm 2023-12-25T21:36:55.355476+0000 mgr.smithi067.knbjpz (mgr.14184) 1143 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.saxlpu ... 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: cephadm 2023-12-25T21:36:55.360446+0000 mgr.smithi067.knbjpz (mgr.14184) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.peimqj on smithi067 2023-12-25T21:36:57.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:57 smithi067 bash[26019]: cluster 2023-12-25T21:36:55.544246+0000 mgr.smithi067.knbjpz (mgr.14184) 1145 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:57.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: cephadm 2023-12-25T21:36:55.352366+0000 mgr.smithi067.knbjpz (mgr.14184) 1141 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:36:57.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.saxlpu ... 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:36:57.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.saxlpu ... 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: cephadm 2023-12-25T21:36:55.352908+0000 mgr.smithi067.knbjpz (mgr.14184) 1142 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: cephadm 2023-12-25T21:36:55.355476+0000 mgr.smithi067.knbjpz (mgr.14184) 1143 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.saxlpu ... 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: cephadm 2023-12-25T21:36:55.360446+0000 mgr.smithi067.knbjpz (mgr.14184) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.peimqj on smithi067 2023-12-25T21:36:57.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:57 smithi175 bash[29404]: cluster 2023-12-25T21:36:55.544246+0000 mgr.smithi067.knbjpz (mgr.14184) 1145 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:57.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:58 smithi067 bash[26019]: audit 2023-12-25T21:36:56.875100+0000 mgr.smithi067.knbjpz (mgr.14184) 1146 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:58 smithi175 bash[29404]: audit 2023-12-25T21:36:56.875100+0000 mgr.smithi067.knbjpz (mgr.14184) 1146 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:58.544 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:59.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:36:59 smithi067 bash[26019]: cluster 2023-12-25T21:36:57.545661+0000 mgr.smithi067.knbjpz (mgr.14184) 1147 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:36:59.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:36:59 smithi175 bash[29404]: cluster 2023-12-25T21:36:57.545661+0000 mgr.smithi067.knbjpz (mgr.14184) 1147 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:37:00.130 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:00 smithi067 bash[26019]: audit 2023-12-25T21:36:59.649395+0000 mon.smithi067 (mon.0) 955 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.peimqj"}]: dispatch 2023-12-25T21:37:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:00 smithi175 bash[29404]: audit 2023-12-25T21:36:59.649395+0000 mon.smithi067 (mon.0) 955 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.peimqj"}]: dispatch 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cluster 2023-12-25T21:36:59.546661+0000 mgr.smithi067.knbjpz (mgr.14184) 1148 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cephadm 2023-12-25T21:36:59.648542+0000 mgr.smithi067.knbjpz (mgr.14184) 1149 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.peimqj ... 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.471 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:37:01.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.peimqj ... 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cephadm 2023-12-25T21:36:59.648854+0000 mgr.smithi067.knbjpz (mgr.14184) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cephadm 2023-12-25T21:36:59.650722+0000 mgr.smithi067.knbjpz (mgr.14184) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.473 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.peimqj ... 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cephadm 2023-12-25T21:36:59.652562+0000 mgr.smithi067.knbjpz (mgr.14184) 1152 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cephadm 2023-12-25T21:36:59.654330+0000 mgr.smithi067.knbjpz (mgr.14184) 1153 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cluster 2023-12-25T21:36:59.655381+0000 mgr.smithi067.knbjpz (mgr.14184) 1154 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:37:01.474 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:01 smithi067 bash[26019]: cluster 2023-12-25T21:37:00.068875+0000 mon.smithi067 (mon.0) 956 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:37:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cluster 2023-12-25T21:36:59.546661+0000 mgr.smithi067.knbjpz (mgr.14184) 1148 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:37:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cephadm 2023-12-25T21:36:59.648542+0000 mgr.smithi067.knbjpz (mgr.14184) 1149 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:37:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.peimqj ... 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:37:01.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.peimqj ... 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cephadm 2023-12-25T21:36:59.648854+0000 mgr.smithi067.knbjpz (mgr.14184) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cephadm 2023-12-25T21:36:59.650722+0000 mgr.smithi067.knbjpz (mgr.14184) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:37:01.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.peimqj ... 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cephadm 2023-12-25T21:36:59.652562+0000 mgr.smithi067.knbjpz (mgr.14184) 1152 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cephadm 2023-12-25T21:36:59.654330+0000 mgr.smithi067.knbjpz (mgr.14184) 1153 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cluster 2023-12-25T21:36:59.655381+0000 mgr.smithi067.knbjpz (mgr.14184) 1154 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:37:01.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:01 smithi175 bash[29404]: cluster 2023-12-25T21:37:00.068875+0000 mon.smithi067 (mon.0) 956 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:37:01.904 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:01.905 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:02.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:03 smithi067 bash[26019]: cluster 2023-12-25T21:37:01.657183+0000 mgr.smithi067.knbjpz (mgr.14184) 1155 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:03 smithi067 bash[26019]: audit 2023-12-25T21:37:01.893960+0000 mgr.smithi067.knbjpz (mgr.14184) 1156 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:03.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:03 smithi067 bash[26019]: audit 2023-12-25T21:37:02.057719+0000 mon.smithi067 (mon.0) 957 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:37:03.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:03 smithi175 bash[29404]: cluster 2023-12-25T21:37:01.657183+0000 mgr.smithi067.knbjpz (mgr.14184) 1155 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:03.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:03 smithi175 bash[29404]: audit 2023-12-25T21:37:01.893960+0000 mgr.smithi067.knbjpz (mgr.14184) 1156 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:03.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:03 smithi175 bash[29404]: audit 2023-12-25T21:37:02.057719+0000 mon.smithi067 (mon.0) 957 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:37:03.555 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:05.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:05 smithi067 bash[26019]: cluster 2023-12-25T21:37:03.658925+0000 mgr.smithi067.knbjpz (mgr.14184) 1157 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:05.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:05 smithi175 bash[29404]: cluster 2023-12-25T21:37:03.658925+0000 mgr.smithi067.knbjpz (mgr.14184) 1157 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:06.746 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:06.746 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:07.343 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:07 smithi067 bash[26019]: cluster 2023-12-25T21:37:05.660691+0000 mgr.smithi067.knbjpz (mgr.14184) 1158 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:07.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:07.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:07 smithi175 bash[29404]: cluster 2023-12-25T21:37:05.660691+0000 mgr.smithi067.knbjpz (mgr.14184) 1158 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:08.346 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:08.358 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:08 smithi067 bash[26019]: audit 2023-12-25T21:37:06.740587+0000 mgr.smithi067.knbjpz (mgr.14184) 1159 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:08.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:08 smithi175 bash[29404]: audit 2023-12-25T21:37:06.740587+0000 mgr.smithi067.knbjpz (mgr.14184) 1159 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:09.385 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:09 smithi067 bash[26019]: cluster 2023-12-25T21:37:07.662650+0000 mgr.smithi067.knbjpz (mgr.14184) 1160 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:09 smithi175 bash[29404]: cluster 2023-12-25T21:37:07.662650+0000 mgr.smithi067.knbjpz (mgr.14184) 1160 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:11.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:11 smithi067 bash[26019]: cluster 2023-12-25T21:37:09.663747+0000 mgr.smithi067.knbjpz (mgr.14184) 1161 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:11.446 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:11.446 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:11.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:11 smithi175 bash[29404]: cluster 2023-12-25T21:37:09.663747+0000 mgr.smithi067.knbjpz (mgr.14184) 1161 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:37:12.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:13.060 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:13 smithi067 bash[26019]: audit 2023-12-25T21:37:11.432829+0000 mgr.smithi067.knbjpz (mgr.14184) 1162 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:13 smithi067 bash[26019]: cluster 2023-12-25T21:37:11.665373+0000 mgr.smithi067.knbjpz (mgr.14184) 1163 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:13 smithi175 bash[29404]: audit 2023-12-25T21:37:11.432829+0000 mgr.smithi067.knbjpz (mgr.14184) 1162 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:13 smithi175 bash[29404]: cluster 2023-12-25T21:37:11.665373+0000 mgr.smithi067.knbjpz (mgr.14184) 1163 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:15.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:15 smithi067 bash[26019]: cluster 2023-12-25T21:37:13.667008+0000 mgr.smithi067.knbjpz (mgr.14184) 1164 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:15.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:15 smithi175 bash[29404]: cluster 2023-12-25T21:37:13.667008+0000 mgr.smithi067.knbjpz (mgr.14184) 1164 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:16.244 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:16.244 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:16.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:17.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:17 smithi067 bash[26019]: cluster 2023-12-25T21:37:15.668437+0000 mgr.smithi067.knbjpz (mgr.14184) 1165 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:17.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:17 smithi175 bash[29404]: cluster 2023-12-25T21:37:15.668437+0000 mgr.smithi067.knbjpz (mgr.14184) 1165 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:17.838 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:18.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:18 smithi067 bash[26019]: audit 2023-12-25T21:37:16.230844+0000 mgr.smithi067.knbjpz (mgr.14184) 1166 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:18.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:18 smithi175 bash[29404]: audit 2023-12-25T21:37:16.230844+0000 mgr.smithi067.knbjpz (mgr.14184) 1166 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:19.319 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:19 smithi067 bash[26019]: cluster 2023-12-25T21:37:17.670412+0000 mgr.smithi067.knbjpz (mgr.14184) 1167 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:19.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:19 smithi175 bash[29404]: cluster 2023-12-25T21:37:17.670412+0000 mgr.smithi067.knbjpz (mgr.14184) 1167 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:21.162 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:21.162 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:21.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:21 smithi067 bash[26019]: cluster 2023-12-25T21:37:19.671661+0000 mgr.smithi067.knbjpz (mgr.14184) 1168 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:21.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:21 smithi175 bash[29404]: cluster 2023-12-25T21:37:19.671661+0000 mgr.smithi067.knbjpz (mgr.14184) 1168 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:21.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:22.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:22 smithi067 bash[26019]: audit 2023-12-25T21:37:21.155240+0000 mgr.smithi067.knbjpz (mgr.14184) 1169 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:22.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:22 smithi175 bash[29404]: audit 2023-12-25T21:37:21.155240+0000 mgr.smithi067.knbjpz (mgr.14184) 1169 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:22.828 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:23.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:23 smithi067 bash[26019]: cluster 2023-12-25T21:37:21.673535+0000 mgr.smithi067.knbjpz (mgr.14184) 1170 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:23.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:23 smithi175 bash[29404]: cluster 2023-12-25T21:37:21.673535+0000 mgr.smithi067.knbjpz (mgr.14184) 1170 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:25.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:25 smithi067 bash[26019]: cluster 2023-12-25T21:37:23.675287+0000 mgr.smithi067.knbjpz (mgr.14184) 1171 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:25 smithi175 bash[29404]: cluster 2023-12-25T21:37:23.675287+0000 mgr.smithi067.knbjpz (mgr.14184) 1171 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:26.220 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:26.220 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:26.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:27 smithi067 bash[26019]: cluster 2023-12-25T21:37:25.676829+0000 mgr.smithi067.knbjpz (mgr.14184) 1172 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:27.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:27 smithi175 bash[29404]: cluster 2023-12-25T21:37:25.676829+0000 mgr.smithi067.knbjpz (mgr.14184) 1172 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:27.844 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:28.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:28 smithi175 bash[29404]: audit 2023-12-25T21:37:26.210126+0000 mgr.smithi067.knbjpz (mgr.14184) 1173 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:28.595 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:28 smithi067 bash[26019]: audit 2023-12-25T21:37:26.210126+0000 mgr.smithi067.knbjpz (mgr.14184) 1173 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:29.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:29 smithi067 bash[26019]: cluster 2023-12-25T21:37:27.678827+0000 mgr.smithi067.knbjpz (mgr.14184) 1174 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:29.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:29 smithi175 bash[29404]: cluster 2023-12-25T21:37:27.678827+0000 mgr.smithi067.knbjpz (mgr.14184) 1174 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:31.122 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:31.123 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:31.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:31 smithi067 bash[26019]: cluster 2023-12-25T21:37:29.679946+0000 mgr.smithi067.knbjpz (mgr.14184) 1175 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:31.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:31 smithi175 bash[29404]: cluster 2023-12-25T21:37:29.679946+0000 mgr.smithi067.knbjpz (mgr.14184) 1175 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:31.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:32.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:32 smithi067 bash[26019]: audit 2023-12-25T21:37:31.117437+0000 mgr.smithi067.knbjpz (mgr.14184) 1176 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:32.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:32 smithi175 bash[29404]: audit 2023-12-25T21:37:31.117437+0000 mgr.smithi067.knbjpz (mgr.14184) 1176 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:32.771 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:33.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:33 smithi175 bash[29404]: cluster 2023-12-25T21:37:31.681354+0000 mgr.smithi067.knbjpz (mgr.14184) 1177 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:33.583 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:33 smithi067 bash[26019]: cluster 2023-12-25T21:37:31.681354+0000 mgr.smithi067.knbjpz (mgr.14184) 1177 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:34 smithi067 bash[26019]: cluster 2023-12-25T21:37:33.683073+0000 mgr.smithi067.knbjpz (mgr.14184) 1178 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:34 smithi175 bash[29404]: cluster 2023-12-25T21:37:33.683073+0000 mgr.smithi067.knbjpz (mgr.14184) 1178 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:35.919 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:35.919 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:36.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:36.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:36 smithi067 bash[26019]: cluster 2023-12-25T21:37:35.684455+0000 mgr.smithi067.knbjpz (mgr.14184) 1179 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:36.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:36 smithi067 bash[26019]: audit 2023-12-25T21:37:35.909193+0000 mgr.smithi067.knbjpz (mgr.14184) 1180 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:37.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:36 smithi175 bash[29404]: cluster 2023-12-25T21:37:35.684455+0000 mgr.smithi067.knbjpz (mgr.14184) 1179 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:37.037 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:36 smithi175 bash[29404]: audit 2023-12-25T21:37:35.909193+0000 mgr.smithi067.knbjpz (mgr.14184) 1180 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:37.534 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:39.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:38 smithi067 bash[26019]: cluster 2023-12-25T21:37:37.686565+0000 mgr.smithi067.knbjpz (mgr.14184) 1181 : 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 2023-12-25T21:37:39.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:38 smithi175 bash[29404]: cluster 2023-12-25T21:37:37.686565+0000 mgr.smithi067.knbjpz (mgr.14184) 1181 : 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 2023-12-25T21:37:40.651 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:40.651 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:41.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:41 smithi067 bash[26019]: cluster 2023-12-25T21:37:39.687758+0000 mgr.smithi067.knbjpz (mgr.14184) 1182 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:41.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:41.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:41 smithi175 bash[29404]: cluster 2023-12-25T21:37:39.687758+0000 mgr.smithi067.knbjpz (mgr.14184) 1182 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:42.261 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:42.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:42 smithi067 bash[26019]: audit 2023-12-25T21:37:40.642902+0000 mgr.smithi067.knbjpz (mgr.14184) 1183 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:42.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:42 smithi175 bash[29404]: audit 2023-12-25T21:37:40.642902+0000 mgr.smithi067.knbjpz (mgr.14184) 1183 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:43.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:43 smithi175 bash[29404]: cluster 2023-12-25T21:37:41.689631+0000 mgr.smithi067.knbjpz (mgr.14184) 1184 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:43.396 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:43 smithi067 bash[26019]: cluster 2023-12-25T21:37:41.689631+0000 mgr.smithi067.knbjpz (mgr.14184) 1184 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:45.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:45 smithi067 bash[26019]: cluster 2023-12-25T21:37:43.690731+0000 mgr.smithi067.knbjpz (mgr.14184) 1185 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:45.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:45 smithi175 bash[29404]: cluster 2023-12-25T21:37:43.690731+0000 mgr.smithi067.knbjpz (mgr.14184) 1185 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:45.427 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:45.427 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:46.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:47.076 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:47.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:47 smithi067 bash[26019]: audit 2023-12-25T21:37:45.414708+0000 mgr.smithi067.knbjpz (mgr.14184) 1186 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:47.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:47 smithi067 bash[26019]: cluster 2023-12-25T21:37:45.692225+0000 mgr.smithi067.knbjpz (mgr.14184) 1187 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:47.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:47 smithi175 bash[29404]: audit 2023-12-25T21:37:45.414708+0000 mgr.smithi067.knbjpz (mgr.14184) 1186 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:47.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:47 smithi175 bash[29404]: cluster 2023-12-25T21:37:45.692225+0000 mgr.smithi067.knbjpz (mgr.14184) 1187 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:49.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:49 smithi067 bash[26019]: cluster 2023-12-25T21:37:47.694062+0000 mgr.smithi067.knbjpz (mgr.14184) 1188 : 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 2023-12-25T21:37:49.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:49 smithi175 bash[29404]: cluster 2023-12-25T21:37:47.694062+0000 mgr.smithi067.knbjpz (mgr.14184) 1188 : 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 2023-12-25T21:37:50.305 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:50.305 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:50.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:51.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:51 smithi067 bash[26019]: cluster 2023-12-25T21:37:49.695061+0000 mgr.smithi067.knbjpz (mgr.14184) 1189 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:51.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:51 smithi175 bash[29404]: cluster 2023-12-25T21:37:49.695061+0000 mgr.smithi067.knbjpz (mgr.14184) 1189 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:51.904 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:52.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:52 smithi067 bash[26019]: audit 2023-12-25T21:37:50.294777+0000 mgr.smithi067.knbjpz (mgr.14184) 1190 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:52.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:52 smithi175 bash[29404]: audit 2023-12-25T21:37:50.294777+0000 mgr.smithi067.knbjpz (mgr.14184) 1190 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:53.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:53 smithi067 bash[26019]: cluster 2023-12-25T21:37:51.696974+0000 mgr.smithi067.knbjpz (mgr.14184) 1191 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:53.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:53 smithi175 bash[29404]: cluster 2023-12-25T21:37:51.696974+0000 mgr.smithi067.knbjpz (mgr.14184) 1191 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:55.013 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:55.014 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:37:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:55 smithi067 bash[26019]: cluster 2023-12-25T21:37:53.698032+0000 mgr.smithi067.knbjpz (mgr.14184) 1192 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:55.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:55 smithi175 bash[29404]: cluster 2023-12-25T21:37:53.698032+0000 mgr.smithi067.knbjpz (mgr.14184) 1192 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:55.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:56.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:56 smithi067 bash[26019]: audit 2023-12-25T21:37:55.002671+0000 mgr.smithi067.knbjpz (mgr.14184) 1193 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:56.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:56 smithi175 bash[29404]: audit 2023-12-25T21:37:55.002671+0000 mgr.smithi067.knbjpz (mgr.14184) 1193 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:56.640 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:57.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:57 smithi067 bash[26019]: cluster 2023-12-25T21:37:55.699648+0000 mgr.smithi067.knbjpz (mgr.14184) 1194 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:57.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:57 smithi175 bash[29404]: cluster 2023-12-25T21:37:55.699648+0000 mgr.smithi067.knbjpz (mgr.14184) 1194 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:59.426 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:37:59 smithi067 bash[26019]: cluster 2023-12-25T21:37:57.700945+0000 mgr.smithi067.knbjpz (mgr.14184) 1195 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:59.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:37:59 smithi175 bash[29404]: cluster 2023-12-25T21:37:57.700945+0000 mgr.smithi067.knbjpz (mgr.14184) 1195 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:37:59.784 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:37:59.785 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:51.203057Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.ldmjwr on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:00.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:00 smithi067 bash[26019]: audit 2023-12-25T21:37:59.658002+0000 mon.smithi067 (mon.0) 958 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:38:00.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:00 smithi067 bash[26019]: audit 2023-12-25T21:37:59.991814+0000 mon.smithi067 (mon.0) 959 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:38:00.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:00 smithi067 bash[26019]: audit 2023-12-25T21:37:59.993470+0000 mon.smithi067 (mon.0) 960 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:38:00.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:00 smithi067 bash[26019]: audit 2023-12-25T21:38:00.003198+0000 mon.smithi067 (mon.0) 961 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:00.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:00 smithi067 bash[26019]: audit 2023-12-25T21:38:00.009246+0000 mon.smithi067 (mon.0) 962 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:38:00.391 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:00 smithi067 bash[26019]: audit 2023-12-25T21:38:00.026792+0000 mon.smithi067 (mon.0) 963 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:00.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:00 smithi175 bash[29404]: audit 2023-12-25T21:37:59.658002+0000 mon.smithi067 (mon.0) 958 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:38:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:00 smithi175 bash[29404]: audit 2023-12-25T21:37:59.991814+0000 mon.smithi067 (mon.0) 959 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:38:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:00 smithi175 bash[29404]: audit 2023-12-25T21:37:59.993470+0000 mon.smithi067 (mon.0) 960 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:38:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:00 smithi175 bash[29404]: audit 2023-12-25T21:38:00.003198+0000 mon.smithi067 (mon.0) 961 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:00 smithi175 bash[29404]: audit 2023-12-25T21:38:00.009246+0000 mon.smithi067 (mon.0) 962 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:38:00.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:00 smithi175 bash[29404]: audit 2023-12-25T21:38:00.026792+0000 mon.smithi067 (mon.0) 963 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:01.393 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:01.404 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: cluster 2023-12-25T21:37:59.702144+0000 mgr.smithi067.knbjpz (mgr.14184) 1196 : 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 2023-12-25T21:38:01.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: audit 2023-12-25T21:37:59.779381+0000 mgr.smithi067.knbjpz (mgr.14184) 1197 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:01.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: cluster 2023-12-25T21:38:00.004545+0000 mgr.smithi067.knbjpz (mgr.14184) 1198 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-25T21:38:01.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: cephadm 2023-12-25T21:38:00.030782+0000 mgr.smithi067.knbjpz (mgr.14184) 1199 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.habsgm on smithi175 2023-12-25T21:38:01.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: cluster 2023-12-25T21:38:00.089978+0000 mon.smithi067 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:38:01.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: cluster 2023-12-25T21:38:00.090037+0000 mon.smithi067 (mon.0) 965 : cluster [INF] Cluster is now healthy 2023-12-25T21:38:01.405 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:01 smithi067 bash[26019]: audit 2023-12-25T21:38:00.797325+0000 mon.smithi067 (mon.0) 966 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: cluster 2023-12-25T21:37:59.702144+0000 mgr.smithi067.knbjpz (mgr.14184) 1196 : 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 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: audit 2023-12-25T21:37:59.779381+0000 mgr.smithi067.knbjpz (mgr.14184) 1197 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: cluster 2023-12-25T21:38:00.004545+0000 mgr.smithi067.knbjpz (mgr.14184) 1198 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: cephadm 2023-12-25T21:38:00.030782+0000 mgr.smithi067.knbjpz (mgr.14184) 1199 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.habsgm on smithi175 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: cluster 2023-12-25T21:38:00.089978+0000 mon.smithi067 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: cluster 2023-12-25T21:38:00.090037+0000 mon.smithi067 (mon.0) 965 : cluster [INF] Cluster is now healthy 2023-12-25T21:38:01.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:01 smithi175 bash[29404]: audit 2023-12-25T21:38:00.797325+0000 mon.smithi067 (mon.0) 966 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:03.415 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:03 smithi175 bash[29404]: cluster 2023-12-25T21:38:02.006292+0000 mgr.smithi067.knbjpz (mgr.14184) 1200 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:38:03.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:03 smithi067 bash[26019]: cluster 2023-12-25T21:38:02.006292+0000 mgr.smithi067.knbjpz (mgr.14184) 1200 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:38:04.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:04 smithi067 bash[26019]: audit 2023-12-25T21:38:03.815778+0000 mon.smithi067 (mon.0) 967 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.habsgm"}]: dispatch 2023-12-25T21:38:04.507 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:04.507 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:55.355174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.saxlpu on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-saxlpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.saxlpu\nDeploy daemon haproxy.nfs.foo.smithi175.saxlpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.650543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.peimqj on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-peimqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.peimqj\nDeploy daemon haproxy.nfs.foo.smithi067.peimqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:36:59.652460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.igdjsy on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:04.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:04 smithi175 bash[29404]: audit 2023-12-25T21:38:03.815778+0000 mon.smithi067 (mon.0) 967 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.habsgm"}]: dispatch 2023-12-25T21:38:05.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: cephadm 2023-12-25T21:38:03.814479+0000 mgr.smithi067.knbjpz (mgr.14184) 1201 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.habsgm ... 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:05.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.habsgm ... 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: cephadm 2023-12-25T21:38:03.815012+0000 mgr.smithi067.knbjpz (mgr.14184) 1202 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: cephadm 2023-12-25T21:38:03.817056+0000 mgr.smithi067.knbjpz (mgr.14184) 1203 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.habsgm ... 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: cephadm 2023-12-25T21:38:03.821361+0000 mgr.smithi067.knbjpz (mgr.14184) 1204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.xoawwe on smithi067 2023-12-25T21:38:05.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:05 smithi067 bash[26019]: cluster 2023-12-25T21:38:04.007180+0000 mgr.smithi067.knbjpz (mgr.14184) 1205 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:38:05.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: cephadm 2023-12-25T21:38:03.814479+0000 mgr.smithi067.knbjpz (mgr.14184) 1201 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:05.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.habsgm ... 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:38:05.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.habsgm ... 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: cephadm 2023-12-25T21:38:03.815012+0000 mgr.smithi067.knbjpz (mgr.14184) 1202 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: cephadm 2023-12-25T21:38:03.817056+0000 mgr.smithi067.knbjpz (mgr.14184) 1203 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.habsgm ... 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: cephadm 2023-12-25T21:38:03.821361+0000 mgr.smithi067.knbjpz (mgr.14184) 1204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.xoawwe on smithi067 2023-12-25T21:38:05.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:05 smithi175 bash[29404]: cluster 2023-12-25T21:38:04.007180+0000 mgr.smithi067.knbjpz (mgr.14184) 1205 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:38:06.135 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:06.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:06 smithi067 bash[26019]: audit 2023-12-25T21:38:04.496912+0000 mgr.smithi067.knbjpz (mgr.14184) 1206 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:06.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:06 smithi175 bash[29404]: audit 2023-12-25T21:38:04.496912+0000 mgr.smithi067.knbjpz (mgr.14184) 1206 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:07.460 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:07 smithi067 bash[26019]: cluster 2023-12-25T21:38:06.008710+0000 mgr.smithi067.knbjpz (mgr.14184) 1207 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:38:07.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:07 smithi175 bash[29404]: cluster 2023-12-25T21:38:06.008710+0000 mgr.smithi067.knbjpz (mgr.14184) 1207 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:38:08.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:08 smithi067 bash[26019]: audit 2023-12-25T21:38:07.875290+0000 mon.smithi067 (mon.0) 968 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.xoawwe"}]: dispatch 2023-12-25T21:38:08.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:08 smithi175 bash[29404]: audit 2023-12-25T21:38:07.875290+0000 mon.smithi067 (mon.0) 968 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.xoawwe"}]: dispatch 2023-12-25T21:38:09.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cephadm 2023-12-25T21:38:07.874327+0000 mgr.smithi067.knbjpz (mgr.14184) 1208 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xoawwe ... 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xoawwe ... 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:09.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cephadm 2023-12-25T21:38:07.874621+0000 mgr.smithi067.knbjpz (mgr.14184) 1209 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cephadm 2023-12-25T21:38:07.876499+0000 mgr.smithi067.knbjpz (mgr.14184) 1210 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xoawwe ... 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:09.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:09.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:09.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cephadm 2023-12-25T21:38:07.881581+0000 mgr.smithi067.knbjpz (mgr.14184) 1211 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:09.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cephadm 2023-12-25T21:38:07.884910+0000 mgr.smithi067.knbjpz (mgr.14184) 1212 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:09.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cluster 2023-12-25T21:38:07.886353+0000 mgr.smithi067.knbjpz (mgr.14184) 1213 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:38:09.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:09 smithi067 bash[26019]: cluster 2023-12-25T21:38:08.134080+0000 mon.smithi067 (mon.0) 969 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:38:09.443 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:09.443 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cephadm 2023-12-25T21:38:07.874327+0000 mgr.smithi067.knbjpz (mgr.14184) 1208 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xoawwe ... 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:09.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xoawwe ... 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:09.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cephadm 2023-12-25T21:38:07.874621+0000 mgr.smithi067.knbjpz (mgr.14184) 1209 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cephadm 2023-12-25T21:38:07.876499+0000 mgr.smithi067.knbjpz (mgr.14184) 1210 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xoawwe ... 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:09.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cephadm 2023-12-25T21:38:07.881581+0000 mgr.smithi067.knbjpz (mgr.14184) 1211 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:09.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cephadm 2023-12-25T21:38:07.884910+0000 mgr.smithi067.knbjpz (mgr.14184) 1212 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:09.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cluster 2023-12-25T21:38:07.886353+0000 mgr.smithi067.knbjpz (mgr.14184) 1213 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:38:09.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:09 smithi175 bash[29404]: cluster 2023-12-25T21:38:08.134080+0000 mon.smithi067 (mon.0) 969 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:38:10.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:11.063 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:11 smithi067 bash[26019]: audit 2023-12-25T21:38:09.429303+0000 mgr.smithi067.knbjpz (mgr.14184) 1214 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:11.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:11 smithi067 bash[26019]: cluster 2023-12-25T21:38:09.887965+0000 mgr.smithi067.knbjpz (mgr.14184) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-25T21:38:11.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:11 smithi175 bash[29404]: audit 2023-12-25T21:38:09.429303+0000 mgr.smithi067.knbjpz (mgr.14184) 1214 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:11.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:11 smithi175 bash[29404]: cluster 2023-12-25T21:38:09.887965+0000 mgr.smithi067.knbjpz (mgr.14184) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-25T21:38:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:13 smithi067 bash[26019]: cluster 2023-12-25T21:38:11.889842+0000 mgr.smithi067.knbjpz (mgr.14184) 1216 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:13 smithi067 bash[26019]: audit 2023-12-25T21:38:12.121309+0000 mon.smithi067 (mon.0) 970 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:13 smithi175 bash[29404]: cluster 2023-12-25T21:38:11.889842+0000 mgr.smithi067.knbjpz (mgr.14184) 1216 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:13 smithi175 bash[29404]: audit 2023-12-25T21:38:12.121309+0000 mon.smithi067 (mon.0) 970 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:14.351 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:14.352 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:14.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:15.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:15 smithi067 bash[26019]: cluster 2023-12-25T21:38:13.891111+0000 mgr.smithi067.knbjpz (mgr.14184) 1217 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:15.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:15 smithi175 bash[29404]: cluster 2023-12-25T21:38:13.891111+0000 mgr.smithi067.knbjpz (mgr.14184) 1217 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:15.983 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:16.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:16 smithi067 bash[26019]: audit 2023-12-25T21:38:14.339740+0000 mgr.smithi067.knbjpz (mgr.14184) 1218 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:16.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:16 smithi067 bash[26019]: audit 2023-12-25T21:38:15.797445+0000 mon.smithi067 (mon.0) 971 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:16.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:16 smithi175 bash[29404]: audit 2023-12-25T21:38:14.339740+0000 mgr.smithi067.knbjpz (mgr.14184) 1218 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:16.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:16 smithi175 bash[29404]: audit 2023-12-25T21:38:15.797445+0000 mon.smithi067 (mon.0) 971 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:38:17.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:17 smithi067 bash[26019]: cluster 2023-12-25T21:38:15.892667+0000 mgr.smithi067.knbjpz (mgr.14184) 1219 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:17.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:17 smithi175 bash[29404]: cluster 2023-12-25T21:38:15.892667+0000 mgr.smithi067.knbjpz (mgr.14184) 1219 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:19.160 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:19.161 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:19.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:19 smithi067 bash[26019]: cluster 2023-12-25T21:38:17.894742+0000 mgr.smithi067.knbjpz (mgr.14184) 1220 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:19.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:19 smithi175 bash[29404]: cluster 2023-12-25T21:38:17.894742+0000 mgr.smithi067.knbjpz (mgr.14184) 1220 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:38:19.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:20 smithi067 bash[26019]: audit 2023-12-25T21:38:19.153482+0000 mgr.smithi067.knbjpz (mgr.14184) 1221 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:20 smithi175 bash[29404]: audit 2023-12-25T21:38:19.153482+0000 mgr.smithi067.knbjpz (mgr.14184) 1221 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:20.794 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:21.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:21 smithi067 bash[26019]: cluster 2023-12-25T21:38:19.896457+0000 mgr.smithi067.knbjpz (mgr.14184) 1222 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:21.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:21 smithi175 bash[29404]: cluster 2023-12-25T21:38:19.896457+0000 mgr.smithi067.knbjpz (mgr.14184) 1222 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:23.475 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:23 smithi067 bash[26019]: cluster 2023-12-25T21:38:21.898563+0000 mgr.smithi067.knbjpz (mgr.14184) 1223 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:23 smithi175 bash[29404]: cluster 2023-12-25T21:38:21.898563+0000 mgr.smithi067.knbjpz (mgr.14184) 1223 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:23.928 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:23.928 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:24.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:25.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:25 smithi067 bash[26019]: cluster 2023-12-25T21:38:23.899763+0000 mgr.smithi067.knbjpz (mgr.14184) 1224 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:25 smithi067 bash[26019]: audit 2023-12-25T21:38:23.915483+0000 mgr.smithi067.knbjpz (mgr.14184) 1225 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:25 smithi175 bash[29404]: cluster 2023-12-25T21:38:23.899763+0000 mgr.smithi067.knbjpz (mgr.14184) 1224 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:25 smithi175 bash[29404]: audit 2023-12-25T21:38:23.915483+0000 mgr.smithi067.knbjpz (mgr.14184) 1225 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:25.638 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:27 smithi067 bash[26019]: cluster 2023-12-25T21:38:25.901281+0000 mgr.smithi067.knbjpz (mgr.14184) 1226 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:27.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:27 smithi175 bash[29404]: cluster 2023-12-25T21:38:25.901281+0000 mgr.smithi067.knbjpz (mgr.14184) 1226 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:28.865 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:28.866 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:29.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:29 smithi067 bash[26019]: cluster 2023-12-25T21:38:27.903247+0000 mgr.smithi067.knbjpz (mgr.14184) 1227 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:29.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:29 smithi175 bash[29404]: cluster 2023-12-25T21:38:27.903247+0000 mgr.smithi067.knbjpz (mgr.14184) 1227 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:29.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:30.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:30 smithi067 bash[26019]: audit 2023-12-25T21:38:28.851442+0000 mgr.smithi067.knbjpz (mgr.14184) 1228 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:30 smithi175 bash[29404]: audit 2023-12-25T21:38:28.851442+0000 mgr.smithi067.knbjpz (mgr.14184) 1228 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:30.544 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:31.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:31 smithi067 bash[26019]: cluster 2023-12-25T21:38:29.905013+0000 mgr.smithi067.knbjpz (mgr.14184) 1229 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:31.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:31 smithi175 bash[29404]: cluster 2023-12-25T21:38:29.905013+0000 mgr.smithi067.knbjpz (mgr.14184) 1229 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:33.383 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:33 smithi067 bash[26019]: cluster 2023-12-25T21:38:31.907095+0000 mgr.smithi067.knbjpz (mgr.14184) 1230 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:33.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:33 smithi175 bash[29404]: cluster 2023-12-25T21:38:31.907095+0000 mgr.smithi067.knbjpz (mgr.14184) 1230 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:33.848 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:33.848 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:34.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:35.467 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:35.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:35 smithi067 bash[26019]: audit 2023-12-25T21:38:33.843276+0000 mgr.smithi067.knbjpz (mgr.14184) 1231 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:35.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:35 smithi067 bash[26019]: cluster 2023-12-25T21:38:33.908430+0000 mgr.smithi067.knbjpz (mgr.14184) 1232 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:35.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:35 smithi175 bash[29404]: audit 2023-12-25T21:38:33.843276+0000 mgr.smithi067.knbjpz (mgr.14184) 1231 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:35.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:35 smithi175 bash[29404]: cluster 2023-12-25T21:38:33.908430+0000 mgr.smithi067.knbjpz (mgr.14184) 1232 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:37.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:37 smithi067 bash[26019]: cluster 2023-12-25T21:38:35.909953+0000 mgr.smithi067.knbjpz (mgr.14184) 1233 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:37.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:37 smithi175 bash[29404]: cluster 2023-12-25T21:38:35.909953+0000 mgr.smithi067.knbjpz (mgr.14184) 1233 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:38.681 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:38.681 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:39.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:39.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:39 smithi067 bash[26019]: cluster 2023-12-25T21:38:37.912017+0000 mgr.smithi067.knbjpz (mgr.14184) 1234 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:39.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:39 smithi175 bash[29404]: cluster 2023-12-25T21:38:37.912017+0000 mgr.smithi067.knbjpz (mgr.14184) 1234 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:40 smithi067 bash[26019]: audit 2023-12-25T21:38:38.676237+0000 mgr.smithi067.knbjpz (mgr.14184) 1235 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:40.307 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:40.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:40 smithi175 bash[29404]: audit 2023-12-25T21:38:38.676237+0000 mgr.smithi067.knbjpz (mgr.14184) 1235 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:41.371 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:41 smithi067 bash[26019]: cluster 2023-12-25T21:38:39.913667+0000 mgr.smithi067.knbjpz (mgr.14184) 1236 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:41.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:41 smithi175 bash[29404]: cluster 2023-12-25T21:38:39.913667+0000 mgr.smithi067.knbjpz (mgr.14184) 1236 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:43.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:43 smithi067 bash[26019]: cluster 2023-12-25T21:38:41.915599+0000 mgr.smithi067.knbjpz (mgr.14184) 1237 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:43.432 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:43.432 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:43.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:43 smithi175 bash[29404]: cluster 2023-12-25T21:38:41.915599+0000 mgr.smithi067.knbjpz (mgr.14184) 1237 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:44.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:45.050 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:45.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:45 smithi067 bash[26019]: audit 2023-12-25T21:38:43.419526+0000 mgr.smithi067.knbjpz (mgr.14184) 1238 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:45.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:45 smithi067 bash[26019]: cluster 2023-12-25T21:38:43.916858+0000 mgr.smithi067.knbjpz (mgr.14184) 1239 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:45.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:45 smithi175 bash[29404]: audit 2023-12-25T21:38:43.419526+0000 mgr.smithi067.knbjpz (mgr.14184) 1238 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:45.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:45 smithi175 bash[29404]: cluster 2023-12-25T21:38:43.916858+0000 mgr.smithi067.knbjpz (mgr.14184) 1239 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:38:47.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:47 smithi067 bash[26019]: cluster 2023-12-25T21:38:45.918362+0000 mgr.smithi067.knbjpz (mgr.14184) 1240 : 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 2023-12-25T21:38:47.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:47 smithi175 bash[29404]: cluster 2023-12-25T21:38:45.918362+0000 mgr.smithi067.knbjpz (mgr.14184) 1240 : 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 2023-12-25T21:38:48.368 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:48.368 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:48.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:49 smithi067 bash[26019]: cluster 2023-12-25T21:38:47.919917+0000 mgr.smithi067.knbjpz (mgr.14184) 1241 : 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 2023-12-25T21:38:49.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:49 smithi175 bash[29404]: cluster 2023-12-25T21:38:47.919917+0000 mgr.smithi067.knbjpz (mgr.14184) 1241 : 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 2023-12-25T21:38:49.954 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:50.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:50 smithi067 bash[26019]: audit 2023-12-25T21:38:48.357642+0000 mgr.smithi067.knbjpz (mgr.14184) 1242 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:50.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:50 smithi175 bash[29404]: audit 2023-12-25T21:38:48.357642+0000 mgr.smithi067.knbjpz (mgr.14184) 1242 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:51.389 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:51 smithi067 bash[26019]: cluster 2023-12-25T21:38:49.921563+0000 mgr.smithi067.knbjpz (mgr.14184) 1243 : cluster [DBG] pgmap v818: 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 2023-12-25T21:38:51.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:51 smithi175 bash[29404]: cluster 2023-12-25T21:38:49.921563+0000 mgr.smithi067.knbjpz (mgr.14184) 1243 : cluster [DBG] pgmap v818: 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 2023-12-25T21:38:53.194 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:53.195 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:53.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:53 smithi067 bash[26019]: cluster 2023-12-25T21:38:51.922625+0000 mgr.smithi067.knbjpz (mgr.14184) 1244 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:53.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:53 smithi175 bash[29404]: cluster 2023-12-25T21:38:51.922625+0000 mgr.smithi067.knbjpz (mgr.14184) 1244 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:53.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:54.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:54 smithi067 bash[26019]: audit 2023-12-25T21:38:53.184633+0000 mgr.smithi067.knbjpz (mgr.14184) 1245 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:54.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:54 smithi175 bash[29404]: audit 2023-12-25T21:38:53.184633+0000 mgr.smithi067.knbjpz (mgr.14184) 1245 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:54.833 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:55.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:55 smithi067 bash[26019]: cluster 2023-12-25T21:38:53.923868+0000 mgr.smithi067.knbjpz (mgr.14184) 1246 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:55.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:55 smithi175 bash[29404]: cluster 2023-12-25T21:38:53.923868+0000 mgr.smithi067.knbjpz (mgr.14184) 1246 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:57.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:57 smithi067 bash[26019]: cluster 2023-12-25T21:38:55.925331+0000 mgr.smithi067.knbjpz (mgr.14184) 1247 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:57.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:57 smithi175 bash[29404]: cluster 2023-12-25T21:38:55.925331+0000 mgr.smithi067.knbjpz (mgr.14184) 1247 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:57.962 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:38:57.963 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:38:58.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:59.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:59 smithi067 bash[26019]: cluster 2023-12-25T21:38:57.926560+0000 mgr.smithi067.knbjpz (mgr.14184) 1248 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:59.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:38:59 smithi067 bash[26019]: audit 2023-12-25T21:38:57.954561+0000 mgr.smithi067.knbjpz (mgr.14184) 1249 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:59.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:59 smithi175 bash[29404]: cluster 2023-12-25T21:38:57.926560+0000 mgr.smithi067.knbjpz (mgr.14184) 1248 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:38:59.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:38:59 smithi175 bash[29404]: audit 2023-12-25T21:38:57.954561+0000 mgr.smithi067.knbjpz (mgr.14184) 1249 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:59.580 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:01.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:01 smithi067 bash[26019]: cluster 2023-12-25T21:38:59.928293+0000 mgr.smithi067.knbjpz (mgr.14184) 1250 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-25T21:39:01.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:01 smithi175 bash[29404]: cluster 2023-12-25T21:38:59.928293+0000 mgr.smithi067.knbjpz (mgr.14184) 1250 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-25T21:39:02.791 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:02.791 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:03.410 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:03 smithi067 bash[26019]: cluster 2023-12-25T21:39:01.930002+0000 mgr.smithi067.knbjpz (mgr.14184) 1251 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:39:03.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:03.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:03 smithi175 bash[29404]: cluster 2023-12-25T21:39:01.930002+0000 mgr.smithi067.knbjpz (mgr.14184) 1251 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:39:04.413 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:04.426 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:04 smithi067 bash[26019]: audit 2023-12-25T21:39:02.786377+0000 mgr.smithi067.knbjpz (mgr.14184) 1252 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:04.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:04 smithi175 bash[29404]: audit 2023-12-25T21:39:02.786377+0000 mgr.smithi067.knbjpz (mgr.14184) 1252 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:05.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:05 smithi067 bash[26019]: cluster 2023-12-25T21:39:03.931232+0000 mgr.smithi067.knbjpz (mgr.14184) 1253 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:05.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:05 smithi175 bash[29404]: cluster 2023-12-25T21:39:03.931232+0000 mgr.smithi067.knbjpz (mgr.14184) 1253 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:07.471 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:07.472 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:36:59.654225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.posaiw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:07.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:07 smithi067 bash[26019]: cluster 2023-12-25T21:39:05.932801+0000 mgr.smithi067.knbjpz (mgr.14184) 1254 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:07.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:07 smithi175 bash[29404]: cluster 2023-12-25T21:39:05.932801+0000 mgr.smithi067.knbjpz (mgr.14184) 1254 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:08.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:08.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:08 smithi067 bash[26019]: audit 2023-12-25T21:39:07.889348+0000 mon.smithi067 (mon.0) 972 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:39:08.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:08 smithi175 bash[29404]: audit 2023-12-25T21:39:07.889348+0000 mon.smithi067 (mon.0) 972 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:39:09.085 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:09.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: audit 2023-12-25T21:39:07.459403+0000 mgr.smithi067.knbjpz (mgr.14184) 1255 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:09.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: cluster 2023-12-25T21:39:07.934596+0000 mgr.smithi067.knbjpz (mgr.14184) 1256 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: audit 2023-12-25T21:39:08.221696+0000 mon.smithi067 (mon.0) 973 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:39:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: audit 2023-12-25T21:39:08.223274+0000 mon.smithi067 (mon.0) 974 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:39:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: audit 2023-12-25T21:39:08.233924+0000 mon.smithi067 (mon.0) 975 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: audit 2023-12-25T21:39:08.244349+0000 mon.smithi067 (mon.0) 976 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:39:09.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:09 smithi067 bash[26019]: audit 2023-12-25T21:39:08.260140+0000 mon.smithi067 (mon.0) 977 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:09.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: audit 2023-12-25T21:39:07.459403+0000 mgr.smithi067.knbjpz (mgr.14184) 1255 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: cluster 2023-12-25T21:39:07.934596+0000 mgr.smithi067.knbjpz (mgr.14184) 1256 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: audit 2023-12-25T21:39:08.221696+0000 mon.smithi067 (mon.0) 973 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:39:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: audit 2023-12-25T21:39:08.223274+0000 mon.smithi067 (mon.0) 974 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:39:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: audit 2023-12-25T21:39:08.233924+0000 mon.smithi067 (mon.0) 975 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: audit 2023-12-25T21:39:08.244349+0000 mon.smithi067 (mon.0) 976 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:39:09.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:09 smithi175 bash[29404]: audit 2023-12-25T21:39:08.260140+0000 mon.smithi067 (mon.0) 977 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:10.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:10 smithi067 bash[26019]: cluster 2023-12-25T21:39:08.234955+0000 mgr.smithi067.knbjpz (mgr.14184) 1257 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:10.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:10 smithi067 bash[26019]: cephadm 2023-12-25T21:39:08.262941+0000 mgr.smithi067.knbjpz (mgr.14184) 1258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.bwkfvp on smithi175 2023-12-25T21:39:10.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:10 smithi067 bash[26019]: cluster 2023-12-25T21:39:09.229922+0000 mon.smithi067 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:39:10.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:10 smithi067 bash[26019]: cluster 2023-12-25T21:39:09.229951+0000 mon.smithi067 (mon.0) 979 : cluster [INF] Cluster is now healthy 2023-12-25T21:39:10.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:10 smithi175 bash[29404]: cluster 2023-12-25T21:39:08.234955+0000 mgr.smithi067.knbjpz (mgr.14184) 1257 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:10.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:10 smithi175 bash[29404]: cephadm 2023-12-25T21:39:08.262941+0000 mgr.smithi067.knbjpz (mgr.14184) 1258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.bwkfvp on smithi175 2023-12-25T21:39:10.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:10 smithi175 bash[29404]: cluster 2023-12-25T21:39:09.229922+0000 mon.smithi067 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:39:10.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:10 smithi175 bash[29404]: cluster 2023-12-25T21:39:09.229951+0000 mon.smithi067 (mon.0) 979 : cluster [INF] Cluster is now healthy 2023-12-25T21:39:12.279 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:12.279 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:03.816833Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.habsgm on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-habsgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.habsgm\nDeploy daemon haproxy.nfs.foo.smithi175.habsgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.876362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xoawwe on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xoawwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xoawwe\nDeploy daemon haproxy.nfs.foo.smithi067.xoawwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:07.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tugcsk on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:12.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:12 smithi175 bash[29404]: cluster 2023-12-25T21:39:10.236225+0000 mgr.smithi067.knbjpz (mgr.14184) 1259 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:12.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:12 smithi175 bash[29404]: audit 2023-12-25T21:39:12.086361+0000 mon.smithi067 (mon.0) 980 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.bwkfvp"}]: dispatch 2023-12-25T21:39:12.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:12 smithi067 bash[26019]: cluster 2023-12-25T21:39:10.236225+0000 mgr.smithi067.knbjpz (mgr.14184) 1259 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:12.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:12 smithi067 bash[26019]: audit 2023-12-25T21:39:12.086361+0000 mon.smithi067 (mon.0) 980 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.bwkfvp"}]: dispatch 2023-12-25T21:39:12.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: cephadm 2023-12-25T21:39:12.085151+0000 mgr.smithi067.knbjpz (mgr.14184) 1260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:13.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.bwkfvp ... 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.bwkfvp ... 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: cephadm 2023-12-25T21:39:12.085665+0000 mgr.smithi067.knbjpz (mgr.14184) 1261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: cephadm 2023-12-25T21:39:12.088158+0000 mgr.smithi067.knbjpz (mgr.14184) 1262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.bwkfvp ... 2023-12-25T21:39:13.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:13.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:13.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:13.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:13 smithi067 bash[26019]: cephadm 2023-12-25T21:39:12.092155+0000 mgr.smithi067.knbjpz (mgr.14184) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.pzrtqx on smithi067 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: cephadm 2023-12-25T21:39:12.085151+0000 mgr.smithi067.knbjpz (mgr.14184) 1260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.bwkfvp ... 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.bwkfvp ... 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: cephadm 2023-12-25T21:39:12.085665+0000 mgr.smithi067.knbjpz (mgr.14184) 1261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: cephadm 2023-12-25T21:39:12.088158+0000 mgr.smithi067.knbjpz (mgr.14184) 1262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.bwkfvp ... 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:13.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:13 smithi175 bash[29404]: cephadm 2023-12-25T21:39:12.092155+0000 mgr.smithi067.knbjpz (mgr.14184) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.pzrtqx on smithi067 2023-12-25T21:39:13.888 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:14.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:14 smithi067 bash[26019]: cluster 2023-12-25T21:39:12.237838+0000 mgr.smithi067.knbjpz (mgr.14184) 1264 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:14.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:14 smithi067 bash[26019]: audit 2023-12-25T21:39:12.267247+0000 mgr.smithi067.knbjpz (mgr.14184) 1265 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:14.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:14 smithi175 bash[29404]: cluster 2023-12-25T21:39:12.237838+0000 mgr.smithi067.knbjpz (mgr.14184) 1264 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:14.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:14 smithi175 bash[29404]: audit 2023-12-25T21:39:12.267247+0000 mgr.smithi067.knbjpz (mgr.14184) 1265 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:15.344 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:15 smithi067 bash[26019]: cluster 2023-12-25T21:39:14.238864+0000 mgr.smithi067.knbjpz (mgr.14184) 1266 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:15.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:15 smithi175 bash[29404]: cluster 2023-12-25T21:39:14.238864+0000 mgr.smithi067.knbjpz (mgr.14184) 1266 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:39:17.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: audit 2023-12-25T21:39:15.798982+0000 mon.smithi067 (mon.0) 981 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:17.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: cephadm 2023-12-25T21:39:16.043013+0000 mgr.smithi067.knbjpz (mgr.14184) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:17.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.pzrtqx ... 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.080 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:17.081 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.pzrtqx ... 2023-12-25T21:39:17.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:17.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:17.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: cephadm 2023-12-25T21:39:16.043308+0000 mgr.smithi067.knbjpz (mgr.14184) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: audit 2023-12-25T21:39:16.043778+0000 mon.smithi067 (mon.0) 982 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.pzrtqx"}]: dispatch 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: cephadm 2023-12-25T21:39:16.044823+0000 mgr.smithi067.knbjpz (mgr.14184) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.pzrtqx ... 2023-12-25T21:39:17.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: cephadm 2023-12-25T21:39:16.048023+0000 mgr.smithi067.knbjpz (mgr.14184) 1270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: cephadm 2023-12-25T21:39:16.050863+0000 mgr.smithi067.knbjpz (mgr.14184) 1271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:17.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:16 smithi067 bash[26019]: cluster 2023-12-25T21:39:16.052210+0000 mgr.smithi067.knbjpz (mgr.14184) 1272 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:39:17.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: audit 2023-12-25T21:39:15.798982+0000 mon.smithi067 (mon.0) 981 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: cephadm 2023-12-25T21:39:16.043013+0000 mgr.smithi067.knbjpz (mgr.14184) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.pzrtqx ... 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:17.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:17.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.pzrtqx ... 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: cephadm 2023-12-25T21:39:16.043308+0000 mgr.smithi067.knbjpz (mgr.14184) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: audit 2023-12-25T21:39:16.043778+0000 mon.smithi067 (mon.0) 982 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.pzrtqx"}]: dispatch 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: cephadm 2023-12-25T21:39:16.044823+0000 mgr.smithi067.knbjpz (mgr.14184) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.pzrtqx ... 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.291 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:17.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:17.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:17.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:17.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: cephadm 2023-12-25T21:39:16.048023+0000 mgr.smithi067.knbjpz (mgr.14184) 1270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:17.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: cephadm 2023-12-25T21:39:16.050863+0000 mgr.smithi067.knbjpz (mgr.14184) 1271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:17.292 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:16 smithi175 bash[29404]: cluster 2023-12-25T21:39:16.052210+0000 mgr.smithi067.knbjpz (mgr.14184) 1272 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:39:17.453 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:17.453 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:18.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:17 smithi067 bash[26019]: cluster 2023-12-25T21:39:16.794772+0000 mon.smithi067 (mon.0) 983 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:39:18.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:17 smithi067 bash[26019]: audit 2023-12-25T21:39:17.174831+0000 mon.smithi067 (mon.0) 984 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:18.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:18.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:17 smithi175 bash[29404]: cluster 2023-12-25T21:39:16.794772+0000 mon.smithi067 (mon.0) 983 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:39:18.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:17 smithi175 bash[29404]: audit 2023-12-25T21:39:17.174831+0000 mon.smithi067 (mon.0) 984 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:19.070 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:19.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:18 smithi067 bash[26019]: audit 2023-12-25T21:39:17.440468+0000 mgr.smithi067.knbjpz (mgr.14184) 1273 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:19.084 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:18 smithi067 bash[26019]: cluster 2023-12-25T21:39:18.053672+0000 mgr.smithi067.knbjpz (mgr.14184) 1274 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:39:19.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:18 smithi175 bash[29404]: audit 2023-12-25T21:39:17.440468+0000 mgr.smithi067.knbjpz (mgr.14184) 1273 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:19.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:18 smithi175 bash[29404]: cluster 2023-12-25T21:39:18.053672+0000 mgr.smithi067.knbjpz (mgr.14184) 1274 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:39:21.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:21 smithi067 bash[26019]: cluster 2023-12-25T21:39:20.054662+0000 mgr.smithi067.knbjpz (mgr.14184) 1275 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-25T21:39:21.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:21 smithi175 bash[29404]: cluster 2023-12-25T21:39:20.054662+0000 mgr.smithi067.knbjpz (mgr.14184) 1275 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-25T21:39:22.320 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:22.320 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:22.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:23.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:23 smithi067 bash[26019]: cluster 2023-12-25T21:39:22.056498+0000 mgr.smithi067.knbjpz (mgr.14184) 1276 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:39:23.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:23 smithi175 bash[29404]: cluster 2023-12-25T21:39:22.056498+0000 mgr.smithi067.knbjpz (mgr.14184) 1276 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:39:23.942 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:24.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:24 smithi067 bash[26019]: audit 2023-12-25T21:39:22.306815+0000 mgr.smithi067.knbjpz (mgr.14184) 1277 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:24.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:24 smithi175 bash[29404]: audit 2023-12-25T21:39:22.306815+0000 mgr.smithi067.knbjpz (mgr.14184) 1277 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:25.379 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:25 smithi067 bash[26019]: cluster 2023-12-25T21:39:24.057725+0000 mgr.smithi067.knbjpz (mgr.14184) 1278 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:39:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:25 smithi175 bash[29404]: cluster 2023-12-25T21:39:24.057725+0000 mgr.smithi067.knbjpz (mgr.14184) 1278 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:39:27.192 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:27.193 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:27 smithi067 bash[26019]: cluster 2023-12-25T21:39:26.059481+0000 mgr.smithi067.knbjpz (mgr.14184) 1279 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:39:27.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:27 smithi175 bash[29404]: cluster 2023-12-25T21:39:26.059481+0000 mgr.smithi067.knbjpz (mgr.14184) 1279 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:39:27.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:28.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:28 smithi067 bash[26019]: audit 2023-12-25T21:39:27.179559+0000 mgr.smithi067.knbjpz (mgr.14184) 1280 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:28.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:28 smithi175 bash[29404]: audit 2023-12-25T21:39:27.179559+0000 mgr.smithi067.knbjpz (mgr.14184) 1280 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:28.842 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:29.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:29 smithi067 bash[26019]: cluster 2023-12-25T21:39:28.061268+0000 mgr.smithi067.knbjpz (mgr.14184) 1281 : 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 2023-12-25T21:39:29.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:29 smithi175 bash[29404]: cluster 2023-12-25T21:39:28.061268+0000 mgr.smithi067.knbjpz (mgr.14184) 1281 : 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 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:31 smithi067 bash[26019]: cluster 2023-12-25T21:39:30.063083+0000 mgr.smithi067.knbjpz (mgr.14184) 1282 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:31 smithi067 bash[26019]: audit 2023-12-25T21:39:30.799526+0000 mon.smithi067 (mon.0) 985 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:31.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:31 smithi175 bash[29404]: cluster 2023-12-25T21:39:30.063083+0000 mgr.smithi067.knbjpz (mgr.14184) 1282 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:31.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:31 smithi175 bash[29404]: audit 2023-12-25T21:39:30.799526+0000 mon.smithi067 (mon.0) 985 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:39:32.303 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:32.303 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:32.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:33.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:33 smithi067 bash[26019]: cluster 2023-12-25T21:39:32.065022+0000 mgr.smithi067.knbjpz (mgr.14184) 1283 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:33.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:33 smithi175 bash[29404]: cluster 2023-12-25T21:39:32.065022+0000 mgr.smithi067.knbjpz (mgr.14184) 1283 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:33.871 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:34.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:34 smithi067 bash[26019]: audit 2023-12-25T21:39:32.292858+0000 mgr.smithi067.knbjpz (mgr.14184) 1284 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:34 smithi175 bash[29404]: audit 2023-12-25T21:39:32.292858+0000 mgr.smithi067.knbjpz (mgr.14184) 1284 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:35.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:35 smithi067 bash[26019]: cluster 2023-12-25T21:39:34.066708+0000 mgr.smithi067.knbjpz (mgr.14184) 1285 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:35.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:35 smithi175 bash[29404]: cluster 2023-12-25T21:39:34.066708+0000 mgr.smithi067.knbjpz (mgr.14184) 1285 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:36.898 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:36.899 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:37.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:37 smithi067 bash[26019]: cluster 2023-12-25T21:39:36.068485+0000 mgr.smithi067.knbjpz (mgr.14184) 1286 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:37.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:37 smithi175 bash[29404]: cluster 2023-12-25T21:39:36.068485+0000 mgr.smithi067.knbjpz (mgr.14184) 1286 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:37.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:38.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:38 smithi067 bash[26019]: audit 2023-12-25T21:39:36.893464+0000 mgr.smithi067.knbjpz (mgr.14184) 1287 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:38.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:38 smithi175 bash[29404]: audit 2023-12-25T21:39:36.893464+0000 mgr.smithi067.knbjpz (mgr.14184) 1287 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:38.542 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:39.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:39 smithi067 bash[26019]: cluster 2023-12-25T21:39:38.070598+0000 mgr.smithi067.knbjpz (mgr.14184) 1288 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:39.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:39 smithi175 bash[29404]: cluster 2023-12-25T21:39:38.070598+0000 mgr.smithi067.knbjpz (mgr.14184) 1288 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:41.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:41 smithi067 bash[26019]: cluster 2023-12-25T21:39:40.071640+0000 mgr.smithi067.knbjpz (mgr.14184) 1289 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:41.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:41 smithi175 bash[29404]: cluster 2023-12-25T21:39:40.071640+0000 mgr.smithi067.knbjpz (mgr.14184) 1289 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:41.670 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:41.670 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:42.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:43.286 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:43.344 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:43 smithi067 bash[26019]: audit 2023-12-25T21:39:41.657474+0000 mgr.smithi067.knbjpz (mgr.14184) 1290 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:43.344 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:43 smithi067 bash[26019]: cluster 2023-12-25T21:39:42.073617+0000 mgr.smithi067.knbjpz (mgr.14184) 1291 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:43.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:43 smithi175 bash[29404]: audit 2023-12-25T21:39:41.657474+0000 mgr.smithi067.knbjpz (mgr.14184) 1290 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:43.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:43 smithi175 bash[29404]: cluster 2023-12-25T21:39:42.073617+0000 mgr.smithi067.knbjpz (mgr.14184) 1291 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:45.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:45 smithi067 bash[26019]: cluster 2023-12-25T21:39:44.074908+0000 mgr.smithi067.knbjpz (mgr.14184) 1292 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:45.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:45 smithi175 bash[29404]: cluster 2023-12-25T21:39:44.074908+0000 mgr.smithi067.knbjpz (mgr.14184) 1292 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:46.523 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:46.524 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:47.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:47.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:47 smithi067 bash[26019]: cluster 2023-12-25T21:39:46.075906+0000 mgr.smithi067.knbjpz (mgr.14184) 1293 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:47.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:47 smithi175 bash[29404]: cluster 2023-12-25T21:39:46.075906+0000 mgr.smithi067.knbjpz (mgr.14184) 1293 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:48.137 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:48.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:48 smithi067 bash[26019]: audit 2023-12-25T21:39:46.510606+0000 mgr.smithi067.knbjpz (mgr.14184) 1294 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:48.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:48 smithi175 bash[29404]: audit 2023-12-25T21:39:46.510606+0000 mgr.smithi067.knbjpz (mgr.14184) 1294 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:49.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:49 smithi067 bash[26019]: cluster 2023-12-25T21:39:48.077669+0000 mgr.smithi067.knbjpz (mgr.14184) 1295 : 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 2023-12-25T21:39:49.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:49 smithi175 bash[29404]: cluster 2023-12-25T21:39:48.077669+0000 mgr.smithi067.knbjpz (mgr.14184) 1295 : 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 2023-12-25T21:39:51.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:51 smithi067 bash[26019]: cluster 2023-12-25T21:39:50.079345+0000 mgr.smithi067.knbjpz (mgr.14184) 1296 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:51.348 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:51.348 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:51.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:51 smithi175 bash[29404]: cluster 2023-12-25T21:39:50.079345+0000 mgr.smithi067.knbjpz (mgr.14184) 1296 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:51.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:52.981 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:53.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:53 smithi067 bash[26019]: audit 2023-12-25T21:39:51.337516+0000 mgr.smithi067.knbjpz (mgr.14184) 1297 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:53.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:53 smithi067 bash[26019]: cluster 2023-12-25T21:39:52.081327+0000 mgr.smithi067.knbjpz (mgr.14184) 1298 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:53.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:53 smithi175 bash[29404]: audit 2023-12-25T21:39:51.337516+0000 mgr.smithi067.knbjpz (mgr.14184) 1297 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:53.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:53 smithi175 bash[29404]: cluster 2023-12-25T21:39:52.081327+0000 mgr.smithi067.knbjpz (mgr.14184) 1298 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:55.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:55 smithi067 bash[26019]: cluster 2023-12-25T21:39:54.082645+0000 mgr.smithi067.knbjpz (mgr.14184) 1299 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:55.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:55 smithi175 bash[29404]: cluster 2023-12-25T21:39:54.082645+0000 mgr.smithi067.knbjpz (mgr.14184) 1299 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:55.979 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:39:55.979 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:39:56.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:57.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:57 smithi067 bash[26019]: audit 2023-12-25T21:39:55.969194+0000 mgr.smithi067.knbjpz (mgr.14184) 1300 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:57.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:57 smithi067 bash[26019]: cluster 2023-12-25T21:39:56.084538+0000 mgr.smithi067.knbjpz (mgr.14184) 1301 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:57.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:57 smithi175 bash[29404]: audit 2023-12-25T21:39:55.969194+0000 mgr.smithi067.knbjpz (mgr.14184) 1300 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:57.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:57 smithi175 bash[29404]: cluster 2023-12-25T21:39:56.084538+0000 mgr.smithi067.knbjpz (mgr.14184) 1301 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:39:57.599 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:59.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:39:59 smithi067 bash[26019]: cluster 2023-12-25T21:39:58.086315+0000 mgr.smithi067.knbjpz (mgr.14184) 1302 : 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 2023-12-25T21:39:59.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:39:59 smithi175 bash[29404]: cluster 2023-12-25T21:39:58.086315+0000 mgr.smithi067.knbjpz (mgr.14184) 1302 : 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 2023-12-25T21:40:00.456 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:00 smithi067 bash[26019]: cluster 2023-12-25T21:40:00.000147+0000 mon.smithi067 (mon.0) 986 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:40:00.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:00 smithi175 bash[29404]: cluster 2023-12-25T21:40:00.000147+0000 mon.smithi067 (mon.0) 986 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:40:00.903 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:00.903 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:01.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:01 smithi067 bash[26019]: cluster 2023-12-25T21:40:00.087967+0000 mgr.smithi067.knbjpz (mgr.14184) 1303 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:01.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:01 smithi175 bash[29404]: cluster 2023-12-25T21:40:00.087967+0000 mgr.smithi067.knbjpz (mgr.14184) 1303 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:01.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:02.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:02 smithi067 bash[26019]: audit 2023-12-25T21:40:00.898393+0000 mgr.smithi067.knbjpz (mgr.14184) 1304 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:02 smithi175 bash[29404]: audit 2023-12-25T21:40:00.898393+0000 mgr.smithi067.knbjpz (mgr.14184) 1304 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:02.545 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:03.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:03 smithi067 bash[26019]: cluster 2023-12-25T21:40:02.089781+0000 mgr.smithi067.knbjpz (mgr.14184) 1305 : 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 2023-12-25T21:40:03.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:03 smithi175 bash[29404]: cluster 2023-12-25T21:40:02.089781+0000 mgr.smithi067.knbjpz (mgr.14184) 1305 : 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 2023-12-25T21:40:05.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:05 smithi067 bash[26019]: cluster 2023-12-25T21:40:04.091311+0000 mgr.smithi067.knbjpz (mgr.14184) 1306 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:05.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:05 smithi175 bash[29404]: cluster 2023-12-25T21:40:04.091311+0000 mgr.smithi067.knbjpz (mgr.14184) 1306 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:05.827 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:06.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:07.467 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:07.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:07 smithi067 bash[26019]: audit 2023-12-25T21:40:05.815303+0000 mgr.smithi067.knbjpz (mgr.14184) 1307 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:07.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:07 smithi067 bash[26019]: cluster 2023-12-25T21:40:06.093039+0000 mgr.smithi067.knbjpz (mgr.14184) 1308 : 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 2023-12-25T21:40:07.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:07 smithi175 bash[29404]: audit 2023-12-25T21:40:05.815303+0000 mgr.smithi067.knbjpz (mgr.14184) 1307 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:07.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:07 smithi175 bash[29404]: cluster 2023-12-25T21:40:06.093039+0000 mgr.smithi067.knbjpz (mgr.14184) 1308 : 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 2023-12-25T21:40:09.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:09 smithi067 bash[26019]: cluster 2023-12-25T21:40:08.094856+0000 mgr.smithi067.knbjpz (mgr.14184) 1309 : 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 2023-12-25T21:40:09.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:09 smithi175 bash[29404]: cluster 2023-12-25T21:40:08.094856+0000 mgr.smithi067.knbjpz (mgr.14184) 1309 : 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 2023-12-25T21:40:10.827 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:10.828 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:11.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:11 smithi067 bash[26019]: cluster 2023-12-25T21:40:10.096281+0000 mgr.smithi067.knbjpz (mgr.14184) 1310 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-25T21:40:11.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:11.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:11 smithi175 bash[29404]: cluster 2023-12-25T21:40:10.096281+0000 mgr.smithi067.knbjpz (mgr.14184) 1310 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 25 op/s 2023-12-25T21:40:12.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:12 smithi067 bash[26019]: audit 2023-12-25T21:40:10.816447+0000 mgr.smithi067.knbjpz (mgr.14184) 1311 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:12.525 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:12.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:12 smithi175 bash[29404]: audit 2023-12-25T21:40:10.816447+0000 mgr.smithi067.knbjpz (mgr.14184) 1311 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:13.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:13 smithi067 bash[26019]: cluster 2023-12-25T21:40:12.098300+0000 mgr.smithi067.knbjpz (mgr.14184) 1312 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2023-12-25T21:40:13.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:13 smithi175 bash[29404]: cluster 2023-12-25T21:40:12.098300+0000 mgr.smithi067.knbjpz (mgr.14184) 1312 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2023-12-25T21:40:15.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:15 smithi067 bash[26019]: cluster 2023-12-25T21:40:14.099693+0000 mgr.smithi067.knbjpz (mgr.14184) 1313 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-25T21:40:15.532 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:15.532 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:07.884724Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xvizor on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:15.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:15 smithi175 bash[29404]: cluster 2023-12-25T21:40:14.099693+0000 mgr.smithi067.knbjpz (mgr.14184) 1313 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-25T21:40:16.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:16.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:16 smithi067 bash[26019]: audit 2023-12-25T21:40:16.056222+0000 mon.smithi067 (mon.0) 987 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:40:16.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:16 smithi175 bash[29404]: audit 2023-12-25T21:40:16.056222+0000 mon.smithi067 (mon.0) 987 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:40:17.162 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:17.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: audit 2023-12-25T21:40:15.522439+0000 mgr.smithi067.knbjpz (mgr.14184) 1314 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: cluster 2023-12-25T21:40:16.101383+0000 mgr.smithi067.knbjpz (mgr.14184) 1315 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-25T21:40:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: audit 2023-12-25T21:40:16.371301+0000 mon.smithi067 (mon.0) 988 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:40:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: audit 2023-12-25T21:40:16.373076+0000 mon.smithi067 (mon.0) 989 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:40:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: audit 2023-12-25T21:40:16.381210+0000 mon.smithi067 (mon.0) 990 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:40:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: audit 2023-12-25T21:40:16.389221+0000 mon.smithi067 (mon.0) 991 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:40:17.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:17 smithi067 bash[26019]: audit 2023-12-25T21:40:16.406576+0000 mon.smithi067 (mon.0) 992 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: audit 2023-12-25T21:40:15.522439+0000 mgr.smithi067.knbjpz (mgr.14184) 1314 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: cluster 2023-12-25T21:40:16.101383+0000 mgr.smithi067.knbjpz (mgr.14184) 1315 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: audit 2023-12-25T21:40:16.371301+0000 mon.smithi067 (mon.0) 988 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: audit 2023-12-25T21:40:16.373076+0000 mon.smithi067 (mon.0) 989 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: audit 2023-12-25T21:40:16.381210+0000 mon.smithi067 (mon.0) 990 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: audit 2023-12-25T21:40:16.389221+0000 mon.smithi067 (mon.0) 991 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:17 smithi175 bash[29404]: audit 2023-12-25T21:40:16.406576+0000 mon.smithi067 (mon.0) 992 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:40:18.461 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:18 smithi067 bash[26019]: cluster 2023-12-25T21:40:16.382180+0000 mgr.smithi067.knbjpz (mgr.14184) 1316 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 86 op/s 2023-12-25T21:40:18.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:18 smithi067 bash[26019]: cephadm 2023-12-25T21:40:16.412139+0000 mgr.smithi067.knbjpz (mgr.14184) 1317 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.mvpxcj on smithi175 2023-12-25T21:40:18.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:18 smithi067 bash[26019]: cluster 2023-12-25T21:40:17.378454+0000 mon.smithi067 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:40:18.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:18 smithi067 bash[26019]: cluster 2023-12-25T21:40:17.378533+0000 mon.smithi067 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-12-25T21:40:18.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:18 smithi175 bash[29404]: cluster 2023-12-25T21:40:16.382180+0000 mgr.smithi067.knbjpz (mgr.14184) 1316 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 86 op/s 2023-12-25T21:40:18.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:18 smithi175 bash[29404]: cephadm 2023-12-25T21:40:16.412139+0000 mgr.smithi067.knbjpz (mgr.14184) 1317 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.mvpxcj on smithi175 2023-12-25T21:40:18.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:18 smithi175 bash[29404]: cluster 2023-12-25T21:40:17.378454+0000 mon.smithi067 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:40:18.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:18 smithi175 bash[29404]: cluster 2023-12-25T21:40:17.378533+0000 mon.smithi067 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-12-25T21:40:19.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:19 smithi067 bash[26019]: cluster 2023-12-25T21:40:18.383793+0000 mgr.smithi067.knbjpz (mgr.14184) 1318 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 86 op/s 2023-12-25T21:40:19.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:19 smithi175 bash[29404]: cluster 2023-12-25T21:40:18.383793+0000 mgr.smithi067.knbjpz (mgr.14184) 1318 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 86 op/s 2023-12-25T21:40:20.329 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:20.329 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:12.087908Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.bwkfvp on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-bwkfvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.bwkfvp\nDeploy daemon haproxy.nfs.foo.smithi175.bwkfvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.044693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.pzrtqx on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-pzrtqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.pzrtqx\nDeploy daemon haproxy.nfs.foo.smithi067.pzrtqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:16.047852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.tftqjn on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: cephadm 2023-12-25T21:40:20.201768+0000 mgr.smithi067.knbjpz (mgr.14184) 1319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.mvpxcj ... 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:40:20.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.mvpxcj ... 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: cephadm 2023-12-25T21:40:20.202321+0000 mgr.smithi067.knbjpz (mgr.14184) 1320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: audit 2023-12-25T21:40:20.202999+0000 mon.smithi067 (mon.0) 995 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.mvpxcj"}]: dispatch 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: cephadm 2023-12-25T21:40:20.204593+0000 mgr.smithi067.knbjpz (mgr.14184) 1321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.mvpxcj ... 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:20 smithi067 bash[26019]: cephadm 2023-12-25T21:40:20.209560+0000 mgr.smithi067.knbjpz (mgr.14184) 1322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qzekzn on smithi067 2023-12-25T21:40:20.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: cephadm 2023-12-25T21:40:20.201768+0000 mgr.smithi067.knbjpz (mgr.14184) 1319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.mvpxcj ... 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:20.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.mvpxcj ... 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: cephadm 2023-12-25T21:40:20.202321+0000 mgr.smithi067.knbjpz (mgr.14184) 1320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: audit 2023-12-25T21:40:20.202999+0000 mon.smithi067 (mon.0) 995 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.mvpxcj"}]: dispatch 2023-12-25T21:40:20.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: cephadm 2023-12-25T21:40:20.204593+0000 mgr.smithi067.knbjpz (mgr.14184) 1321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.mvpxcj ... 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:20.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:20 smithi175 bash[29404]: cephadm 2023-12-25T21:40:20.209560+0000 mgr.smithi067.knbjpz (mgr.14184) 1322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.qzekzn on smithi067 2023-12-25T21:40:21.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:21.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:21 smithi067 bash[26019]: audit 2023-12-25T21:40:20.324047+0000 mgr.smithi067.knbjpz (mgr.14184) 1323 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:21.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:21 smithi067 bash[26019]: cluster 2023-12-25T21:40:20.385278+0000 mgr.smithi067.knbjpz (mgr.14184) 1324 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2023-12-25T21:40:21.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:21 smithi175 bash[29404]: audit 2023-12-25T21:40:20.324047+0000 mgr.smithi067.knbjpz (mgr.14184) 1323 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:21.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:21 smithi175 bash[29404]: cluster 2023-12-25T21:40:20.385278+0000 mgr.smithi067.knbjpz (mgr.14184) 1324 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2023-12-25T21:40:22.003 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:24.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:24 smithi067 bash[26019]: cluster 2023-12-25T21:40:22.386982+0000 mgr.smithi067.knbjpz (mgr.14184) 1325 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-25T21:40:24.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:24 smithi175 bash[29404]: cluster 2023-12-25T21:40:22.386982+0000 mgr.smithi067.knbjpz (mgr.14184) 1325 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-25T21:40:25.476 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:25.476 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: cephadm 2023-12-25T21:40:24.096959+0000 mgr.smithi067.knbjpz (mgr.14184) 1326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qzekzn ... 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qzekzn ... 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: cephadm 2023-12-25T21:40:24.097483+0000 mgr.smithi067.knbjpz (mgr.14184) 1327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: audit 2023-12-25T21:40:24.098219+0000 mon.smithi067 (mon.0) 996 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qzekzn"}]: dispatch 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: cephadm 2023-12-25T21:40:24.099865+0000 mgr.smithi067.knbjpz (mgr.14184) 1328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.qzekzn ... 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: cephadm 2023-12-25T21:40:24.104172+0000 mgr.smithi067.knbjpz (mgr.14184) 1329 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: cephadm 2023-12-25T21:40:24.108359+0000 mgr.smithi067.knbjpz (mgr.14184) 1330 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:25.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:25 smithi067 bash[26019]: cluster 2023-12-25T21:40:24.109398+0000 mgr.smithi067.knbjpz (mgr.14184) 1331 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:40:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: cephadm 2023-12-25T21:40:24.096959+0000 mgr.smithi067.knbjpz (mgr.14184) 1326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:25.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qzekzn ... 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:40:25.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qzekzn ... 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: cephadm 2023-12-25T21:40:24.097483+0000 mgr.smithi067.knbjpz (mgr.14184) 1327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: audit 2023-12-25T21:40:24.098219+0000 mon.smithi067 (mon.0) 996 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.qzekzn"}]: dispatch 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: cephadm 2023-12-25T21:40:24.099865+0000 mgr.smithi067.knbjpz (mgr.14184) 1328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:40:25.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.qzekzn ... 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: cephadm 2023-12-25T21:40:24.104172+0000 mgr.smithi067.knbjpz (mgr.14184) 1329 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: cephadm 2023-12-25T21:40:24.108359+0000 mgr.smithi067.knbjpz (mgr.14184) 1330 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:25.541 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:25 smithi175 bash[29404]: cluster 2023-12-25T21:40:24.109398+0000 mgr.smithi067.knbjpz (mgr.14184) 1331 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:40:26.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:26 smithi067 bash[26019]: cluster 2023-12-25T21:40:25.080716+0000 mon.smithi067 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:40:26.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:26 smithi175 bash[29404]: cluster 2023-12-25T21:40:25.080716+0000 mon.smithi067 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:40:27.123 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:27 smithi067 bash[26019]: audit 2023-12-25T21:40:25.462805+0000 mgr.smithi067.knbjpz (mgr.14184) 1332 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:27.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:27 smithi067 bash[26019]: cluster 2023-12-25T21:40:26.111061+0000 mgr.smithi067.knbjpz (mgr.14184) 1333 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:40:27.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:27 smithi175 bash[29404]: audit 2023-12-25T21:40:25.462805+0000 mgr.smithi067.knbjpz (mgr.14184) 1332 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:27.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:27 smithi175 bash[29404]: cluster 2023-12-25T21:40:26.111061+0000 mgr.smithi067.knbjpz (mgr.14184) 1333 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:40:28.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:28 smithi067 bash[26019]: audit 2023-12-25T21:40:27.241003+0000 mon.smithi067 (mon.0) 998 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:40:28.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:28 smithi067 bash[26019]: cluster 2023-12-25T21:40:28.112828+0000 mgr.smithi067.knbjpz (mgr.14184) 1334 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:40:28.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:28 smithi175 bash[29404]: audit 2023-12-25T21:40:27.241003+0000 mon.smithi067 (mon.0) 998 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:40:28.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:28 smithi175 bash[29404]: cluster 2023-12-25T21:40:28.112828+0000 mgr.smithi067.knbjpz (mgr.14184) 1334 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:40:30.315 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:30.315 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:30.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:31.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:31 smithi067 bash[26019]: cluster 2023-12-25T21:40:30.114061+0000 mgr.smithi067.knbjpz (mgr.14184) 1335 : cluster [DBG] pgmap v870: 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 2023-12-25T21:40:31.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:31 smithi175 bash[29404]: cluster 2023-12-25T21:40:30.114061+0000 mgr.smithi067.knbjpz (mgr.14184) 1335 : cluster [DBG] pgmap v870: 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 2023-12-25T21:40:31.898 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:32.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:32 smithi067 bash[26019]: audit 2023-12-25T21:40:30.305297+0000 mgr.smithi067.knbjpz (mgr.14184) 1336 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:32.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:32 smithi175 bash[29404]: audit 2023-12-25T21:40:30.305297+0000 mgr.smithi067.knbjpz (mgr.14184) 1336 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:33.314 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:33 smithi067 bash[26019]: cluster 2023-12-25T21:40:32.115362+0000 mgr.smithi067.knbjpz (mgr.14184) 1337 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:40:33.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:33 smithi175 bash[29404]: cluster 2023-12-25T21:40:32.115362+0000 mgr.smithi067.knbjpz (mgr.14184) 1337 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:40:35.018 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:35.019 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:35 smithi067 bash[26019]: cluster 2023-12-25T21:40:34.116581+0000 mgr.smithi067.knbjpz (mgr.14184) 1338 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:40:35.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:35 smithi175 bash[29404]: cluster 2023-12-25T21:40:34.116581+0000 mgr.smithi067.knbjpz (mgr.14184) 1338 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-25T21:40:35.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:36.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:36 smithi067 bash[26019]: audit 2023-12-25T21:40:35.012972+0000 mgr.smithi067.knbjpz (mgr.14184) 1339 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:36.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:36 smithi175 bash[29404]: audit 2023-12-25T21:40:35.012972+0000 mgr.smithi067.knbjpz (mgr.14184) 1339 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:36.664 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:37.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:37 smithi067 bash[26019]: cluster 2023-12-25T21:40:36.118298+0000 mgr.smithi067.knbjpz (mgr.14184) 1340 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:37.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:37 smithi175 bash[29404]: cluster 2023-12-25T21:40:36.118298+0000 mgr.smithi067.knbjpz (mgr.14184) 1340 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:39.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:39 smithi067 bash[26019]: cluster 2023-12-25T21:40:38.120200+0000 mgr.smithi067.knbjpz (mgr.14184) 1341 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:39.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:39 smithi175 bash[29404]: cluster 2023-12-25T21:40:38.120200+0000 mgr.smithi067.knbjpz (mgr.14184) 1341 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:39.842 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:39.842 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:40.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:41.478 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:41.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:41 smithi067 bash[26019]: audit 2023-12-25T21:40:39.837515+0000 mgr.smithi067.knbjpz (mgr.14184) 1342 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:41.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:41 smithi067 bash[26019]: cluster 2023-12-25T21:40:40.121893+0000 mgr.smithi067.knbjpz (mgr.14184) 1343 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:41.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:41 smithi175 bash[29404]: audit 2023-12-25T21:40:39.837515+0000 mgr.smithi067.knbjpz (mgr.14184) 1342 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:41.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:41 smithi175 bash[29404]: cluster 2023-12-25T21:40:40.121893+0000 mgr.smithi067.knbjpz (mgr.14184) 1343 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:43.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:43 smithi067 bash[26019]: cluster 2023-12-25T21:40:42.123118+0000 mgr.smithi067.knbjpz (mgr.14184) 1344 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:43.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:43 smithi175 bash[29404]: cluster 2023-12-25T21:40:42.123118+0000 mgr.smithi067.knbjpz (mgr.14184) 1344 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:44.668 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:44.668 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:45.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:45.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:45 smithi067 bash[26019]: cluster 2023-12-25T21:40:44.124262+0000 mgr.smithi067.knbjpz (mgr.14184) 1345 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:45.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:45 smithi175 bash[29404]: cluster 2023-12-25T21:40:44.124262+0000 mgr.smithi067.knbjpz (mgr.14184) 1345 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:46.299 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:46.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:46 smithi067 bash[26019]: audit 2023-12-25T21:40:44.655052+0000 mgr.smithi067.knbjpz (mgr.14184) 1346 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:46.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:46 smithi175 bash[29404]: audit 2023-12-25T21:40:44.655052+0000 mgr.smithi067.knbjpz (mgr.14184) 1346 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:47.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:47 smithi067 bash[26019]: cluster 2023-12-25T21:40:46.125957+0000 mgr.smithi067.knbjpz (mgr.14184) 1347 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:47.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:47 smithi175 bash[29404]: cluster 2023-12-25T21:40:46.125957+0000 mgr.smithi067.knbjpz (mgr.14184) 1347 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:49 smithi067 bash[26019]: cluster 2023-12-25T21:40:48.127696+0000 mgr.smithi067.knbjpz (mgr.14184) 1348 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:49.443 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:49.444 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:49.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:49 smithi175 bash[29404]: cluster 2023-12-25T21:40:48.127696+0000 mgr.smithi067.knbjpz (mgr.14184) 1348 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:40:50.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:51.117 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:51.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:51 smithi067 bash[26019]: audit 2023-12-25T21:40:49.430832+0000 mgr.smithi067.knbjpz (mgr.14184) 1349 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:51.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:51 smithi067 bash[26019]: cluster 2023-12-25T21:40:50.129287+0000 mgr.smithi067.knbjpz (mgr.14184) 1350 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:40:51.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:51 smithi175 bash[29404]: audit 2023-12-25T21:40:49.430832+0000 mgr.smithi067.knbjpz (mgr.14184) 1349 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:51.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:51 smithi175 bash[29404]: cluster 2023-12-25T21:40:50.129287+0000 mgr.smithi067.knbjpz (mgr.14184) 1350 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:40:53.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:53 smithi067 bash[26019]: cluster 2023-12-25T21:40:52.131408+0000 mgr.smithi067.knbjpz (mgr.14184) 1351 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:40:53.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:53 smithi175 bash[29404]: cluster 2023-12-25T21:40:52.131408+0000 mgr.smithi067.knbjpz (mgr.14184) 1351 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:40:54.349 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:54.349 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:54.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:55.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:55 smithi067 bash[26019]: cluster 2023-12-25T21:40:54.132673+0000 mgr.smithi067.knbjpz (mgr.14184) 1352 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:40:55.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:55 smithi175 bash[29404]: cluster 2023-12-25T21:40:54.132673+0000 mgr.smithi067.knbjpz (mgr.14184) 1352 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:40:56.009 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:56.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:56 smithi067 bash[26019]: audit 2023-12-25T21:40:54.337716+0000 mgr.smithi067.knbjpz (mgr.14184) 1353 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:56.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:56 smithi175 bash[29404]: audit 2023-12-25T21:40:54.337716+0000 mgr.smithi067.knbjpz (mgr.14184) 1353 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:57.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:57 smithi067 bash[26019]: cluster 2023-12-25T21:40:56.134421+0000 mgr.smithi067.knbjpz (mgr.14184) 1354 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:40:57.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:57 smithi175 bash[29404]: cluster 2023-12-25T21:40:56.134421+0000 mgr.smithi067.knbjpz (mgr.14184) 1354 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:40:59.160 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:40:59.160 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:40:59.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:40:59 smithi067 bash[26019]: cluster 2023-12-25T21:40:58.136219+0000 mgr.smithi067.knbjpz (mgr.14184) 1355 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:40:59.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:40:59 smithi175 bash[29404]: cluster 2023-12-25T21:40:58.136219+0000 mgr.smithi067.knbjpz (mgr.14184) 1355 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:40:59.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:00.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:00 smithi067 bash[26019]: audit 2023-12-25T21:40:59.147263+0000 mgr.smithi067.knbjpz (mgr.14184) 1356 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:00.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:00 smithi175 bash[29404]: audit 2023-12-25T21:40:59.147263+0000 mgr.smithi067.knbjpz (mgr.14184) 1356 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:00.775 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:01.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:01 smithi175 bash[29404]: cluster 2023-12-25T21:41:00.137893+0000 mgr.smithi067.knbjpz (mgr.14184) 1357 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:41:01.586 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:01 smithi067 bash[26019]: cluster 2023-12-25T21:41:00.137893+0000 mgr.smithi067.knbjpz (mgr.14184) 1357 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:41:03.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:03 smithi067 bash[26019]: cluster 2023-12-25T21:41:02.139916+0000 mgr.smithi067.knbjpz (mgr.14184) 1358 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-25T21:41:03.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:03 smithi175 bash[29404]: cluster 2023-12-25T21:41:02.139916+0000 mgr.smithi067.knbjpz (mgr.14184) 1358 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-25T21:41:03.920 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:03.920 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:04.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:05 smithi067 bash[26019]: audit 2023-12-25T21:41:03.914804+0000 mgr.smithi067.knbjpz (mgr.14184) 1359 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:05.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:05 smithi067 bash[26019]: cluster 2023-12-25T21:41:04.141150+0000 mgr.smithi067.knbjpz (mgr.14184) 1360 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2023-12-25T21:41:05.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:05 smithi175 bash[29404]: audit 2023-12-25T21:41:03.914804+0000 mgr.smithi067.knbjpz (mgr.14184) 1359 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:05.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:05 smithi175 bash[29404]: cluster 2023-12-25T21:41:04.141150+0000 mgr.smithi067.knbjpz (mgr.14184) 1360 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2023-12-25T21:41:05.570 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:07.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:07 smithi067 bash[26019]: cluster 2023-12-25T21:41:06.142943+0000 mgr.smithi067.knbjpz (mgr.14184) 1361 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:07.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:07 smithi175 bash[29404]: cluster 2023-12-25T21:41:06.142943+0000 mgr.smithi067.knbjpz (mgr.14184) 1361 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:08.727 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:08.727 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:09.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:09.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:09 smithi067 bash[26019]: cluster 2023-12-25T21:41:08.144815+0000 mgr.smithi067.knbjpz (mgr.14184) 1362 : 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 2023-12-25T21:41:09.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:09 smithi175 bash[29404]: cluster 2023-12-25T21:41:08.144815+0000 mgr.smithi067.knbjpz (mgr.14184) 1362 : 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 2023-12-25T21:41:10.415 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:10.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:10 smithi067 bash[26019]: audit 2023-12-25T21:41:08.714353+0000 mgr.smithi067.knbjpz (mgr.14184) 1363 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:10.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:10 smithi175 bash[29404]: audit 2023-12-25T21:41:08.714353+0000 mgr.smithi067.knbjpz (mgr.14184) 1363 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:11.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:11 smithi067 bash[26019]: cluster 2023-12-25T21:41:10.146500+0000 mgr.smithi067.knbjpz (mgr.14184) 1364 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:11.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:11 smithi175 bash[29404]: cluster 2023-12-25T21:41:10.146500+0000 mgr.smithi067.knbjpz (mgr.14184) 1364 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:13.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:13 smithi067 bash[26019]: cluster 2023-12-25T21:41:12.148529+0000 mgr.smithi067.knbjpz (mgr.14184) 1365 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:13.496 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:13.496 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:13.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:13 smithi175 bash[29404]: cluster 2023-12-25T21:41:12.148529+0000 mgr.smithi067.knbjpz (mgr.14184) 1365 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:14.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:15.170 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:15.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:15 smithi067 bash[26019]: audit 2023-12-25T21:41:13.491278+0000 mgr.smithi067.knbjpz (mgr.14184) 1366 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:15.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:15 smithi067 bash[26019]: cluster 2023-12-25T21:41:14.149545+0000 mgr.smithi067.knbjpz (mgr.14184) 1367 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:15.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:15 smithi175 bash[29404]: audit 2023-12-25T21:41:13.491278+0000 mgr.smithi067.knbjpz (mgr.14184) 1366 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:15.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:15 smithi175 bash[29404]: cluster 2023-12-25T21:41:14.149545+0000 mgr.smithi067.knbjpz (mgr.14184) 1367 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:17.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:17 smithi067 bash[26019]: cluster 2023-12-25T21:41:16.151261+0000 mgr.smithi067.knbjpz (mgr.14184) 1368 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:17.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:17 smithi175 bash[29404]: cluster 2023-12-25T21:41:16.151261+0000 mgr.smithi067.knbjpz (mgr.14184) 1368 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:18.303 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:18.303 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:18.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:19.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:19 smithi067 bash[26019]: cluster 2023-12-25T21:41:18.152986+0000 mgr.smithi067.knbjpz (mgr.14184) 1369 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:19.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:19 smithi175 bash[29404]: cluster 2023-12-25T21:41:18.152986+0000 mgr.smithi067.knbjpz (mgr.14184) 1369 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:19.917 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:20 smithi067 bash[26019]: audit 2023-12-25T21:41:18.291570+0000 mgr.smithi067.knbjpz (mgr.14184) 1370 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:20.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:20 smithi175 bash[29404]: audit 2023-12-25T21:41:18.291570+0000 mgr.smithi067.knbjpz (mgr.14184) 1370 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:21.386 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:21 smithi067 bash[26019]: cluster 2023-12-25T21:41:20.154115+0000 mgr.smithi067.knbjpz (mgr.14184) 1371 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:21.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:21 smithi175 bash[29404]: cluster 2023-12-25T21:41:20.154115+0000 mgr.smithi067.knbjpz (mgr.14184) 1371 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:23.173 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:23.173 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:23.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:23 smithi067 bash[26019]: cluster 2023-12-25T21:41:22.156115+0000 mgr.smithi067.knbjpz (mgr.14184) 1372 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:23.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:23 smithi175 bash[29404]: cluster 2023-12-25T21:41:22.156115+0000 mgr.smithi067.knbjpz (mgr.14184) 1372 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:23.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:24.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:24 smithi067 bash[26019]: audit 2023-12-25T21:41:23.168045+0000 mgr.smithi067.knbjpz (mgr.14184) 1373 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:24.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:24 smithi175 bash[29404]: audit 2023-12-25T21:41:23.168045+0000 mgr.smithi067.knbjpz (mgr.14184) 1373 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:24.784 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: audit 2023-12-25T21:41:24.112513+0000 mon.smithi067 (mon.0) 999 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: cluster 2023-12-25T21:41:24.157388+0000 mgr.smithi067.knbjpz (mgr.14184) 1374 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: audit 2023-12-25T21:41:24.420978+0000 mon.smithi067 (mon.0) 1000 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: audit 2023-12-25T21:41:24.422547+0000 mon.smithi067 (mon.0) 1001 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: audit 2023-12-25T21:41:24.431418+0000 mon.smithi067 (mon.0) 1002 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: audit 2023-12-25T21:41:24.439437+0000 mon.smithi067 (mon.0) 1003 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:41:25.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:25 smithi067 bash[26019]: audit 2023-12-25T21:41:24.456346+0000 mon.smithi067 (mon.0) 1004 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:25.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: audit 2023-12-25T21:41:24.112513+0000 mon.smithi067 (mon.0) 999 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:41:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: cluster 2023-12-25T21:41:24.157388+0000 mgr.smithi067.knbjpz (mgr.14184) 1374 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: audit 2023-12-25T21:41:24.420978+0000 mon.smithi067 (mon.0) 1000 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:41:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: audit 2023-12-25T21:41:24.422547+0000 mon.smithi067 (mon.0) 1001 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:41:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: audit 2023-12-25T21:41:24.431418+0000 mon.smithi067 (mon.0) 1002 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: audit 2023-12-25T21:41:24.439437+0000 mon.smithi067 (mon.0) 1003 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:41:25.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:25 smithi175 bash[29404]: audit 2023-12-25T21:41:24.456346+0000 mon.smithi067 (mon.0) 1004 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:26.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:26 smithi067 bash[26019]: cluster 2023-12-25T21:41:24.432480+0000 mgr.smithi067.knbjpz (mgr.14184) 1375 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:26.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:26 smithi067 bash[26019]: cephadm 2023-12-25T21:41:24.461676+0000 mgr.smithi067.knbjpz (mgr.14184) 1376 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.cthasi on smithi175 2023-12-25T21:41:26.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:26 smithi067 bash[26019]: cluster 2023-12-25T21:41:25.106874+0000 mon.smithi067 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:41:26.201 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:26 smithi067 bash[26019]: cluster 2023-12-25T21:41:25.106942+0000 mon.smithi067 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2023-12-25T21:41:26.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:26 smithi175 bash[29404]: cluster 2023-12-25T21:41:24.432480+0000 mgr.smithi067.knbjpz (mgr.14184) 1375 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:26.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:26 smithi175 bash[29404]: cephadm 2023-12-25T21:41:24.461676+0000 mgr.smithi067.knbjpz (mgr.14184) 1376 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.cthasi on smithi175 2023-12-25T21:41:26.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:26 smithi175 bash[29404]: cluster 2023-12-25T21:41:25.106874+0000 mon.smithi067 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:41:26.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:26 smithi175 bash[29404]: cluster 2023-12-25T21:41:25.106942+0000 mon.smithi067 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2023-12-25T21:41:27.952 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:27.952 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:16.050698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.xcecmb on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:20.204272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.mvpxcj on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-mvpxcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.mvpxcj\nDeploy daemon haproxy.nfs.foo.smithi175.mvpxcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.099565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.qzekzn on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-qzekzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.qzekzn\nDeploy daemon haproxy.nfs.foo.smithi067.qzekzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:24.103931Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ecpwsr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:28.283 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:28 smithi067 bash[26019]: cluster 2023-12-25T21:41:26.433989+0000 mgr.smithi067.knbjpz (mgr.14184) 1377 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:28.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:28 smithi175 bash[29404]: cluster 2023-12-25T21:41:26.433989+0000 mgr.smithi067.knbjpz (mgr.14184) 1377 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:28.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:29.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:29 smithi067 bash[26019]: audit 2023-12-25T21:41:27.947008+0000 mgr.smithi067.knbjpz (mgr.14184) 1378 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:29.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:29 smithi067 bash[26019]: audit 2023-12-25T21:41:28.284345+0000 mon.smithi067 (mon.0) 1007 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.cthasi"}]: dispatch 2023-12-25T21:41:29.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:29 smithi175 bash[29404]: audit 2023-12-25T21:41:27.947008+0000 mgr.smithi067.knbjpz (mgr.14184) 1378 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:29.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:29 smithi175 bash[29404]: audit 2023-12-25T21:41:28.284345+0000 mon.smithi067 (mon.0) 1007 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.cthasi"}]: dispatch 2023-12-25T21:41:29.570 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: cephadm 2023-12-25T21:41:28.283234+0000 mgr.smithi067.knbjpz (mgr.14184) 1379 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.cthasi ... 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.cthasi ... 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: cephadm 2023-12-25T21:41:28.283690+0000 mgr.smithi067.knbjpz (mgr.14184) 1380 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: cephadm 2023-12-25T21:41:28.285992+0000 mgr.smithi067.knbjpz (mgr.14184) 1381 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.cthasi ... 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: cephadm 2023-12-25T21:41:28.290800+0000 mgr.smithi067.knbjpz (mgr.14184) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.szoyqt on smithi067 2023-12-25T21:41:30.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:30 smithi067 bash[26019]: cluster 2023-12-25T21:41:28.435461+0000 mgr.smithi067.knbjpz (mgr.14184) 1383 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:30.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: cephadm 2023-12-25T21:41:28.283234+0000 mgr.smithi067.knbjpz (mgr.14184) 1379 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:30.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.cthasi ... 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:30.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.cthasi ... 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:30.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: cephadm 2023-12-25T21:41:28.283690+0000 mgr.smithi067.knbjpz (mgr.14184) 1380 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: cephadm 2023-12-25T21:41:28.285992+0000 mgr.smithi067.knbjpz (mgr.14184) 1381 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.cthasi ... 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: cephadm 2023-12-25T21:41:28.290800+0000 mgr.smithi067.knbjpz (mgr.14184) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.szoyqt on smithi067 2023-12-25T21:41:30.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:30 smithi175 bash[29404]: cluster 2023-12-25T21:41:28.435461+0000 mgr.smithi067.knbjpz (mgr.14184) 1383 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:31.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:31 smithi067 bash[26019]: cluster 2023-12-25T21:41:30.436909+0000 mgr.smithi067.knbjpz (mgr.14184) 1384 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:31.996 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:31 smithi067 bash[26019]: audit 2023-12-25T21:41:30.800809+0000 mon.smithi067 (mon.0) 1008 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:32.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:31 smithi175 bash[29404]: cluster 2023-12-25T21:41:30.436909+0000 mgr.smithi067.knbjpz (mgr.14184) 1384 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:32.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:31 smithi175 bash[29404]: audit 2023-12-25T21:41:30.800809+0000 mon.smithi067 (mon.0) 1008 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:32.998 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:32.998 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:33.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:33 smithi067 bash[26019]: audit 2023-12-25T21:41:32.434790+0000 mon.smithi067 (mon.0) 1009 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.szoyqt"}]: dispatch 2023-12-25T21:41:33.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:33 smithi175 bash[29404]: audit 2023-12-25T21:41:32.434790+0000 mon.smithi067 (mon.0) 1009 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.szoyqt"}]: dispatch 2023-12-25T21:41:33.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:34.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cephadm 2023-12-25T21:41:32.433571+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.szoyqt ... 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.szoyqt ... 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cephadm 2023-12-25T21:41:32.434036+0000 mgr.smithi067.knbjpz (mgr.14184) 1386 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cephadm 2023-12-25T21:41:32.436378+0000 mgr.smithi067.knbjpz (mgr.14184) 1387 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.szoyqt ... 2023-12-25T21:41:34.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cluster 2023-12-25T21:41:32.438663+0000 mgr.smithi067.knbjpz (mgr.14184) 1388 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cephadm 2023-12-25T21:41:32.440735+0000 mgr.smithi067.knbjpz (mgr.14184) 1389 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cephadm 2023-12-25T21:41:32.444752+0000 mgr.smithi067.knbjpz (mgr.14184) 1390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cluster 2023-12-25T21:41:32.445542+0000 mgr.smithi067.knbjpz (mgr.14184) 1391 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: audit 2023-12-25T21:41:32.991604+0000 mgr.smithi067.knbjpz (mgr.14184) 1392 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:34.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:34 smithi067 bash[26019]: cluster 2023-12-25T21:41:33.097207+0000 mon.smithi067 (mon.0) 1010 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cephadm 2023-12-25T21:41:32.433571+0000 mgr.smithi067.knbjpz (mgr.14184) 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-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.szoyqt ... 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.szoyqt ... 2023-12-25T21:41:34.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cephadm 2023-12-25T21:41:32.434036+0000 mgr.smithi067.knbjpz (mgr.14184) 1386 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cephadm 2023-12-25T21:41:32.436378+0000 mgr.smithi067.knbjpz (mgr.14184) 1387 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.szoyqt ... 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cluster 2023-12-25T21:41:32.438663+0000 mgr.smithi067.knbjpz (mgr.14184) 1388 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cephadm 2023-12-25T21:41:32.440735+0000 mgr.smithi067.knbjpz (mgr.14184) 1389 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:34.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cephadm 2023-12-25T21:41:32.444752+0000 mgr.smithi067.knbjpz (mgr.14184) 1390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:34.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cluster 2023-12-25T21:41:32.445542+0000 mgr.smithi067.knbjpz (mgr.14184) 1391 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-12-25T21:41:34.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: audit 2023-12-25T21:41:32.991604+0000 mgr.smithi067.knbjpz (mgr.14184) 1392 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:34.540 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:34 smithi175 bash[29404]: cluster 2023-12-25T21:41:33.097207+0000 mon.smithi067 (mon.0) 1010 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:41:34.613 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:36.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:36 smithi067 bash[26019]: cluster 2023-12-25T21:41:34.446778+0000 mgr.smithi067.knbjpz (mgr.14184) 1393 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:36.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:36 smithi175 bash[29404]: cluster 2023-12-25T21:41:34.446778+0000 mgr.smithi067.knbjpz (mgr.14184) 1393 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:37.701 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:37.701 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:38.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:38.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:38 smithi067 bash[26019]: cluster 2023-12-25T21:41:36.448310+0000 mgr.smithi067.knbjpz (mgr.14184) 1394 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:38.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:38 smithi067 bash[26019]: audit 2023-12-25T21:41:37.305229+0000 mon.smithi067 (mon.0) 1011 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:38.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:38 smithi175 bash[29404]: cluster 2023-12-25T21:41:36.448310+0000 mgr.smithi067.knbjpz (mgr.14184) 1394 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:38.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:38 smithi175 bash[29404]: audit 2023-12-25T21:41:37.305229+0000 mon.smithi067 (mon.0) 1011 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:39.311 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:39.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:39 smithi067 bash[26019]: audit 2023-12-25T21:41:37.688402+0000 mgr.smithi067.knbjpz (mgr.14184) 1395 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:39.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:39 smithi175 bash[29404]: audit 2023-12-25T21:41:37.688402+0000 mgr.smithi067.knbjpz (mgr.14184) 1395 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:40 smithi067 bash[26019]: cluster 2023-12-25T21:41:38.450071+0000 mgr.smithi067.knbjpz (mgr.14184) 1396 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:40.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:40 smithi175 bash[29404]: cluster 2023-12-25T21:41:38.450071+0000 mgr.smithi067.knbjpz (mgr.14184) 1396 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:42.471 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:42.471 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:42.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:42 smithi067 bash[26019]: cluster 2023-12-25T21:41:40.451786+0000 mgr.smithi067.knbjpz (mgr.14184) 1397 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:42.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:42 smithi175 bash[29404]: cluster 2023-12-25T21:41:40.451786+0000 mgr.smithi067.knbjpz (mgr.14184) 1397 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:43.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:44.115 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:44.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:44 smithi067 bash[26019]: cluster 2023-12-25T21:41:42.453040+0000 mgr.smithi067.knbjpz (mgr.14184) 1398 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:44.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:44 smithi067 bash[26019]: audit 2023-12-25T21:41:42.463783+0000 mgr.smithi067.knbjpz (mgr.14184) 1399 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:44.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:44 smithi175 bash[29404]: cluster 2023-12-25T21:41:42.453040+0000 mgr.smithi067.knbjpz (mgr.14184) 1398 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-25T21:41:44.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:44 smithi175 bash[29404]: audit 2023-12-25T21:41:42.463783+0000 mgr.smithi067.knbjpz (mgr.14184) 1399 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:46.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:46 smithi067 bash[26019]: cluster 2023-12-25T21:41:44.454248+0000 mgr.smithi067.knbjpz (mgr.14184) 1400 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:46.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:46 smithi067 bash[26019]: audit 2023-12-25T21:41:45.801493+0000 mon.smithi067 (mon.0) 1012 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:46.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:46 smithi175 bash[29404]: cluster 2023-12-25T21:41:44.454248+0000 mgr.smithi067.knbjpz (mgr.14184) 1400 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:46.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:46 smithi175 bash[29404]: audit 2023-12-25T21:41:45.801493+0000 mon.smithi067 (mon.0) 1012 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:41:47.317 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:47.317 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:47.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:48.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:48 smithi067 bash[26019]: cluster 2023-12-25T21:41:46.456021+0000 mgr.smithi067.knbjpz (mgr.14184) 1401 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:48 smithi175 bash[29404]: cluster 2023-12-25T21:41:46.456021+0000 mgr.smithi067.knbjpz (mgr.14184) 1401 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:48.935 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:49.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:49 smithi067 bash[26019]: audit 2023-12-25T21:41:47.307307+0000 mgr.smithi067.knbjpz (mgr.14184) 1402 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:49.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:49 smithi175 bash[29404]: audit 2023-12-25T21:41:47.307307+0000 mgr.smithi067.knbjpz (mgr.14184) 1402 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:50.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:50 smithi067 bash[26019]: cluster 2023-12-25T21:41:48.457806+0000 mgr.smithi067.knbjpz (mgr.14184) 1403 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:50.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:50 smithi175 bash[29404]: cluster 2023-12-25T21:41:48.457806+0000 mgr.smithi067.knbjpz (mgr.14184) 1403 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:52.056 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:52.057 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:52.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:52 smithi067 bash[26019]: cluster 2023-12-25T21:41:50.459503+0000 mgr.smithi067.knbjpz (mgr.14184) 1404 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:52.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:52 smithi175 bash[29404]: cluster 2023-12-25T21:41:50.459503+0000 mgr.smithi067.knbjpz (mgr.14184) 1404 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:52.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:53.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:53 smithi067 bash[26019]: audit 2023-12-25T21:41:52.043165+0000 mgr.smithi067.knbjpz (mgr.14184) 1405 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:53.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:53 smithi175 bash[29404]: audit 2023-12-25T21:41:52.043165+0000 mgr.smithi067.knbjpz (mgr.14184) 1405 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:53.736 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:54.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:54 smithi067 bash[26019]: cluster 2023-12-25T21:41:52.461469+0000 mgr.smithi067.knbjpz (mgr.14184) 1406 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:54 smithi175 bash[29404]: cluster 2023-12-25T21:41:52.461469+0000 mgr.smithi067.knbjpz (mgr.14184) 1406 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:56.462 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:56 smithi067 bash[26019]: cluster 2023-12-25T21:41:54.462747+0000 mgr.smithi067.knbjpz (mgr.14184) 1407 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:56.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:56 smithi175 bash[29404]: cluster 2023-12-25T21:41:54.462747+0000 mgr.smithi067.knbjpz (mgr.14184) 1407 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:56.826 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:41:56.826 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:41:57.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:58.463 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:58.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:58 smithi067 bash[26019]: cluster 2023-12-25T21:41:56.464339+0000 mgr.smithi067.knbjpz (mgr.14184) 1408 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:58.476 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:41:58 smithi067 bash[26019]: audit 2023-12-25T21:41:56.812742+0000 mgr.smithi067.knbjpz (mgr.14184) 1409 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:58 smithi175 bash[29404]: cluster 2023-12-25T21:41:56.464339+0000 mgr.smithi067.knbjpz (mgr.14184) 1408 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:41:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:41:58 smithi175 bash[29404]: audit 2023-12-25T21:41:56.812742+0000 mgr.smithi067.knbjpz (mgr.14184) 1409 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:00.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:00 smithi067 bash[26019]: cluster 2023-12-25T21:41:58.466144+0000 mgr.smithi067.knbjpz (mgr.14184) 1410 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:00.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:00 smithi175 bash[29404]: cluster 2023-12-25T21:41:58.466144+0000 mgr.smithi067.knbjpz (mgr.14184) 1410 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:01.749 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:01.749 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:02.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:02.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:02 smithi067 bash[26019]: cluster 2023-12-25T21:42:00.467844+0000 mgr.smithi067.knbjpz (mgr.14184) 1411 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:02.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:02 smithi175 bash[29404]: cluster 2023-12-25T21:42:00.467844+0000 mgr.smithi067.knbjpz (mgr.14184) 1411 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:03.347 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:03.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:03 smithi067 bash[26019]: audit 2023-12-25T21:42:01.738411+0000 mgr.smithi067.knbjpz (mgr.14184) 1412 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:03.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:03 smithi175 bash[29404]: audit 2023-12-25T21:42:01.738411+0000 mgr.smithi067.knbjpz (mgr.14184) 1412 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:04.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:04 smithi067 bash[26019]: cluster 2023-12-25T21:42:02.469823+0000 mgr.smithi067.knbjpz (mgr.14184) 1413 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:04.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:04 smithi175 bash[29404]: cluster 2023-12-25T21:42:02.469823+0000 mgr.smithi067.knbjpz (mgr.14184) 1413 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:06.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:06 smithi067 bash[26019]: cluster 2023-12-25T21:42:04.471184+0000 mgr.smithi067.knbjpz (mgr.14184) 1414 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:06.516 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:06.517 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:06.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:06 smithi175 bash[29404]: cluster 2023-12-25T21:42:04.471184+0000 mgr.smithi067.knbjpz (mgr.14184) 1414 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:07.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:08.149 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:08.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:08 smithi067 bash[26019]: cluster 2023-12-25T21:42:06.472995+0000 mgr.smithi067.knbjpz (mgr.14184) 1415 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:08.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:08 smithi067 bash[26019]: audit 2023-12-25T21:42:06.501036+0000 mgr.smithi067.knbjpz (mgr.14184) 1416 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:08.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:08 smithi175 bash[29404]: cluster 2023-12-25T21:42:06.472995+0000 mgr.smithi067.knbjpz (mgr.14184) 1415 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:08.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:08 smithi175 bash[29404]: audit 2023-12-25T21:42:06.501036+0000 mgr.smithi067.knbjpz (mgr.14184) 1416 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:10.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:10 smithi067 bash[26019]: cluster 2023-12-25T21:42:08.474825+0000 mgr.smithi067.knbjpz (mgr.14184) 1417 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:10.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:10 smithi175 bash[29404]: cluster 2023-12-25T21:42:08.474825+0000 mgr.smithi067.knbjpz (mgr.14184) 1417 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:11.544 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:11.544 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:12.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:12.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:12 smithi067 bash[26019]: cluster 2023-12-25T21:42:10.476481+0000 mgr.smithi067.knbjpz (mgr.14184) 1418 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:12.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:12 smithi175 bash[29404]: cluster 2023-12-25T21:42:10.476481+0000 mgr.smithi067.knbjpz (mgr.14184) 1418 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:13.153 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:13.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:13 smithi067 bash[26019]: audit 2023-12-25T21:42:11.538623+0000 mgr.smithi067.knbjpz (mgr.14184) 1419 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:13.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:13 smithi175 bash[29404]: audit 2023-12-25T21:42:11.538623+0000 mgr.smithi067.knbjpz (mgr.14184) 1419 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:14.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:14 smithi067 bash[26019]: cluster 2023-12-25T21:42:12.478524+0000 mgr.smithi067.knbjpz (mgr.14184) 1420 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:14.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:14 smithi175 bash[29404]: cluster 2023-12-25T21:42:12.478524+0000 mgr.smithi067.knbjpz (mgr.14184) 1420 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:16.273 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:16.273 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:16.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:16 smithi067 bash[26019]: cluster 2023-12-25T21:42:14.479502+0000 mgr.smithi067.knbjpz (mgr.14184) 1421 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:16.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:16 smithi175 bash[29404]: cluster 2023-12-25T21:42:14.479502+0000 mgr.smithi067.knbjpz (mgr.14184) 1421 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:16.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:17.901 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:18 smithi067 bash[26019]: audit 2023-12-25T21:42:16.263445+0000 mgr.smithi067.knbjpz (mgr.14184) 1422 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:18.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:18 smithi067 bash[26019]: cluster 2023-12-25T21:42:16.481158+0000 mgr.smithi067.knbjpz (mgr.14184) 1423 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:18.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:18 smithi175 bash[29404]: audit 2023-12-25T21:42:16.263445+0000 mgr.smithi067.knbjpz (mgr.14184) 1422 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:18.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:18 smithi175 bash[29404]: cluster 2023-12-25T21:42:16.481158+0000 mgr.smithi067.knbjpz (mgr.14184) 1423 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:20 smithi067 bash[26019]: cluster 2023-12-25T21:42:18.482968+0000 mgr.smithi067.knbjpz (mgr.14184) 1424 : 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 2023-12-25T21:42:20.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:20 smithi175 bash[29404]: cluster 2023-12-25T21:42:18.482968+0000 mgr.smithi067.knbjpz (mgr.14184) 1424 : 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 2023-12-25T21:42:21.060 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:21.060 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:21.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:22.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:22 smithi067 bash[26019]: cluster 2023-12-25T21:42:20.484681+0000 mgr.smithi067.knbjpz (mgr.14184) 1425 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:22.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:22 smithi067 bash[26019]: audit 2023-12-25T21:42:21.047627+0000 mgr.smithi067.knbjpz (mgr.14184) 1426 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:22.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:22 smithi175 bash[29404]: cluster 2023-12-25T21:42:20.484681+0000 mgr.smithi067.knbjpz (mgr.14184) 1425 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:22.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:22 smithi175 bash[29404]: audit 2023-12-25T21:42:21.047627+0000 mgr.smithi067.knbjpz (mgr.14184) 1426 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:22.729 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:24.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:24 smithi067 bash[26019]: cluster 2023-12-25T21:42:22.486807+0000 mgr.smithi067.knbjpz (mgr.14184) 1427 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:24.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:24 smithi175 bash[29404]: cluster 2023-12-25T21:42:22.486807+0000 mgr.smithi067.knbjpz (mgr.14184) 1427 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:25.859 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:25.859 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:26.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:26 smithi067 bash[26019]: cluster 2023-12-25T21:42:24.488082+0000 mgr.smithi067.knbjpz (mgr.14184) 1428 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:26.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:26.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:26 smithi175 bash[29404]: cluster 2023-12-25T21:42:24.488082+0000 mgr.smithi067.knbjpz (mgr.14184) 1428 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:27 smithi067 bash[26019]: audit 2023-12-25T21:42:25.846745+0000 mgr.smithi067.knbjpz (mgr.14184) 1429 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:27.533 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:27.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:27 smithi175 bash[29404]: audit 2023-12-25T21:42:25.846745+0000 mgr.smithi067.knbjpz (mgr.14184) 1429 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:28.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:28 smithi067 bash[26019]: cluster 2023-12-25T21:42:26.489991+0000 mgr.smithi067.knbjpz (mgr.14184) 1430 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:28.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:28 smithi175 bash[29404]: cluster 2023-12-25T21:42:26.489991+0000 mgr.smithi067.knbjpz (mgr.14184) 1430 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:30.466 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:30 smithi067 bash[26019]: cluster 2023-12-25T21:42:28.491956+0000 mgr.smithi067.knbjpz (mgr.14184) 1431 : 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 2023-12-25T21:42:30.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:30 smithi175 bash[29404]: cluster 2023-12-25T21:42:28.491956+0000 mgr.smithi067.knbjpz (mgr.14184) 1431 : 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 2023-12-25T21:42:30.833 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:30.833 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:31.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:32.471 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:32.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:32 smithi067 bash[26019]: cluster 2023-12-25T21:42:30.492981+0000 mgr.smithi067.knbjpz (mgr.14184) 1432 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:32.483 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:32 smithi067 bash[26019]: audit 2023-12-25T21:42:30.828405+0000 mgr.smithi067.knbjpz (mgr.14184) 1433 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:32.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:32 smithi175 bash[29404]: cluster 2023-12-25T21:42:30.492981+0000 mgr.smithi067.knbjpz (mgr.14184) 1432 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:32.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:32 smithi175 bash[29404]: audit 2023-12-25T21:42:30.828405+0000 mgr.smithi067.knbjpz (mgr.14184) 1433 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:33.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:33 smithi067 bash[26019]: audit 2023-12-25T21:42:32.449619+0000 mon.smithi067 (mon.0) 1013 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:42:33.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:33 smithi175 bash[29404]: audit 2023-12-25T21:42:32.449619+0000 mon.smithi067 (mon.0) 1013 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:42:34.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:34 smithi067 bash[26019]: cluster 2023-12-25T21:42:32.495002+0000 mgr.smithi067.knbjpz (mgr.14184) 1434 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:34.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:34 smithi175 bash[29404]: cluster 2023-12-25T21:42:32.495002+0000 mgr.smithi067.knbjpz (mgr.14184) 1434 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:35.906 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:35.906 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:32:13.248154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:32:13.248274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:32:13.248392Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:32:13.248026Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:32:13.247825Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:32:13.249236Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:32:13.248508Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:32:13.248626Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:32:13.249108Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:36.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:36 smithi067 bash[26019]: cluster 2023-12-25T21:42:34.496287+0000 mgr.smithi067.knbjpz (mgr.14184) 1435 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:36.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:36 smithi175 bash[29404]: cluster 2023-12-25T21:42:34.496287+0000 mgr.smithi067.knbjpz (mgr.14184) 1435 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:36.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:37.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:37 smithi067 bash[26019]: audit 2023-12-25T21:42:35.893278+0000 mgr.smithi067.knbjpz (mgr.14184) 1436 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:37.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:37 smithi175 bash[29404]: audit 2023-12-25T21:42:35.893278+0000 mgr.smithi067.knbjpz (mgr.14184) 1436 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:37.586 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:38.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:38 smithi067 bash[26019]: cluster 2023-12-25T21:42:36.498102+0000 mgr.smithi067.knbjpz (mgr.14184) 1437 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:38.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:38 smithi175 bash[29404]: cluster 2023-12-25T21:42:36.498102+0000 mgr.smithi067.knbjpz (mgr.14184) 1437 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: cluster 2023-12-25T21:42:38.499965+0000 mgr.smithi067.knbjpz (mgr.14184) 1438 : 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 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: audit 2023-12-25T21:42:38.968003+0000 mon.smithi067 (mon.0) 1014 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: audit 2023-12-25T21:42:39.282017+0000 mon.smithi067 (mon.0) 1015 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: audit 2023-12-25T21:42:39.283300+0000 mon.smithi067 (mon.0) 1016 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: audit 2023-12-25T21:42:39.291170+0000 mon.smithi067 (mon.0) 1017 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: audit 2023-12-25T21:42:39.299040+0000 mon.smithi067 (mon.0) 1018 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:42:40.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:39 smithi067 bash[26019]: audit 2023-12-25T21:42:39.314460+0000 mon.smithi067 (mon.0) 1019 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:40.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: cluster 2023-12-25T21:42:38.499965+0000 mgr.smithi067.knbjpz (mgr.14184) 1438 : 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 2023-12-25T21:42:40.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: audit 2023-12-25T21:42:38.968003+0000 mon.smithi067 (mon.0) 1014 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:40.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: audit 2023-12-25T21:42:39.282017+0000 mon.smithi067 (mon.0) 1015 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:42:40.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: audit 2023-12-25T21:42:39.283300+0000 mon.smithi067 (mon.0) 1016 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:42:40.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: audit 2023-12-25T21:42:39.291170+0000 mon.smithi067 (mon.0) 1017 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:40.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: audit 2023-12-25T21:42:39.299040+0000 mon.smithi067 (mon.0) 1018 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:42:40.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:39 smithi175 bash[29404]: audit 2023-12-25T21:42:39.314460+0000 mon.smithi067 (mon.0) 1019 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:41.066 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:41.066 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:24.108141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.bownrc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:41.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:40 smithi067 bash[26019]: cluster 2023-12-25T21:42:39.292283+0000 mgr.smithi067.knbjpz (mgr.14184) 1439 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:41.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:40 smithi067 bash[26019]: cephadm 2023-12-25T21:42:39.318502+0000 mgr.smithi067.knbjpz (mgr.14184) 1440 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.eavdkw on smithi175 2023-12-25T21:42:41.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:40 smithi067 bash[26019]: cluster 2023-12-25T21:42:40.287745+0000 mon.smithi067 (mon.0) 1020 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:42:41.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:40 smithi067 bash[26019]: cluster 2023-12-25T21:42:40.287811+0000 mon.smithi067 (mon.0) 1021 : cluster [INF] Cluster is now healthy 2023-12-25T21:42:41.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:40 smithi175 bash[29404]: cluster 2023-12-25T21:42:39.292283+0000 mgr.smithi067.knbjpz (mgr.14184) 1439 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:41.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:40 smithi175 bash[29404]: cephadm 2023-12-25T21:42:39.318502+0000 mgr.smithi067.knbjpz (mgr.14184) 1440 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.eavdkw on smithi175 2023-12-25T21:42:41.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:40 smithi175 bash[29404]: cluster 2023-12-25T21:42:40.287745+0000 mon.smithi067 (mon.0) 1020 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:42:41.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:40 smithi175 bash[29404]: cluster 2023-12-25T21:42:40.287811+0000 mon.smithi067 (mon.0) 1021 : cluster [INF] Cluster is now healthy 2023-12-25T21:42:41.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:42.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:41 smithi067 bash[26019]: audit 2023-12-25T21:42:41.054570+0000 mgr.smithi067.knbjpz (mgr.14184) 1441 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:42.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:41 smithi175 bash[29404]: audit 2023-12-25T21:42:41.054570+0000 mgr.smithi067.knbjpz (mgr.14184) 1441 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:42.720 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:43.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:43 smithi067 bash[26019]: cluster 2023-12-25T21:42:41.293777+0000 mgr.smithi067.knbjpz (mgr.14184) 1442 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:43.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:43 smithi175 bash[29404]: cluster 2023-12-25T21:42:41.293777+0000 mgr.smithi067.knbjpz (mgr.14184) 1442 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:44.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: cephadm 2023-12-25T21:42:43.220701+0000 mgr.smithi067.knbjpz (mgr.14184) 1443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:44.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.eavdkw ... 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.eavdkw ... 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: cephadm 2023-12-25T21:42:43.221164+0000 mgr.smithi067.knbjpz (mgr.14184) 1444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: audit 2023-12-25T21:42:43.221849+0000 mon.smithi067 (mon.0) 1022 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.eavdkw"}]: dispatch 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: cephadm 2023-12-25T21:42:43.223610+0000 mgr.smithi067.knbjpz (mgr.14184) 1445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.220 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.eavdkw ... 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.221 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:44 smithi067 bash[26019]: cephadm 2023-12-25T21:42:43.228966+0000 mgr.smithi067.knbjpz (mgr.14184) 1446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.xpryho on smithi067 2023-12-25T21:42:44.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: cephadm 2023-12-25T21:42:43.220701+0000 mgr.smithi067.knbjpz (mgr.14184) 1443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.eavdkw ... 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:42:44.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.eavdkw ... 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:44.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: cephadm 2023-12-25T21:42:43.221164+0000 mgr.smithi067.knbjpz (mgr.14184) 1444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: audit 2023-12-25T21:42:43.221849+0000 mon.smithi067 (mon.0) 1022 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.eavdkw"}]: dispatch 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: cephadm 2023-12-25T21:42:43.223610+0000 mgr.smithi067.knbjpz (mgr.14184) 1445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.eavdkw ... 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:44.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:44.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:44 smithi175 bash[29404]: cephadm 2023-12-25T21:42:43.228966+0000 mgr.smithi067.knbjpz (mgr.14184) 1446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.xpryho on smithi067 2023-12-25T21:42:45.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:45 smithi067 bash[26019]: cluster 2023-12-25T21:42:43.295276+0000 mgr.smithi067.knbjpz (mgr.14184) 1447 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:45.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:45 smithi175 bash[29404]: cluster 2023-12-25T21:42:43.295276+0000 mgr.smithi067.knbjpz (mgr.14184) 1447 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:46.152 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:46.152 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:28.285744Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.cthasi on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-cthasi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.cthasi\nDeploy daemon haproxy.nfs.foo.smithi175.cthasi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.436117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.szoyqt on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-szoyqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.szoyqt\nDeploy daemon haproxy.nfs.foo.smithi067.szoyqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:32.440514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.rplagr on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:46.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:46.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:46 smithi067 bash[26019]: cluster 2023-12-25T21:42:45.296654+0000 mgr.smithi067.knbjpz (mgr.14184) 1448 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:46.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:46 smithi067 bash[26019]: audit 2023-12-25T21:42:45.803430+0000 mon.smithi067 (mon.0) 1023 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:46.995 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:46 smithi067 bash[26019]: audit 2023-12-25T21:42:46.146914+0000 mgr.smithi067.knbjpz (mgr.14184) 1449 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:47.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:46 smithi175 bash[29404]: cluster 2023-12-25T21:42:45.296654+0000 mgr.smithi067.knbjpz (mgr.14184) 1448 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-25T21:42:47.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:46 smithi175 bash[29404]: audit 2023-12-25T21:42:45.803430+0000 mon.smithi067 (mon.0) 1023 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:47.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:46 smithi175 bash[29404]: audit 2023-12-25T21:42:46.146914+0000 mgr.smithi067.knbjpz (mgr.14184) 1449 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:47.778 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:48.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: cephadm 2023-12-25T21:42:47.105538+0000 mgr.smithi067.knbjpz (mgr.14184) 1450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xpryho ... 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:48.247 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xpryho ... 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: cephadm 2023-12-25T21:42:47.106014+0000 mgr.smithi067.knbjpz (mgr.14184) 1451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: audit 2023-12-25T21:42:47.106640+0000 mon.smithi067 (mon.0) 1024 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.xpryho"}]: dispatch 2023-12-25T21:42:48.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: cephadm 2023-12-25T21:42:47.108215+0000 mgr.smithi067.knbjpz (mgr.14184) 1452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.xpryho ... 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.250 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: cephadm 2023-12-25T21:42:47.111938+0000 mgr.smithi067.knbjpz (mgr.14184) 1453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:48.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: cephadm 2023-12-25T21:42:47.114186+0000 mgr.smithi067.knbjpz (mgr.14184) 1454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:48.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: cluster 2023-12-25T21:42:47.116796+0000 mgr.smithi067.knbjpz (mgr.14184) 1455 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:42:48.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:47 smithi067 bash[26019]: audit 2023-12-25T21:42:47.374389+0000 mon.smithi067 (mon.0) 1025 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: cephadm 2023-12-25T21:42:47.105538+0000 mgr.smithi067.knbjpz (mgr.14184) 1450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xpryho ... 2023-12-25T21:42:48.286 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.287 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xpryho ... 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.288 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: cephadm 2023-12-25T21:42:47.106014+0000 mgr.smithi067.knbjpz (mgr.14184) 1451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: audit 2023-12-25T21:42:47.106640+0000 mon.smithi067 (mon.0) 1024 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.xpryho"}]: dispatch 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: cephadm 2023-12-25T21:42:47.108215+0000 mgr.smithi067.knbjpz (mgr.14184) 1452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.xpryho ... 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:48.289 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: cephadm 2023-12-25T21:42:47.111938+0000 mgr.smithi067.knbjpz (mgr.14184) 1453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: cephadm 2023-12-25T21:42:47.114186+0000 mgr.smithi067.knbjpz (mgr.14184) 1454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: cluster 2023-12-25T21:42:47.116796+0000 mgr.smithi067.knbjpz (mgr.14184) 1455 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:42:48.290 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:47 smithi175 bash[29404]: audit 2023-12-25T21:42:47.374389+0000 mon.smithi067 (mon.0) 1025 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:42:49.124 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:48 smithi067 bash[26019]: cluster 2023-12-25T21:42:47.803541+0000 mon.smithi067 (mon.0) 1026 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:42:49.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:48 smithi175 bash[29404]: cluster 2023-12-25T21:42:47.803541+0000 mon.smithi067 (mon.0) 1026 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:42:50.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:49 smithi067 bash[26019]: cluster 2023-12-25T21:42:49.117550+0000 mgr.smithi067.knbjpz (mgr.14184) 1456 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:42:50.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:49 smithi175 bash[29404]: cluster 2023-12-25T21:42:49.117550+0000 mgr.smithi067.knbjpz (mgr.14184) 1456 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-25T21:42:51.019 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:51.019 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:51.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:52.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:52 smithi067 bash[26019]: audit 2023-12-25T21:42:51.009513+0000 mgr.smithi067.knbjpz (mgr.14184) 1457 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:52.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:52 smithi067 bash[26019]: cluster 2023-12-25T21:42:51.118963+0000 mgr.smithi067.knbjpz (mgr.14184) 1458 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-25T21:42:52.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:52 smithi175 bash[29404]: audit 2023-12-25T21:42:51.009513+0000 mgr.smithi067.knbjpz (mgr.14184) 1457 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:52.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:52 smithi175 bash[29404]: cluster 2023-12-25T21:42:51.118963+0000 mgr.smithi067.knbjpz (mgr.14184) 1458 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-25T21:42:52.666 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:54.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:54 smithi067 bash[26019]: cluster 2023-12-25T21:42:53.120565+0000 mgr.smithi067.knbjpz (mgr.14184) 1459 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:42:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:54 smithi175 bash[29404]: cluster 2023-12-25T21:42:53.120565+0000 mgr.smithi067.knbjpz (mgr.14184) 1459 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:42:55.872 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:42:55.873 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:42:56.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:56 smithi067 bash[26019]: cluster 2023-12-25T21:42:55.122303+0000 mgr.smithi067.knbjpz (mgr.14184) 1460 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:42:56.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:56.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:56 smithi175 bash[29404]: cluster 2023-12-25T21:42:55.122303+0000 mgr.smithi067.knbjpz (mgr.14184) 1460 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:42:57.480 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:57.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:57 smithi067 bash[26019]: audit 2023-12-25T21:42:55.867856+0000 mgr.smithi067.knbjpz (mgr.14184) 1461 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:57.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:57 smithi175 bash[29404]: audit 2023-12-25T21:42:55.867856+0000 mgr.smithi067.knbjpz (mgr.14184) 1461 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:58.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:42:58 smithi067 bash[26019]: cluster 2023-12-25T21:42:57.124258+0000 mgr.smithi067.knbjpz (mgr.14184) 1462 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:42:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:42:58 smithi175 bash[29404]: cluster 2023-12-25T21:42:57.124258+0000 mgr.smithi067.knbjpz (mgr.14184) 1462 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-25T21:43:00.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:00 smithi067 bash[26019]: cluster 2023-12-25T21:42:59.125509+0000 mgr.smithi067.knbjpz (mgr.14184) 1463 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:00.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:00 smithi175 bash[29404]: cluster 2023-12-25T21:42:59.125509+0000 mgr.smithi067.knbjpz (mgr.14184) 1463 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:00.811 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:00.812 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:01.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:02.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:01 smithi067 bash[26019]: audit 2023-12-25T21:43:00.801422+0000 mgr.smithi067.knbjpz (mgr.14184) 1464 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:02.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:01 smithi067 bash[26019]: audit 2023-12-25T21:43:00.804698+0000 mon.smithi067 (mon.0) 1027 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:02.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:01 smithi067 bash[26019]: cluster 2023-12-25T21:43:01.126817+0000 mgr.smithi067.knbjpz (mgr.14184) 1465 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:02.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:01 smithi175 bash[29404]: audit 2023-12-25T21:43:00.801422+0000 mgr.smithi067.knbjpz (mgr.14184) 1464 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:02.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:01 smithi175 bash[29404]: audit 2023-12-25T21:43:00.804698+0000 mon.smithi067 (mon.0) 1027 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:02.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:01 smithi175 bash[29404]: cluster 2023-12-25T21:43:01.126817+0000 mgr.smithi067.knbjpz (mgr.14184) 1465 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:02.516 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:04.191 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:04 smithi067 bash[26019]: cluster 2023-12-25T21:43:03.128143+0000 mgr.smithi067.knbjpz (mgr.14184) 1466 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:04.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:04 smithi175 bash[29404]: cluster 2023-12-25T21:43:03.128143+0000 mgr.smithi067.knbjpz (mgr.14184) 1466 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:05.789 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:05.789 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:06.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:06.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:06 smithi067 bash[26019]: cluster 2023-12-25T21:43:05.129729+0000 mgr.smithi067.knbjpz (mgr.14184) 1467 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:06.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:06 smithi175 bash[29404]: cluster 2023-12-25T21:43:05.129729+0000 mgr.smithi067.knbjpz (mgr.14184) 1467 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:07.438 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:07.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:07 smithi067 bash[26019]: audit 2023-12-25T21:43:05.780183+0000 mgr.smithi067.knbjpz (mgr.14184) 1468 : audit [DBG] from='client.25277 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:07.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:07 smithi175 bash[29404]: audit 2023-12-25T21:43:05.780183+0000 mgr.smithi067.knbjpz (mgr.14184) 1468 : audit [DBG] from='client.25277 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:08.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:08 smithi067 bash[26019]: cluster 2023-12-25T21:43:07.131683+0000 mgr.smithi067.knbjpz (mgr.14184) 1469 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:08.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:08 smithi175 bash[29404]: cluster 2023-12-25T21:43:07.131683+0000 mgr.smithi067.knbjpz (mgr.14184) 1469 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:10.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:10 smithi067 bash[26019]: cluster 2023-12-25T21:43:09.132729+0000 mgr.smithi067.knbjpz (mgr.14184) 1470 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:10.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:10 smithi175 bash[29404]: cluster 2023-12-25T21:43:09.132729+0000 mgr.smithi067.knbjpz (mgr.14184) 1470 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:10.599 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:10.599 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:11.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:12.227 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:12.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:12 smithi067 bash[26019]: audit 2023-12-25T21:43:10.594392+0000 mgr.smithi067.knbjpz (mgr.14184) 1471 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:12.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:12 smithi067 bash[26019]: cluster 2023-12-25T21:43:11.134515+0000 mgr.smithi067.knbjpz (mgr.14184) 1472 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:12.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:12 smithi175 bash[29404]: audit 2023-12-25T21:43:10.594392+0000 mgr.smithi067.knbjpz (mgr.14184) 1471 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:12.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:12 smithi175 bash[29404]: cluster 2023-12-25T21:43:11.134515+0000 mgr.smithi067.knbjpz (mgr.14184) 1472 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:14.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:14 smithi175 bash[29404]: cluster 2023-12-25T21:43:13.136276+0000 mgr.smithi067.knbjpz (mgr.14184) 1473 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:14.651 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:14 smithi067 bash[26019]: cluster 2023-12-25T21:43:13.136276+0000 mgr.smithi067.knbjpz (mgr.14184) 1473 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:15.533 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:15.533 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:16.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:16.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:16 smithi067 bash[26019]: cluster 2023-12-25T21:43:15.137640+0000 mgr.smithi067.knbjpz (mgr.14184) 1474 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:16.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:16 smithi175 bash[29404]: cluster 2023-12-25T21:43:15.137640+0000 mgr.smithi067.knbjpz (mgr.14184) 1474 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:17.140 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:17.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:17 smithi067 bash[26019]: audit 2023-12-25T21:43:15.523798+0000 mgr.smithi067.knbjpz (mgr.14184) 1475 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:17.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:17 smithi175 bash[29404]: audit 2023-12-25T21:43:15.523798+0000 mgr.smithi067.knbjpz (mgr.14184) 1475 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:18.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:18 smithi067 bash[26019]: cluster 2023-12-25T21:43:17.139342+0000 mgr.smithi067.knbjpz (mgr.14184) 1476 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:18.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:18 smithi175 bash[29404]: cluster 2023-12-25T21:43:17.139342+0000 mgr.smithi067.knbjpz (mgr.14184) 1476 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:20.305 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:20.305 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:20 smithi067 bash[26019]: cluster 2023-12-25T21:43:19.140530+0000 mgr.smithi067.knbjpz (mgr.14184) 1477 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:20.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:20 smithi175 bash[29404]: cluster 2023-12-25T21:43:19.140530+0000 mgr.smithi067.knbjpz (mgr.14184) 1477 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:20.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:21.976 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:22.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:22 smithi067 bash[26019]: audit 2023-12-25T21:43:20.294540+0000 mgr.smithi067.knbjpz (mgr.14184) 1478 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:22.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:22 smithi067 bash[26019]: cluster 2023-12-25T21:43:21.142309+0000 mgr.smithi067.knbjpz (mgr.14184) 1479 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:22.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:22 smithi175 bash[29404]: audit 2023-12-25T21:43:20.294540+0000 mgr.smithi067.knbjpz (mgr.14184) 1478 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:22.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:22 smithi175 bash[29404]: cluster 2023-12-25T21:43:21.142309+0000 mgr.smithi067.knbjpz (mgr.14184) 1479 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:24.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:24 smithi175 bash[29404]: cluster 2023-12-25T21:43:23.143880+0000 mgr.smithi067.knbjpz (mgr.14184) 1480 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:24.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:24 smithi067 bash[26019]: cluster 2023-12-25T21:43:23.143880+0000 mgr.smithi067.knbjpz (mgr.14184) 1480 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:25.351 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:25.351 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:26.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:26 smithi067 bash[26019]: cluster 2023-12-25T21:43:25.145464+0000 mgr.smithi067.knbjpz (mgr.14184) 1481 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:26.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:26 smithi175 bash[29404]: cluster 2023-12-25T21:43:25.145464+0000 mgr.smithi067.knbjpz (mgr.14184) 1481 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:27.007 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:27.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:27 smithi067 bash[26019]: audit 2023-12-25T21:43:25.338815+0000 mgr.smithi067.knbjpz (mgr.14184) 1482 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:27.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:27 smithi175 bash[29404]: audit 2023-12-25T21:43:25.338815+0000 mgr.smithi067.knbjpz (mgr.14184) 1482 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:28.426 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:28 smithi067 bash[26019]: cluster 2023-12-25T21:43:27.147405+0000 mgr.smithi067.knbjpz (mgr.14184) 1483 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:28.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:28 smithi175 bash[29404]: cluster 2023-12-25T21:43:27.147405+0000 mgr.smithi067.knbjpz (mgr.14184) 1483 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:29.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:29 smithi175 bash[29404]: cluster 2023-12-25T21:43:29.148637+0000 mgr.smithi067.knbjpz (mgr.14184) 1484 : 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 2023-12-25T21:43:29.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:29 smithi067 bash[26019]: cluster 2023-12-25T21:43:29.148637+0000 mgr.smithi067.knbjpz (mgr.14184) 1484 : 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 2023-12-25T21:43:30.303 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:30.304 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:30.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:31.950 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:32.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:32 smithi067 bash[26019]: audit 2023-12-25T21:43:30.292714+0000 mgr.smithi067.knbjpz (mgr.14184) 1485 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:32.245 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:32 smithi067 bash[26019]: cluster 2023-12-25T21:43:31.150301+0000 mgr.smithi067.knbjpz (mgr.14184) 1486 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:32.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:32 smithi175 bash[29404]: audit 2023-12-25T21:43:30.292714+0000 mgr.smithi067.knbjpz (mgr.14184) 1485 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:32.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:32 smithi175 bash[29404]: cluster 2023-12-25T21:43:31.150301+0000 mgr.smithi067.knbjpz (mgr.14184) 1486 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:34.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:34 smithi067 bash[26019]: cluster 2023-12-25T21:43:33.152245+0000 mgr.smithi067.knbjpz (mgr.14184) 1487 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:34.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:34 smithi175 bash[29404]: cluster 2023-12-25T21:43:33.152245+0000 mgr.smithi067.knbjpz (mgr.14184) 1487 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:35.023 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:35.023 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:35.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:36.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:36 smithi067 bash[26019]: audit 2023-12-25T21:43:35.010336+0000 mgr.smithi067.knbjpz (mgr.14184) 1488 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:36.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:36 smithi067 bash[26019]: cluster 2023-12-25T21:43:35.153382+0000 mgr.smithi067.knbjpz (mgr.14184) 1489 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:36.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:36 smithi175 bash[29404]: audit 2023-12-25T21:43:35.010336+0000 mgr.smithi067.knbjpz (mgr.14184) 1488 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:36.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:36 smithi175 bash[29404]: cluster 2023-12-25T21:43:35.153382+0000 mgr.smithi067.knbjpz (mgr.14184) 1489 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:36.706 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:38.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:38 smithi067 bash[26019]: cluster 2023-12-25T21:43:37.154669+0000 mgr.smithi067.knbjpz (mgr.14184) 1490 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:38.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:38 smithi175 bash[29404]: cluster 2023-12-25T21:43:37.154669+0000 mgr.smithi067.knbjpz (mgr.14184) 1490 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:39.868 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:39.869 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:40.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:40 smithi067 bash[26019]: cluster 2023-12-25T21:43:39.155900+0000 mgr.smithi067.knbjpz (mgr.14184) 1491 : 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 2023-12-25T21:43:40.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:40.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:40 smithi175 bash[29404]: cluster 2023-12-25T21:43:39.155900+0000 mgr.smithi067.knbjpz (mgr.14184) 1491 : 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 2023-12-25T21:43:41.474 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:41.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:41 smithi067 bash[26019]: audit 2023-12-25T21:43:39.858396+0000 mgr.smithi067.knbjpz (mgr.14184) 1492 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:41.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:41 smithi175 bash[29404]: audit 2023-12-25T21:43:39.858396+0000 mgr.smithi067.knbjpz (mgr.14184) 1492 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:42.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:42 smithi067 bash[26019]: cluster 2023-12-25T21:43:41.157683+0000 mgr.smithi067.knbjpz (mgr.14184) 1493 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:42.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:42 smithi175 bash[29404]: cluster 2023-12-25T21:43:41.157683+0000 mgr.smithi067.knbjpz (mgr.14184) 1493 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:44.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:44 smithi067 bash[26019]: cluster 2023-12-25T21:43:43.159502+0000 mgr.smithi067.knbjpz (mgr.14184) 1494 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:44.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:44 smithi175 bash[29404]: cluster 2023-12-25T21:43:43.159502+0000 mgr.smithi067.knbjpz (mgr.14184) 1494 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:44.769 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:44.770 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:45.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:46.385 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:46.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:46 smithi067 bash[26019]: audit 2023-12-25T21:43:44.758959+0000 mgr.smithi067.knbjpz (mgr.14184) 1495 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:46.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:46 smithi067 bash[26019]: cluster 2023-12-25T21:43:45.160631+0000 mgr.smithi067.knbjpz (mgr.14184) 1496 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:46.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:46 smithi175 bash[29404]: audit 2023-12-25T21:43:44.758959+0000 mgr.smithi067.knbjpz (mgr.14184) 1495 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:46.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:46 smithi175 bash[29404]: cluster 2023-12-25T21:43:45.160631+0000 mgr.smithi067.knbjpz (mgr.14184) 1496 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:47.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:47 smithi067 bash[26019]: audit 2023-12-25T21:43:47.118333+0000 mon.smithi067 (mon.0) 1028 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:43:47.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:47 smithi175 bash[29404]: audit 2023-12-25T21:43:47.118333+0000 mon.smithi067 (mon.0) 1028 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:43:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:48 smithi175 bash[29404]: cluster 2023-12-25T21:43:47.162392+0000 mgr.smithi067.knbjpz (mgr.14184) 1497 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:48.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:48 smithi175 bash[29404]: audit 2023-12-25T21:43:47.425282+0000 mon.smithi067 (mon.0) 1029 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:48.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:48 smithi067 bash[26019]: cluster 2023-12-25T21:43:47.162392+0000 mgr.smithi067.knbjpz (mgr.14184) 1497 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:48.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:48 smithi067 bash[26019]: audit 2023-12-25T21:43:47.425282+0000 mon.smithi067 (mon.0) 1029 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:49.607 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:49.608 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:33:27.154211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:33:27.154590Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:33:27.154920Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:33:27.155180Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:33:27.155682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:33:27.155432Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:33:27.156676Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:50.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:50.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:50 smithi067 bash[26019]: cluster 2023-12-25T21:43:49.163352+0000 mgr.smithi067.knbjpz (mgr.14184) 1498 : 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 2023-12-25T21:43:50.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:50 smithi175 bash[29404]: cluster 2023-12-25T21:43:49.163352+0000 mgr.smithi067.knbjpz (mgr.14184) 1498 : 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 2023-12-25T21:43:51.226 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:51.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:51 smithi067 bash[26019]: audit 2023-12-25T21:43:49.602467+0000 mgr.smithi067.knbjpz (mgr.14184) 1499 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:51.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:51 smithi175 bash[29404]: audit 2023-12-25T21:43:49.602467+0000 mgr.smithi067.knbjpz (mgr.14184) 1499 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:52.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:52 smithi175 bash[29404]: cluster 2023-12-25T21:43:51.165049+0000 mgr.smithi067.knbjpz (mgr.14184) 1500 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:52.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:52 smithi067 bash[26019]: cluster 2023-12-25T21:43:51.165049+0000 mgr.smithi067.knbjpz (mgr.14184) 1500 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:54.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: audit 2023-12-25T21:43:53.043432+0000 mon.smithi067 (mon.0) 1030 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: cluster 2023-12-25T21:43:53.166843+0000 mgr.smithi067.knbjpz (mgr.14184) 1501 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: audit 2023-12-25T21:43:53.348494+0000 mon.smithi067 (mon.0) 1031 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:43:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: audit 2023-12-25T21:43:53.350180+0000 mon.smithi067 (mon.0) 1032 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:43:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: audit 2023-12-25T21:43:53.360012+0000 mon.smithi067 (mon.0) 1033 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: audit 2023-12-25T21:43:53.368780+0000 mon.smithi067 (mon.0) 1034 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:43:54.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:54 smithi067 bash[26019]: audit 2023-12-25T21:43:53.381704+0000 mon.smithi067 (mon.0) 1035 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:54.516 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:54.516 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:32.444530Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.aggqbc on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: audit 2023-12-25T21:43:53.043432+0000 mon.smithi067 (mon.0) 1030 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: cluster 2023-12-25T21:43:53.166843+0000 mgr.smithi067.knbjpz (mgr.14184) 1501 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: audit 2023-12-25T21:43:53.348494+0000 mon.smithi067 (mon.0) 1031 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: audit 2023-12-25T21:43:53.350180+0000 mon.smithi067 (mon.0) 1032 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: audit 2023-12-25T21:43:53.360012+0000 mon.smithi067 (mon.0) 1033 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: audit 2023-12-25T21:43:53.368780+0000 mon.smithi067 (mon.0) 1034 : audit [DBG] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:43:54.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:54 smithi175 bash[29404]: audit 2023-12-25T21:43:53.381704+0000 mon.smithi067 (mon.0) 1035 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:43:55.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:55.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:55 smithi067 bash[26019]: cluster 2023-12-25T21:43:53.361132+0000 mgr.smithi067.knbjpz (mgr.14184) 1502 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:43:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:55 smithi067 bash[26019]: cephadm 2023-12-25T21:43:53.385379+0000 mgr.smithi067.knbjpz (mgr.14184) 1503 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.atwbck on smithi175 2023-12-25T21:43:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:55 smithi067 bash[26019]: cluster 2023-12-25T21:43:54.039418+0000 mon.smithi067 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:43:55.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:55 smithi067 bash[26019]: cluster 2023-12-25T21:43:54.039449+0000 mon.smithi067 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2023-12-25T21:43:55.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:55 smithi175 bash[29404]: cluster 2023-12-25T21:43:53.361132+0000 mgr.smithi067.knbjpz (mgr.14184) 1502 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:43:55.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:55 smithi175 bash[29404]: cephadm 2023-12-25T21:43:53.385379+0000 mgr.smithi067.knbjpz (mgr.14184) 1503 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi175.atwbck on smithi175 2023-12-25T21:43:55.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:55 smithi175 bash[29404]: cluster 2023-12-25T21:43:54.039418+0000 mon.smithi067 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:43:55.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:55 smithi175 bash[29404]: cluster 2023-12-25T21:43:54.039449+0000 mon.smithi067 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2023-12-25T21:43:56.169 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:56.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:56 smithi067 bash[26019]: audit 2023-12-25T21:43:54.505862+0000 mgr.smithi067.knbjpz (mgr.14184) 1504 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:56.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:56 smithi175 bash[29404]: audit 2023-12-25T21:43:54.505862+0000 mgr.smithi067.knbjpz (mgr.14184) 1504 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:57.390 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:57 smithi067 bash[26019]: cluster 2023-12-25T21:43:55.362613+0000 mgr.smithi067.knbjpz (mgr.14184) 1505 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:43:57.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:57 smithi175 bash[29404]: cluster 2023-12-25T21:43:55.362613+0000 mgr.smithi067.knbjpz (mgr.14184) 1505 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: cephadm 2023-12-25T21:43:57.142322+0000 mgr.smithi067.knbjpz (mgr.14184) 1506 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.atwbck ... 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:43:58.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.atwbck ... 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: cephadm 2023-12-25T21:43:57.142935+0000 mgr.smithi067.knbjpz (mgr.14184) 1507 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: audit 2023-12-25T21:43:57.144624+0000 mon.smithi067 (mon.0) 1038 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.atwbck"}]: dispatch 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: cephadm 2023-12-25T21:43:57.146113+0000 mgr.smithi067.knbjpz (mgr.14184) 1508 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi175.atwbck ... 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:43:58.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:43:58.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:43:58.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:58 smithi067 bash[26019]: cephadm 2023-12-25T21:43:57.150842+0000 mgr.smithi067.knbjpz (mgr.14184) 1509 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.tzwpnz on smithi067 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: cephadm 2023-12-25T21:43:57.142322+0000 mgr.smithi067.knbjpz (mgr.14184) 1506 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.atwbck ... 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:43:58.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.atwbck ... 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: cephadm 2023-12-25T21:43:57.142935+0000 mgr.smithi067.knbjpz (mgr.14184) 1507 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: audit 2023-12-25T21:43:57.144624+0000 mon.smithi067 (mon.0) 1038 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi175.atwbck"}]: dispatch 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: cephadm 2023-12-25T21:43:57.146113+0000 mgr.smithi067.knbjpz (mgr.14184) 1508 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi175.atwbck ... 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:43:58.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:43:58.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:43:58.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:43:58.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:58 smithi175 bash[29404]: cephadm 2023-12-25T21:43:57.150842+0000 mgr.smithi067.knbjpz (mgr.14184) 1509 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi067.tzwpnz on smithi067 2023-12-25T21:43:59.476 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:43:59.476 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:43.223333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.eavdkw on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-eavdkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.eavdkw\nDeploy daemon haproxy.nfs.foo.smithi175.eavdkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.107931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.xpryho on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-xpryho\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.xpryho\nDeploy daemon haproxy.nfs.foo.smithi067.xpryho ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:47.111798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.lmwhbe on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -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.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:43:59.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:43:59 smithi067 bash[26019]: cluster 2023-12-25T21:43:57.363671+0000 mgr.smithi067.knbjpz (mgr.14184) 1510 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:43:59.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:43:59 smithi175 bash[29404]: cluster 2023-12-25T21:43:57.363671+0000 mgr.smithi067.knbjpz (mgr.14184) 1510 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:44:00.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:01.071 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:01.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:01 smithi067 bash[26019]: cluster 2023-12-25T21:43:59.364592+0000 mgr.smithi067.knbjpz (mgr.14184) 1511 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:44:01.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:01 smithi067 bash[26019]: audit 2023-12-25T21:43:59.463268+0000 mgr.smithi067.knbjpz (mgr.14184) 1512 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:01.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:01 smithi067 bash[26019]: audit 2023-12-25T21:44:00.805149+0000 mon.smithi067 (mon.0) 1039 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:44:01.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:01 smithi067 bash[26019]: audit 2023-12-25T21:44:00.899330+0000 mon.smithi067 (mon.0) 1040 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.tzwpnz"}]: dispatch 2023-12-25T21:44:01.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:01 smithi175 bash[29404]: cluster 2023-12-25T21:43:59.364592+0000 mgr.smithi067.knbjpz (mgr.14184) 1511 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-25T21:44:01.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:01 smithi175 bash[29404]: audit 2023-12-25T21:43:59.463268+0000 mgr.smithi067.knbjpz (mgr.14184) 1512 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:01.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:01 smithi175 bash[29404]: audit 2023-12-25T21:44:00.805149+0000 mon.smithi067 (mon.0) 1039 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:44:01.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:01 smithi175 bash[29404]: audit 2023-12-25T21:44:00.899330+0000 mon.smithi067 (mon.0) 1040 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi067.tzwpnz"}]: dispatch 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cephadm 2023-12-25T21:44:00.898141+0000 mgr.smithi067.knbjpz (mgr.14184) 1513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.tzwpnz ... 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Traceback (most recent call last): 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: yield (conn, connr) 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: code, '\n'.join(err))) 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:44:02.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.tzwpnz ... 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cephadm 2023-12-25T21:44:00.898718+0000 mgr.smithi067.knbjpz (mgr.14184) 1514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cephadm 2023-12-25T21:44:00.900631+0000 mgr.smithi067.knbjpz (mgr.14184) 1515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stdout 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Deploy daemon haproxy.nfs.foo.smithi067.tzwpnz ... 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cephadm 2023-12-25T21:44:00.905546+0000 mgr.smithi067.knbjpz (mgr.14184) 1516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cephadm 2023-12-25T21:44:00.909522+0000 mgr.smithi067.knbjpz (mgr.14184) 1517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cluster 2023-12-25T21:44:00.911720+0000 mgr.smithi067.knbjpz (mgr.14184) 1518 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:44:02.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:02 smithi067 bash[26019]: cluster 2023-12-25T21:44:01.801810+0000 mon.smithi067 (mon.0) 1041 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:44:02.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cephadm 2023-12-25T21:44:00.898141+0000 mgr.smithi067.knbjpz (mgr.14184) 1513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:44:02.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.tzwpnz ... 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Traceback (most recent call last): 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: yield (conn, connr) 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:02.536 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: code, '\n'.join(err))) 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.tzwpnz ... 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:02.537 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cephadm 2023-12-25T21:44:00.898718+0000 mgr.smithi067.knbjpz (mgr.14184) 1514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cephadm 2023-12-25T21:44:00.900631+0000 mgr.smithi067.knbjpz (mgr.14184) 1515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stdout 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: /usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Deploy daemon haproxy.nfs.foo.smithi067.tzwpnz ... 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:02.538 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:02.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cephadm 2023-12-25T21:44:00.905546+0000 mgr.smithi067.knbjpz (mgr.14184) 1516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:02.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cephadm 2023-12-25T21:44:00.909522+0000 mgr.smithi067.knbjpz (mgr.14184) 1517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:02.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cluster 2023-12-25T21:44:00.911720+0000 mgr.smithi067.knbjpz (mgr.14184) 1518 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:44:02.539 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:02 smithi175 bash[29404]: cluster 2023-12-25T21:44:01.801810+0000 mon.smithi067 (mon.0) 1041 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:44:03.746 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:03 smithi067 bash[26019]: audit 2023-12-25T21:44:02.437759+0000 mon.smithi067 (mon.0) 1042 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:44:03.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:03 smithi067 bash[26019]: cluster 2023-12-25T21:44:02.913722+0000 mgr.smithi067.knbjpz (mgr.14184) 1519 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:44:03.784 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:03 smithi175 bash[29404]: audit 2023-12-25T21:44:02.437759+0000 mon.smithi067 (mon.0) 1042 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:44:03.784 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:03 smithi175 bash[29404]: cluster 2023-12-25T21:44:02.913722+0000 mgr.smithi067.knbjpz (mgr.14184) 1519 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-12-25T21:44:04.328 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:04.328 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:04.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:05.953 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:05 smithi067 bash[26019]: audit 2023-12-25T21:44:04.317338+0000 mgr.smithi067.knbjpz (mgr.14184) 1520 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:06.246 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:05 smithi067 bash[26019]: cluster 2023-12-25T21:44:04.915465+0000 mgr.smithi067.knbjpz (mgr.14184) 1521 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:44:06.284 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:05 smithi175 bash[29404]: audit 2023-12-25T21:44:04.317338+0000 mgr.smithi067.knbjpz (mgr.14184) 1520 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:06.285 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:05 smithi175 bash[29404]: cluster 2023-12-25T21:44:04.915465+0000 mgr.smithi067.knbjpz (mgr.14184) 1521 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:44:08.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:08 smithi067 bash[26019]: cluster 2023-12-25T21:44:06.917453+0000 mgr.smithi067.knbjpz (mgr.14184) 1522 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:44:08.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:08 smithi175 bash[29404]: cluster 2023-12-25T21:44:06.917453+0000 mgr.smithi067.knbjpz (mgr.14184) 1522 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:44:09.261 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:09.261 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:09.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:10.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:10 smithi067 bash[26019]: cluster 2023-12-25T21:44:08.918625+0000 mgr.smithi067.knbjpz (mgr.14184) 1523 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:44:10.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:10 smithi067 bash[26019]: audit 2023-12-25T21:44:09.247766+0000 mgr.smithi067.knbjpz (mgr.14184) 1524 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:10.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:10 smithi175 bash[29404]: cluster 2023-12-25T21:44:08.918625+0000 mgr.smithi067.knbjpz (mgr.14184) 1523 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-25T21:44:10.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:10 smithi175 bash[29404]: audit 2023-12-25T21:44:09.247766+0000 mgr.smithi067.knbjpz (mgr.14184) 1524 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:10.914 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:12.244 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:12 smithi067 bash[26019]: cluster 2023-12-25T21:44:10.920207+0000 mgr.smithi067.knbjpz (mgr.14184) 1525 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-12-25T21:44:12.535 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:12 smithi175 bash[29404]: cluster 2023-12-25T21:44:10.920207+0000 mgr.smithi067.knbjpz (mgr.14184) 1525 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-12-25T21:44:14.012 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:14.013 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:14.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:14 smithi067 bash[26019]: cluster 2023-12-25T21:44:12.922207+0000 mgr.smithi067.knbjpz (mgr.14184) 1526 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:14.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:14 smithi175 bash[29404]: cluster 2023-12-25T21:44:12.922207+0000 mgr.smithi067.knbjpz (mgr.14184) 1526 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:14.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:15.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:15 smithi067 bash[26019]: audit 2023-12-25T21:44:14.002900+0000 mgr.smithi067.knbjpz (mgr.14184) 1527 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:15.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:15 smithi175 bash[29404]: audit 2023-12-25T21:44:14.002900+0000 mgr.smithi067.knbjpz (mgr.14184) 1527 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:15.636 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:16.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:16 smithi067 bash[26019]: cluster 2023-12-25T21:44:14.923903+0000 mgr.smithi067.knbjpz (mgr.14184) 1528 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:16.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:16 smithi067 bash[26019]: audit 2023-12-25T21:44:15.806710+0000 mon.smithi067 (mon.0) 1043 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:44:16.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:16 smithi175 bash[29404]: cluster 2023-12-25T21:44:14.923903+0000 mgr.smithi067.knbjpz (mgr.14184) 1528 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:16.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:16 smithi175 bash[29404]: audit 2023-12-25T21:44:15.806710+0000 mon.smithi067 (mon.0) 1043 : audit [INF] from='mgr.14184 172.21.15.67:0/2657847489' entity='mgr.smithi067.knbjpz' 2023-12-25T21:44:18.478 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:18 smithi067 bash[26019]: cluster 2023-12-25T21:44:16.925329+0000 mgr.smithi067.knbjpz (mgr.14184) 1529 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:18.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:18 smithi175 bash[29404]: cluster 2023-12-25T21:44:16.925329+0000 mgr.smithi067.knbjpz (mgr.14184) 1529 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:18.854 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:18.854 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:19.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:20 smithi067 bash[26019]: audit 2023-12-25T21:44:18.841099+0000 mgr.smithi067.knbjpz (mgr.14184) 1530 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:20.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:20 smithi067 bash[26019]: cluster 2023-12-25T21:44:18.926292+0000 mgr.smithi067.knbjpz (mgr.14184) 1531 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:20.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:20 smithi175 bash[29404]: audit 2023-12-25T21:44:18.841099+0000 mgr.smithi067.knbjpz (mgr.14184) 1530 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:20.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:20 smithi175 bash[29404]: cluster 2023-12-25T21:44:18.926292+0000 mgr.smithi067.knbjpz (mgr.14184) 1531 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:20.537 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:22.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:22 smithi067 bash[26019]: cluster 2023-12-25T21:44:20.927892+0000 mgr.smithi067.knbjpz (mgr.14184) 1532 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:22.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:22 smithi175 bash[29404]: cluster 2023-12-25T21:44:20.927892+0000 mgr.smithi067.knbjpz (mgr.14184) 1532 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:23.640 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:23.641 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:24.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:24.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:24 smithi067 bash[26019]: cluster 2023-12-25T21:44:22.929940+0000 mgr.smithi067.knbjpz (mgr.14184) 1533 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:24.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:24 smithi175 bash[29404]: cluster 2023-12-25T21:44:22.929940+0000 mgr.smithi067.knbjpz (mgr.14184) 1533 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:25.280 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:25.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:25 smithi067 bash[26019]: audit 2023-12-25T21:44:23.635652+0000 mgr.smithi067.knbjpz (mgr.14184) 1534 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:25.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:25 smithi175 bash[29404]: audit 2023-12-25T21:44:23.635652+0000 mgr.smithi067.knbjpz (mgr.14184) 1534 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:26.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:26 smithi067 bash[26019]: cluster 2023-12-25T21:44:24.931666+0000 mgr.smithi067.knbjpz (mgr.14184) 1535 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:26.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:26 smithi175 bash[29404]: cluster 2023-12-25T21:44:24.931666+0000 mgr.smithi067.knbjpz (mgr.14184) 1535 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:28.427 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:28.428 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:28.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:28 smithi175 bash[29404]: cluster 2023-12-25T21:44:26.933567+0000 mgr.smithi067.knbjpz (mgr.14184) 1536 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:28.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:28 smithi067 bash[26019]: cluster 2023-12-25T21:44:26.933567+0000 mgr.smithi067.knbjpz (mgr.14184) 1536 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:29.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:30.055 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:30.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:30 smithi175 bash[29404]: audit 2023-12-25T21:44:28.414761+0000 mgr.smithi067.knbjpz (mgr.14184) 1537 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:30.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:30 smithi175 bash[29404]: cluster 2023-12-25T21:44:28.934804+0000 mgr.smithi067.knbjpz (mgr.14184) 1538 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:30.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:30 smithi067 bash[26019]: audit 2023-12-25T21:44:28.414761+0000 mgr.smithi067.knbjpz (mgr.14184) 1537 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:30.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:30 smithi067 bash[26019]: cluster 2023-12-25T21:44:28.934804+0000 mgr.smithi067.knbjpz (mgr.14184) 1538 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:32.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:32 smithi175 bash[29404]: cluster 2023-12-25T21:44:30.936375+0000 mgr.smithi067.knbjpz (mgr.14184) 1539 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:32.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:32 smithi067 bash[26019]: cluster 2023-12-25T21:44:30.936375+0000 mgr.smithi067.knbjpz (mgr.14184) 1539 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:33.353 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:33.353 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:33.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:34.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:34 smithi175 bash[29404]: cluster 2023-12-25T21:44:32.939154+0000 mgr.smithi067.knbjpz (mgr.14184) 1540 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:34.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:34 smithi067 bash[26019]: cluster 2023-12-25T21:44:32.939154+0000 mgr.smithi067.knbjpz (mgr.14184) 1540 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:34.984 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:35.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:35 smithi175 bash[29404]: audit 2023-12-25T21:44:33.342433+0000 mgr.smithi067.knbjpz (mgr.14184) 1541 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:35.745 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:35 smithi067 bash[26019]: audit 2023-12-25T21:44:33.342433+0000 mgr.smithi067.knbjpz (mgr.14184) 1541 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:36.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:36 smithi067 bash[26019]: cluster 2023-12-25T21:44:34.940819+0000 mgr.smithi067.knbjpz (mgr.14184) 1542 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:36.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:36 smithi175 bash[29404]: cluster 2023-12-25T21:44:34.940819+0000 mgr.smithi067.knbjpz (mgr.14184) 1542 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:38.305 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:38.306 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:38.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:38 smithi067 bash[26019]: cluster 2023-12-25T21:44:36.942741+0000 mgr.smithi067.knbjpz (mgr.14184) 1543 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:38.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:38 smithi175 bash[29404]: cluster 2023-12-25T21:44:36.942741+0000 mgr.smithi067.knbjpz (mgr.14184) 1543 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:38.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:39.972 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:40.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:40 smithi067 bash[26019]: audit 2023-12-25T21:44:38.300746+0000 mgr.smithi067.knbjpz (mgr.14184) 1544 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:40.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:40 smithi067 bash[26019]: cluster 2023-12-25T21:44:38.943985+0000 mgr.smithi067.knbjpz (mgr.14184) 1545 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:40.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:40 smithi175 bash[29404]: audit 2023-12-25T21:44:38.300746+0000 mgr.smithi067.knbjpz (mgr.14184) 1544 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:40.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:40 smithi175 bash[29404]: cluster 2023-12-25T21:44:38.943985+0000 mgr.smithi067.knbjpz (mgr.14184) 1545 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:42.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:42 smithi067 bash[26019]: cluster 2023-12-25T21:44:40.945603+0000 mgr.smithi067.knbjpz (mgr.14184) 1546 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:42.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:42 smithi175 bash[29404]: cluster 2023-12-25T21:44:40.945603+0000 mgr.smithi067.knbjpz (mgr.14184) 1546 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:43.274 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:43.275 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:43.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:44.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:44 smithi067 bash[26019]: cluster 2023-12-25T21:44:42.947083+0000 mgr.smithi067.knbjpz (mgr.14184) 1547 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:44.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:44 smithi067 bash[26019]: audit 2023-12-25T21:44:43.269850+0000 mgr.smithi067.knbjpz (mgr.14184) 1548 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:44.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:44 smithi175 bash[29404]: cluster 2023-12-25T21:44:42.947083+0000 mgr.smithi067.knbjpz (mgr.14184) 1547 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:44.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:44 smithi175 bash[29404]: audit 2023-12-25T21:44:43.269850+0000 mgr.smithi067.knbjpz (mgr.14184) 1548 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:44.906 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:46.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:46 smithi067 bash[26019]: cluster 2023-12-25T21:44:44.948778+0000 mgr.smithi067.knbjpz (mgr.14184) 1549 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:46.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:46 smithi175 bash[29404]: cluster 2023-12-25T21:44:44.948778+0000 mgr.smithi067.knbjpz (mgr.14184) 1549 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:48.063 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:48.064 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:48.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:48 smithi067 bash[26019]: cluster 2023-12-25T21:44:46.950779+0000 mgr.smithi067.knbjpz (mgr.14184) 1550 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:48.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:48 smithi175 bash[29404]: cluster 2023-12-25T21:44:46.950779+0000 mgr.smithi067.knbjpz (mgr.14184) 1550 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:48.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:49.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:49 smithi067 bash[26019]: audit 2023-12-25T21:44:48.050951+0000 mgr.smithi067.knbjpz (mgr.14184) 1551 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:49.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:49 smithi175 bash[29404]: audit 2023-12-25T21:44:48.050951+0000 mgr.smithi067.knbjpz (mgr.14184) 1551 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:49.683 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:50.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:50 smithi067 bash[26019]: cluster 2023-12-25T21:44:48.952039+0000 mgr.smithi067.knbjpz (mgr.14184) 1552 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:50.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:50 smithi175 bash[29404]: cluster 2023-12-25T21:44:48.952039+0000 mgr.smithi067.knbjpz (mgr.14184) 1552 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:52.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:52 smithi067 bash[26019]: cluster 2023-12-25T21:44:50.953427+0000 mgr.smithi067.knbjpz (mgr.14184) 1553 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:52.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:52 smithi175 bash[29404]: cluster 2023-12-25T21:44:50.953427+0000 mgr.smithi067.knbjpz (mgr.14184) 1553 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:52.877 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:52.877 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:53.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:54.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:54 smithi067 bash[26019]: audit 2023-12-25T21:44:52.864468+0000 mgr.smithi067.knbjpz (mgr.14184) 1554 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:54.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:54 smithi067 bash[26019]: cluster 2023-12-25T21:44:52.955422+0000 mgr.smithi067.knbjpz (mgr.14184) 1555 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:54.515 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1d242438-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:54.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:54 smithi175 bash[29404]: audit 2023-12-25T21:44:52.864468+0000 mgr.smithi067.knbjpz (mgr.14184) 1554 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:54.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:54 smithi175 bash[29404]: cluster 2023-12-25T21:44:52.955422+0000 mgr.smithi067.knbjpz (mgr.14184) 1555 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:56.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:56 smithi067 bash[26019]: cluster 2023-12-25T21:44:54.957073+0000 mgr.smithi067.knbjpz (mgr.14184) 1556 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:56.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:56 smithi175 bash[29404]: cluster 2023-12-25T21:44:54.957073+0000 mgr.smithi067.knbjpz (mgr.14184) 1556 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:57.760 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-25T21:44:57.760 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:12:34.663373Z", "last_refresh": "2023-12-25T21:42:38.955799Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:12:26.612118Z", "last_refresh": "2023-12-25T21:42:38.956007Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:12:30.640924Z", "last_refresh": "2023-12-25T21:42:38.956212Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:47.114051Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.qsvlxw on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:57.145844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi175.atwbck on smithi175: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi175-atwbck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi175.atwbck\nDeploy daemon haproxy.nfs.foo.smithi175.atwbck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi175 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.900412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi067.tzwpnz on smithi067: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi067-tzwpnz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi067.tzwpnz\nDeploy daemon haproxy.nfs.foo.smithi067.tzwpnz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi067 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:00.905319Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi067.ueiion on smithi067: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:00.909303Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi175.pqcleh on smithi175: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.67/16"}, "status": {"created": "2023-12-25T21:19:47.226657Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.67/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:12:24.678140Z", "last_refresh": "2023-12-25T21:42:38.955563Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:13:55.794321Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi067:172.21.15.67=smithi067", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:13:55.786093Z", "last_refresh": "2023-12-25T21:42:38.955247Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:19:47.225311Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:19:47.220372Z", "last_refresh": "2023-12-25T21:42:38.957620Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:12:32.617481Z", "last_refresh": "2023-12-25T21:42:38.956414Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:14:23.606034Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:14:23.598909Z", "last_refresh": "2023-12-25T21:42:38.956616Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:12:28.592602Z", "last_refresh": "2023-12-25T21:43:53.030160Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:19:41.630360Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:19:55.696631Z", "last_refresh": "2023-12-25T21:42:38.957417Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:44:58.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:58.388 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-25T21:44:58.500 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e4d0c1c2b59747efaca82c6465bf80e6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-25T21:44:58.501 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-25T21:44:58.512 INFO:tasks.vip:Removing 10.0.15.67 (and any VIPs) on smithi067.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:44:58.512 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr del 10.0.15.67/16 dev enp3s0f1 2023-12-25T21:44:58.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:58 smithi175 bash[29404]: cluster 2023-12-25T21:44:56.958984+0000 mgr.smithi067.knbjpz (mgr.14184) 1557 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:58.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:58 smithi067 bash[26019]: cluster 2023-12-25T21:44:56.958984+0000 mgr.smithi067.knbjpz (mgr.14184) 1557 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:44:58.542 DEBUG:teuthology.orchestra.run.smithi067:> sudo ip addr del 10.0.31.67/16 dev enp3s0f1 2023-12-25T21:44:58.599 INFO:teuthology.orchestra.run.smithi067.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:44:58.600 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:44:58.601 INFO:tasks.vip:Removing 10.0.15.175 (and any VIPs) on smithi175.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:44:58.601 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip addr del 10.0.15.175/16 dev enp3s0f1 2023-12-25T21:44:58.619 DEBUG:teuthology.orchestra.run.smithi175:> sudo ip addr del 10.0.31.67/16 dev enp3s0f1 2023-12-25T21:44:58.677 INFO:teuthology.orchestra.run.smithi175.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:44:58.678 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:44:58.679 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T21:44:58.688 INFO:tasks.cephadm:Teardown begin 2023-12-25T21:44:58.688 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:44:58.703 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:44:58.734 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T21:44:58.734 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:44:58.751 DEBUG:teuthology.orchestra.run.smithi175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:44:58.781 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T21:44:58.782 INFO:tasks.cephadm.mon.smithi067:Stopping mon.smithi067... 2023-12-25T21:44:58.782 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi067 2023-12-25T21:44:59.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:58 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 1d242438-a36a-11ee-95a5-87774f69a715... 2023-12-25T21:44:59.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:58 smithi067 bash[117850]: Error response from daemon: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-mon.smithi067 2023-12-25T21:44:59.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:59 smithi067 bash[26019]: debug 2023-12-25T21:44:59.012+0000 7f4f7ab5e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi067 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T21:44:59.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Dec 25 21:44:59 smithi067 bash[26019]: debug 2023-12-25T21:44:59.012+0000 7f4f7ab5e700 -1 mon.smithi067@0(leader) e2 *** Got Signal Terminated *** 2023-12-25T21:44:59.810 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi067.service' 2023-12-25T21:44:59.843 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:44:59.843 INFO:tasks.cephadm.mon.smithi067:Stopped mon.smithi067 2023-12-25T21:44:59.844 INFO:tasks.cephadm.mon.smithi175:Stopping mon.smithi175... 2023-12-25T21:44:59.844 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi175 2023-12-25T21:45:00.050 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:59 smithi175 systemd[1]: Stopping Ceph mon.smithi175 for 1d242438-a36a-11ee-95a5-87774f69a715... 2023-12-25T21:45:00.051 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:44:59 smithi175 bash[22397]: Error response from daemon: No such container: ceph-1d242438-a36a-11ee-95a5-87774f69a715-mon.smithi175 2023-12-25T21:45:00.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:45:00 smithi175 bash[29404]: debug 2023-12-25T21:45:00.047+0000 7f87ffa00700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi175 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T21:45:00.534 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Dec 25 21:45:00 smithi175 bash[29404]: debug 2023-12-25T21:45:00.047+0000 7f87ffa00700 -1 mon.smithi175@1(peon) e2 *** Got Signal Terminated *** 2023-12-25T21:45:00.929 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1d242438-a36a-11ee-95a5-87774f69a715@mon.smithi175.service' 2023-12-25T21:45:00.965 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:45:00.965 INFO:tasks.cephadm.mon.smithi175:Stopped mon.smithi175 2023-12-25T21:45:00.966 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d242438-a36a-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:46:04.993 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d242438-a36a-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:46:57.268 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:46:57.284 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:46:57.299 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T21:46:57.302 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/remote/ubuntu@smithi067.front.sepia.ceph.com/crash 2023-12-25T21:46:57.303 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:46:57.339 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:46:57.339 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:46:57.341 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/remote/ubuntu@smithi175.front.sepia.ceph.com/crash 2023-12-25T21:46:57.342 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:46:57.357 INFO:teuthology.orchestra.run.smithi175.stderr:tar: /var/lib/ceph/1d242438-a36a-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:46:57.357 INFO:teuthology.orchestra.run.smithi175.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:46:57.358 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T21:46:57.359 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T21:46:57.401 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T21:46:57.403 INFO:tasks.cephadm:Compressing logs... 2023-12-25T21:46:57.403 DEBUG:teuthology.orchestra.run.smithi067:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T21:46:57.451 DEBUG:teuthology.orchestra.run.smithi175:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T21:46:57.465 INFO:teuthology.orchestra.run.smithi067.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-25T21:46:57.465 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:46:57.466 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:46:57.467 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi067.log 2023-12-25T21:46:57.467 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-25T21:46:57.468 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-25T21:46:57.468 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi067.log: /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-25T21:46:57.472 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi067.knbjpz.log 2023-12-25T21:46:57.472 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi067.oilmkj.log 2023-12-25T21:46:57.472 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-25T21:46:57.472 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi067.knbjpz.log: /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi067.oilmkj.log: 73.9% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi067.oilmkj.log.gz 2023-12-25T21:46:57.475 INFO:teuthology.orchestra.run.smithi175.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-25T21:46:57.475 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:46:57.476 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-25T21:46:57.476 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:46:57.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi175.bwsesn.log 2023-12-25T21:46:57.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-25T21:46:57.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi175.bwsesn.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi175.log 2023-12-25T21:46:57.476 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-25T21:46:57.477 INFO:teuthology.orchestra.run.smithi175.stderr:gzip /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi175.log: -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi175.avzpqu.log 2023-12-25T21:46:57.477 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-25T21:46:57.477 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi175.avzpqu.log: 74.7% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi175.avzpqu.log.gz 2023-12-25T21:46:57.478 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.4.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:46:57.480 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.3.log: 92.6% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:46:57.482 INFO:teuthology.orchestra.run.smithi175.stderr: 92.5% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:46:57.484 INFO:teuthology.orchestra.run.smithi175.stderr: 93.6% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi175.bwsesn.log.gz 2023-12-25T21:46:57.488 INFO:teuthology.orchestra.run.smithi067.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:46:57.764 INFO:teuthology.orchestra.run.smithi067.stderr: 89.8% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi067.knbjpz.log.gz 2023-12-25T21:46:57.915 INFO:teuthology.orchestra.run.smithi175.stderr: 92.9% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi175.log.gz 2023-12-25T21:46:58.493 INFO:teuthology.orchestra.run.smithi067.stderr: 90.4% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi067.log.gz 2023-12-25T21:46:58.545 INFO:teuthology.orchestra.run.smithi067.stderr: 93.4% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-25T21:46:58.545 INFO:teuthology.orchestra.run.smithi175.stderr: 93.7% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-25T21:46:58.579 INFO:teuthology.orchestra.run.smithi175.stderr: 93.4% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-25T21:46:58.647 INFO:teuthology.orchestra.run.smithi067.stderr: 93.5% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-25T21:46:58.683 INFO:teuthology.orchestra.run.smithi175.stderr: 93.6% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-25T21:46:58.760 INFO:teuthology.orchestra.run.smithi175.stderr: 93.3% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-25T21:46:58.762 INFO:teuthology.orchestra.run.smithi175.stderr: 2023-12-25T21:46:58.762 INFO:teuthology.orchestra.run.smithi175.stderr:real 0m1.305s 2023-12-25T21:46:58.762 INFO:teuthology.orchestra.run.smithi175.stderr:user 0m5.023s 2023-12-25T21:46:58.762 INFO:teuthology.orchestra.run.smithi175.stderr:sys 0m0.171s 2023-12-25T21:46:58.774 INFO:teuthology.orchestra.run.smithi067.stderr: 93.6% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-25T21:46:59.175 INFO:teuthology.orchestra.run.smithi067.stderr: 93.6% -- replaced with /var/log/ceph/1d242438-a36a-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-25T21:46:59.176 INFO:teuthology.orchestra.run.smithi067.stderr: 2023-12-25T21:46:59.176 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m1.722s 2023-12-25T21:46:59.177 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m6.434s 2023-12-25T21:46:59.177 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.218s 2023-12-25T21:46:59.177 INFO:tasks.cephadm:Archiving logs... 2023-12-25T21:46:59.178 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/remote/ubuntu@smithi067.front.sepia.ceph.com/log 2023-12-25T21:46:59.179 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:47:00.069 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/remote/ubuntu@smithi175.front.sepia.ceph.com/log 2023-12-25T21:47:00.070 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:47:00.760 INFO:tasks.cephadm:Removing cluster... 2023-12-25T21:47:00.760 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d242438-a36a-11ee-95a5-87774f69a715 --force 2023-12-25T21:47:02.175 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d242438-a36a-11ee-95a5-87774f69a715 --force 2023-12-25T21:47:03.564 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T21:47:03.564 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:47:03.571 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:47:03.577 INFO:tasks.cephadm:Teardown complete 2023-12-25T21:47:03.577 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-25T21:47:03.587 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_1... 2023-12-25T21:47:03.588 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_1 2023-12-25T21:47:03.910 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:47:03.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:03.911 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_2... 2023-12-25T21:47:03.911 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_2 2023-12-25T21:47:04.197 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:47:04.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:04.199 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_3... 2023-12-25T21:47:04.199 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_3 2023-12-25T21:47:04.473 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:47:04.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:04.475 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi067:/dev/vg_nvme/lv_4... 2023-12-25T21:47:04.476 DEBUG:teuthology.orchestra.run.smithi067:> sudo nvme disconnect -n lv_4 2023-12-25T21:47:04.749 INFO:teuthology.orchestra.run.smithi067.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:47:04.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:04.752 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-25T21:47:04.752 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/scratch_devs 2023-12-25T21:47:04.768 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_1... 2023-12-25T21:47:04.769 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_1 2023-12-25T21:47:05.064 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:47:05.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:05.066 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_2... 2023-12-25T21:47:05.066 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_2 2023-12-25T21:47:05.376 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:47:05.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:05.378 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_3... 2023-12-25T21:47:05.378 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_3 2023-12-25T21:47:05.632 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:47:05.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:05.634 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi175:/dev/vg_nvme/lv_4... 2023-12-25T21:47:05.634 DEBUG:teuthology.orchestra.run.smithi175:> sudo nvme disconnect -n lv_4 2023-12-25T21:47:05.912 INFO:teuthology.orchestra.run.smithi175.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:47:05.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:05.914 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-25T21:47:05.914 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/scratch_devs 2023-12-25T21:47:05.928 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T21:47:05.940 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T21:47:05.941 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:47:05.944 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:47:05.963 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:47:05.964 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2023-12-25T21:47:05.964 INFO:teuthology.orchestra.run.smithi067.stdout:*hv01.front.sepi 44.4.53.2 2 u - 64 377 0.096 0.146 0.016 2023-12-25T21:47:05.964 INFO:teuthology.orchestra.run.smithi067.stdout:+hv02.front.sepi 63.231.80.2 3 u 7 64 377 0.082 0.583 0.027 2023-12-25T21:47:05.964 INFO:teuthology.orchestra.run.smithi067.stdout:+hv03.front.sepi 74.6.168.72 3 u 12 64 377 0.088 -0.109 0.219 2023-12-25T21:47:05.964 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-25T21:47:05.994 INFO:teuthology.orchestra.run.smithi175.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:47:05.994 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================== 2023-12-25T21:47:05.995 INFO:teuthology.orchestra.run.smithi175.stdout:*hv01.front.sepi 44.4.53.2 2 u 4 64 377 0.085 1.978 0.901 2023-12-25T21:47:05.995 INFO:teuthology.orchestra.run.smithi175.stdout:+hv02.front.sepi 63.231.80.2 3 u 58 64 377 0.098 2.300 0.888 2023-12-25T21:47:05.995 INFO:teuthology.orchestra.run.smithi175.stdout:+hv03.front.sepi 74.6.168.72 3 u 59 64 377 0.099 0.663 1.315 2023-12-25T21:47:05.995 INFO:teuthology.orchestra.run.smithi175.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-25T21:47:05.996 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T21:47:06.006 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T21:47:06.006 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T21:47:06.028 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T21:47:06.062 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T21:47:06.096 INFO:teuthology.task.internal:Duration was 2522.551508 seconds 2023-12-25T21:47:06.096 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T21:47:06.129 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T21:47:06.129 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:47:06.132 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:47:06.187 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T21:47:06.188 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2023-12-25T21:47:06.188 DEBUG:teuthology.orchestra.run.smithi067:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T21:47:06.240 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2023-12-25T21:47:06.240 DEBUG:teuthology.orchestra.run.smithi175:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T21:47:06.254 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T21:47:06.254 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:47:06.283 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:47:06.355 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T21:47:06.355 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:47:06.358 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:47:06.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T21:47:06.515 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T21:47:06.515 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:47:06.530 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:47:06.546 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T21:47:06.563 DEBUG:teuthology.orchestra.run.smithi067:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:47:06.575 DEBUG:teuthology.orchestra.run.smithi175:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:47:06.586 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2023-12-25T21:47:06.600 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2023-12-25T21:47:06.630 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:47:06.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:06.658 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:47:06.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:47:06.677 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T21:47:06.688 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T21:47:06.689 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/remote/smithi067 2023-12-25T21:47:06.690 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:47:06.736 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997/remote/smithi175 2023-12-25T21:47:06.737 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:47:06.766 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T21:47:06.766 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:47:06.771 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:47:06.848 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T21:47:06.859 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T21:47:06.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T21:47:06.880 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T21:47:06.881 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:47:06.883 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:47:06.888 INFO:teuthology.orchestra.run.smithi067.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:47 /home/ubuntu/cephtest 2023-12-25T21:47:06.899 INFO:teuthology.orchestra.run.smithi175.stdout: 659553 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:47 /home/ubuntu/cephtest 2023-12-25T21:47:06.901 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T21:47:06.912 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T21:47:06.981 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T21:47:07.013 DEBUG:teuthology.nuke:shortname: smithi067 2023-12-25T21:47:07.013 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:47:07.034 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:54:55.713672', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-25T21:47:07.038 DEBUG:teuthology.nuke:shortname: smithi175 2023-12-25T21:47:07.039 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:47:07.056 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:54:55.715121', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-25T21:47:07.088 INFO:teuthology.orchestra.console.smithi067:Power off 2023-12-25T21:47:07.088 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:47:07.115 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2023-12-25T21:47:07.115 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:07.133 INFO:teuthology.orchestra.console.smithi175:Power off 2023-12-25T21:47:07.134 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:47:07.144 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-25T21:47:07.157 DEBUG:teuthology.orchestra.console.smithi175:power off output: Chassis Power Control: Down/Off 2023-12-25T21:47:07.158 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:07.181 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-25T21:47:11.145 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:11.182 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:11.255 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-25T21:47:11.290 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-25T21:47:15.261 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:15.291 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:15.370 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2023-12-25T21:47:15.400 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-25T21:47:15.471 INFO:teuthology.orchestra.console.smithi067:Power off completed 2023-12-25T21:47:19.405 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:47:19.517 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is off 2023-12-25T21:47:19.618 INFO:teuthology.orchestra.console.smithi175:Power off completed 2023-12-25T21:47:19.723 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: 2522.5515084266663 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e4d0c1c2b59747efaca82c6465bf80e6 status: fail success: false 2023-12-25T21:47:19.723 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:47:19.806 INFO:teuthology.run:FAIL